blob: a2e6910b86a49fc325315b462f083c4ec0e00c48 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanSourceTreeElement Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeElement_8hpp-source.html">XalanSourceTreeElement.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanSourceTreeElement:<p><center><img src="classXalanSourceTreeElement__inherit__graph.gif" border="0" usemap="#XalanSourceTreeElement_inherit_map" alt="Inheritance graph"></center>
<map name="XalanSourceTreeElement_inherit_map">
<area href="classXalanSourceTreeElementA.html" shape="rect" coords="20,266,196,242">
<area href="classXalanSourceTreeElementNA.html" shape="rect" coords="229,266,416,242">
<area href="classXalanElement.html" shape="rect" coords="160,117,261,93">
<area href="classXalanNode.html" shape="rect" coords="171,42,250,18">
<area href="classXalanSourceTreeElementANS.html" shape="rect" coords="7,341,201,317">
<area href="classXalanSourceTreeElementNANS.html" shape="rect" coords="225,341,430,317">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanSourceTreeElement:<p><center><img src="classXalanSourceTreeElement__coll__graph.gif" border="0" usemap="#XalanSourceTreeElement_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeElement_coll_map">
<area href="classXalanSourceTreeDocument.html" shape="rect" coords="739,222,918,198">
<area href="classXalanElement.html" shape="rect" coords="160,30,261,6">
<area href="classXalanNode.html" shape="rect" coords="18,125,98,101">
<area href="classXalanDOMString.html" shape="rect" coords="152,222,269,198">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanSourceTreeElement-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeElement.html#a0">XalanSourceTreeElement</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theTagName, <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> *theOwnerDocument, <a class="el" href="classXalanNode.html">XalanNode</a> *theParentNode=0, <a class="el" href="classXalanNode.html">XalanNode</a> *thePreviousSibling=0, <a class="el" href="classXalanNode.html">XalanNode</a> *theNextSibling=0, <a class="el" href="classXalanNode.html#s0">IndexType</a> theIndex=0)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanSourceTreeElement.html#a1">~XalanSourceTreeElement</a> ()
<li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a2">getMemoryManager</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a3">getNodeName</a> () const
<dl class="el"><dd><font size=-1><em>Gets the name of this node.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a4">getNodeValue</a> () const
<dl class="el"><dd><font size=-1><em>Gets the value of this node, depending on its type.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html#s14">NodeType</a> <a class="el" href="classXalanSourceTreeElement.html#a5">getNodeType</a> () const
<dl class="el"><dd><font size=-1><em>An enum value representing the type of the underlying object.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a6">getParentNode</a> () const
<dl class="el"><dd><font size=-1><em>Gets the parent of this node.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a>* <a class="el" href="classXalanSourceTreeElement.html#a7">getChildNodes</a> () const
<dl class="el"><dd><font size=-1><em>Gets a <code>NodeList</code> that contains all children of this node.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a8">getFirstChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the first child of this node.</em> <a href="#a8">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a9">getLastChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the last child of this node.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a10">getPreviousSibling</a> () const
<dl class="el"><dd><font size=-1><em>Gets the node immediately preceding this node.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a11">getNextSibling</a> () const
<dl class="el"><dd><font size=-1><em>Gets the node immediately following this node.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a>* <a class="el" href="classXalanSourceTreeElement.html#a12">getAttributes</a> () const=0
<dl class="el"><dd><font size=-1><em>Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXalanSourceTreeElement.html#a13">getOwnerDocument</a> () const
<dl class="el"><dd><font size=-1><em>Gets the <code>DOM_Document</code> object associated with this node.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a29">getTagName</a> () const
<dl class="el"><dd><font size=-1><em>The name of the element.</em> <a href="#a29">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a30">getAttribute</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name) const=0
<dl class="el"><dd><font size=-1><em>Retrieves an attribute value by name.</em> <a href="#a30">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElement.html#a31">getAttributeNode</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name) const=0
<dl class="el"><dd><font size=-1><em>Retrieves an <code>DOM_Attr</code> node by name.</em> <a href="#a31">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNodeList.html">XalanNodeList</a>* <a class="el" href="classXalanSourceTreeElement.html#a32">getElementsByTagName</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name) const
<dl class="el"><dd><font size=-1><em>Returns a <code>NodeList</code> of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the <code>DOM_Element</code> tree.</em> <a href="#a32">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a>* <a class="el" href="classXalanSourceTreeElement.html#a43">getDocument</a> () const
<li>void <a class="el" href="classXalanSourceTreeElement.html#a44">setParent</a> (XalanSourceTreeElement *theParent)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a45">setParent</a> (<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> *theParent)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a46">setPreviousSibling</a> (<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *thePreviousSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a47">setPreviousSibling</a> (XalanSourceTreeElement *thePreviousSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a48">setPreviousSibling</a> (<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *thePreviousSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a49">setPreviousSibling</a> (<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *thePreviousSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a50">appendSiblingNode</a> (<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a51">appendSiblingNode</a> (XalanSourceTreeElement *theSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a52">appendSiblingNode</a> (<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a53">appendSiblingNode</a> (<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theSibling)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a54">appendChildNode</a> (<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> *theChild)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a55">appendChildNode</a> (XalanSourceTreeElement *theChild)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a56">appendChildNode</a> (<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> *theChild)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a57">appendChildNode</a> (<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> *theChild)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a58">setIndex</a> (<a class="el" href="classXalanNode.html#s0">IndexType</a> theIndex)
<li>void <a class="el" href="classXalanSourceTreeElement.html#a59">clearChildren</a> ()
<dl class="el"><dd><font size=-1><em>Removes all of the children.</em> <a href="#a59">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Cloning function.</div></td></tr>
<ul>
<li>virtual XalanSourceTreeElement* <a class="el" href="classXalanSourceTreeElement.html#a14">cloneNode</a> (bool deep) const=0
<dl class="el"><dd><font size=-1><em>Returns a duplicate of this node.</em> <a href="#a14">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Functions to modify the DOM Node.</div></td></tr>
<ul>
<li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a15">insertBefore</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *newChild, <a class="el" href="classXalanNode.html">XalanNode</a> *refChild)
<dl class="el"><dd><font size=-1><em>Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>.</em> <a href="#a15">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a16">replaceChild</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *newChild, <a class="el" href="classXalanNode.html">XalanNode</a> *oldChild)
<dl class="el"><dd><font size=-1><em>Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node.</em> <a href="#a16">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a17">removeChild</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *oldChild)
<dl class="el"><dd><font size=-1><em>Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it.</em> <a href="#a17">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanSourceTreeElement.html#a18">appendChild</a> (<a class="el" href="classXalanNode.html">XalanNode</a> *newChild)
<dl class="el"><dd><font size=-1><em>Adds the node <code>newChild</code> to the end of the list of children of this node.</em> <a href="#a18">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Query functions.</div></td></tr>
<ul>
<li>virtual bool <a class="el" href="classXalanSourceTreeElement.html#a19">hasChildNodes</a> () const
<dl class="el"><dd><font size=-1><em>This is a convenience method to allow easy determination of whether a node has any children.</em> <a href="#a19">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Set functions.</div></td></tr>
<ul>
<li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a20">setNodeValue</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;nodeValue)
<dl class="el"><dd><font size=-1><em>Sets the value of the node.</em> <a href="#a20">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 2.</div></td></tr>
<ul>
<li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a21">normalize</a> ()
<dl class="el"><dd><font size=-1><em>Puts all <code>DOM_Text</code> nodes in the full depth of the sub-tree underneath this <code>DOM_Node</code>, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates <code>DOM_Text</code> nodes, i.e., there are no adjacent <code>DOM_Text</code> nodes.</em> <a href="#a21">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXalanSourceTreeElement.html#a22">isSupported</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;feature, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;version) const
<dl class="el"><dd><font size=-1><em>Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.</em> <a href="#a22">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a23">getNamespaceURI</a> () const=0
<dl class="el"><dd><font size=-1><em>Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a23">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a24">getPrefix</a> () const=0
<dl class="el"><dd><font size=-1><em>Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a24">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a25">getLocalName</a> () const=0
<dl class="el"><dd><font size=-1><em>Returns the local part of the <em>qualified name</em> of this node.</em> <a href="#a25">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a26">setPrefix</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;prefix)
<dl class="el"><dd><font size=-1><em>Set the <em>namespace prefix</em> of this node.</em> <a href="#a26">More...</a><em><br><br></em></font></dl><li>virtual bool <a class="el" href="classXalanSourceTreeElement.html#a27">isIndexed</a> () const
<dl class="el"><dd><font size=-1><em>Determine if the document is node-order indexed.</em> <a href="#a27">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNode.html#s0">IndexType</a> <a class="el" href="classXalanSourceTreeElement.html#a28">getIndex</a> () const
<dl class="el"><dd><font size=-1><em>Get the node's index.</em> <a href="#a28">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Set functions.</div></td></tr>
<ul>
<li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a33">setAttribute</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;value)
<dl class="el"><dd><font size=-1><em>Adds a new attribute.</em> <a href="#a33">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElement.html#a34">setAttributeNode</a> (<a class="el" href="classXalanAttr.html">XalanAttr</a> *newAttr)
<dl class="el"><dd><font size=-1><em>Adds a new attribute.</em> <a href="#a34">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Functions which modify the Element.</div></td></tr>
<ul>
<li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElement.html#a35">removeAttributeNode</a> (<a class="el" href="classXalanAttr.html">XalanAttr</a> *oldAttr)
<dl class="el"><dd><font size=-1><em>Removes the specified attribute node.</em> <a href="#a35">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a36">removeAttribute</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;name)
<dl class="el"><dd><font size=-1><em>Removes an attribute by name.</em> <a href="#a36">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 2.</div></td></tr>
<ul>
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#a37">getAttributeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName) const=0
<dl class="el"><dd><font size=-1><em>Retrieves an attribute value by local name and namespace URI.</em> <a href="#a37">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a38">setAttributeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;qualifiedName, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;value)
<dl class="el"><dd><font size=-1><em>Adds a new attribute.</em> <a href="#a38">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classXalanSourceTreeElement.html#a39">removeAttributeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName)
<dl class="el"><dd><font size=-1><em>Removes an attribute by local name and namespace URI.</em> <a href="#a39">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElement.html#a40">getAttributeNodeNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName) const=0
<dl class="el"><dd><font size=-1><em>Retrieves an <code>DOM_Attr</code> node by local name and namespace URI.</em> <a href="#a40">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanAttr.html">XalanAttr</a>* <a class="el" href="classXalanSourceTreeElement.html#a41">setAttributeNodeNS</a> (<a class="el" href="classXalanAttr.html">XalanAttr</a> *newAttr)
<dl class="el"><dd><font size=-1><em>Adds a new attribute.</em> <a href="#a41">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanNodeList.html">XalanNodeList</a>* <a class="el" href="classXalanSourceTreeElement.html#a42">getElementsByTagNameNS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;namespaceURI, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;localName) const
<dl class="el"><dd><font size=-1><em>Returns a <code>DOM_NodeList</code> of all the <code>DOM_Element</code>s with a given local name and namespace URI in the order in which they would be encountered in a preorder traversal of the <code>DOM_Document</code> tree, starting from this node.</em> <a href="#a42">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeElement.html#b0">XalanSourceTreeElement</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const XalanSourceTreeElement &amp;theSource, bool deep=false)
</ul>
<h2>Protected Attributes</h2>
<ul>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXalanSourceTreeElement.html#n0">m_tagName</a>
</ul>
<h2>Static Protected Attributes</h2>
<ul>
<li>const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> <a class="el" href="classXalanSourceTreeElement.html#q0">s_emptyString</a>
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeElement::XalanSourceTreeElement"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElement::XalanSourceTreeElement (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theTagName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> * <em>theOwnerDocument</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theParentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>thePreviousSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theNextSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html#s0">IndexType</a> <em>theIndex</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theTagName</em>
&nbsp;</td><td>
The tag name of the element </td></tr>
<tr><td valign=top><em>theOwnerDocument</em>
&nbsp;</td><td>
The document that owns the instance </td></tr>
<tr><td valign=top><em>theAttributes</em>
&nbsp;</td><td>
An array of pointers to the attribute instances for the element </td></tr>
<tr><td valign=top><em>theAttributeCount</em>
&nbsp;</td><td>
The number of attributes. </td></tr>
<tr><td valign=top><em>theParentNode</em>
&nbsp;</td><td>
The parent node, if any. </td></tr>
<tr><td valign=top><em>thePreviousSibling</em>
&nbsp;</td><td>
The previous sibling, if any. </td></tr>
<tr><td valign=top><em>theNextSibling</em>
&nbsp;</td><td>
The next sibling, if any. </td></tr>
<tr><td valign=top><em>theIndex</em>
&nbsp;</td><td>
The document-order index of the node. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanSourceTreeElement::~XalanSourceTreeElement"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElement::~XalanSourceTreeElement (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="b0" doxytag="XalanSourceTreeElement::XalanSourceTreeElement"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElement::XalanSourceTreeElement (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanSourceTreeElement &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>deep</em> = false&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a18" doxytag="XalanSourceTreeElement::appendChild"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::appendChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds the node <code>newChild</code> to the end of the list of children of this node.
<p>
If the <code>newChild</code> is already in the tree, it is first removed. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
The node to add.If it is a <code>DocumentFragment</code> object, the entire contents of the document fragment are moved into the child list of this node </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The node added. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a17">XalanElement</a>. </td>
</tr>
</table>
<a name="a57" doxytag="XalanSourceTreeElement::appendChildNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendChildNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> * <em>theChild</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a56" doxytag="XalanSourceTreeElement::appendChildNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendChildNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> * <em>theChild</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a55" doxytag="XalanSourceTreeElement::appendChildNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendChildNode (
</b></td>
<td valign="bottom"><b>
XalanSourceTreeElement * <em>theChild</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a54" doxytag="XalanSourceTreeElement::appendChildNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendChildNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> * <em>theChild</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a53" doxytag="XalanSourceTreeElement::appendSiblingNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendSiblingNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> * <em>theSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a52" doxytag="XalanSourceTreeElement::appendSiblingNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendSiblingNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> * <em>theSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a51" doxytag="XalanSourceTreeElement::appendSiblingNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendSiblingNode (
</b></td>
<td valign="bottom"><b>
XalanSourceTreeElement * <em>theSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a50" doxytag="XalanSourceTreeElement::appendSiblingNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::appendSiblingNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> * <em>theSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a59" doxytag="XalanSourceTreeElement::clearChildren"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::clearChildren (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes all of the children.
<p>
Since the owner document controls the lifetime of all nodes in the document, this just sets the first child to 0. </td>
</tr>
</table>
<a name="a14" doxytag="XalanSourceTreeElement::cloneNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeElement * XalanSourceTreeElement::cloneNode (
</b></td>
<td valign="bottom"><b>
bool <em>deep</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a duplicate of this node.
<p>
This function serves as a generic copy constructor for nodes.
<p>
The duplicate node has no parent ( <code>parentNode</code> returns <code>null</code>.). <br>
Cloning an <code>Element</code> copies all attributes and their values, including those generated by the XML processor to represent defaulted attributes, but this method does not copy any text it contains unless it is a deep clone, since the text is contained in a child <code>Text</code> node. Cloning any other type of node simply returns a copy of this node. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>deep</em>
&nbsp;</td><td>
If <code>true</code>, recursively clone the subtree under the specified node; if <code>false</code>, clone only the node itself (and its attributes, if it is an <code>Element</code>). </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The duplicate node. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a13">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a3">XalanSourceTreeElementA</a>, <a class="el" href="classXalanSourceTreeElementANS.html#a2">XalanSourceTreeElementANS</a>, <a class="el" href="classXalanSourceTreeElementNA.html#a3">XalanSourceTreeElementNA</a>, and <a class="el" href="classXalanSourceTreeElementNANS.html#a2">XalanSourceTreeElementNANS</a>. </td>
</tr>
</table>
<a name="a30" doxytag="XalanSourceTreeElement::getAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getAttribute (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an attribute value by name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> value as a string, or the empty string if that attribute does not have a specified or default value. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a29">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a7">XalanSourceTreeElementA</a>, and <a class="el" href="classXalanSourceTreeElementNA.html#a7">XalanSourceTreeElementNA</a>. </td>
</tr>
</table>
<a name="a37" doxytag="XalanSourceTreeElement::getAttributeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getAttributeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an attribute value by local name and namespace URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to retrieve. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> value as a string, or an empty string if that attribute does not have a specified or default value. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a36">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a9">XalanSourceTreeElementA</a>, and <a class="el" href="classXalanSourceTreeElementNA.html#a9">XalanSourceTreeElementNA</a>. </td>
</tr>
</table>
<a name="a31" doxytag="XalanSourceTreeElement::getAttributeNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElement::getAttributeNode (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an <code>DOM_Attr</code> node by name.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name (<code>nodeName</code>) of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> node with the specified name (<code>nodeName</code>) or <code>null</code> if there is no such attribute. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a30">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a8">XalanSourceTreeElementA</a>, and <a class="el" href="classXalanSourceTreeElementNA.html#a8">XalanSourceTreeElementNA</a>. </td>
</tr>
</table>
<a name="a40" doxytag="XalanSourceTreeElement::getAttributeNodeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElement::getAttributeNodeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Retrieves an <code>DOM_Attr</code> node by local name and namespace URI.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to retrieve. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to retrieve. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> node with the specified attribute local name and namespace URI or <code>null</code> if there is no such attribute. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a39">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a10">XalanSourceTreeElementA</a>, and <a class="el" href="classXalanSourceTreeElementNA.html#a10">XalanSourceTreeElementNA</a>. </td>
</tr>
</table>
<a name="a12" doxytag="XalanSourceTreeElement::getAttributes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * XalanSourceTreeElement::getAttributes (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise.
<p>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a11">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a2">XalanSourceTreeElementA</a>, and <a class="el" href="classXalanSourceTreeElementNA.html#a2">XalanSourceTreeElementNA</a>. </td>
</tr>
</table>
<a name="a7" doxytag="XalanSourceTreeElement::getChildNodes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> * XalanSourceTreeElement::getChildNodes (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets a <code>NodeList</code> that contains all children of this node.
<p>
If there are no children, this is a <code>NodeList</code> containing no nodes. The content of the returned <code>NodeList</code> is "live" in the sense that, for instance, changes to the children of the node object that it was created from are immediately reflected in the nodes returned by the <code>NodeList</code> accessors; it is not a static snapshot of the content of the node. This is true for every <code>NodeList</code>, including the ones returned by the <code>getElementsByTagName</code> method.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a6">XalanElement</a>. </td>
</tr>
</table>
<a name="a43" doxytag="XalanSourceTreeElement::getDocument"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> * XalanSourceTreeElement::getDocument (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a32" doxytag="XalanSourceTreeElement::getElementsByTagName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNodeList.html">XalanNodeList</a> * XalanSourceTreeElement::getElementsByTagName (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a <code>NodeList</code> of all descendant elements with a given tag name, in the order in which they would be encountered in a preorder traversal of the <code>DOM_Element</code> tree.
<p>
Caller is responsible for deleting the <a class="el" href="classXalanNodeList.html">XalanNodeList</a> instance.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name of the tag to match on. The special value "*" matches all tags. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
A list of matching <code>DOM_Element</code> nodes. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a31">XalanElement</a>. </td>
</tr>
</table>
<a name="a42" doxytag="XalanSourceTreeElement::getElementsByTagNameNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNodeList.html">XalanNodeList</a> * XalanSourceTreeElement::getElementsByTagNameNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns a <code>DOM_NodeList</code> of all the <code>DOM_Element</code>s with a given local name and namespace URI in the order in which they would be encountered in a preorder traversal of the <code>DOM_Document</code> tree, starting from this node.
<p>
Caller is responsible for deleting the <a class="el" href="classXalanNodeList.html">XalanNodeList</a> instance.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the elements to match on. The special value "*" matches all namespaces. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the elements to match on. The special value "*" matches all local names. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
A new <code>DOM_NodeList</code> object containing all the matched <code>Element</code>s. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a41">XalanElement</a>. </td>
</tr>
</table>
<a name="a8" doxytag="XalanSourceTreeElement::getFirstChild"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::getFirstChild (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the first child of this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a7">XalanElement</a>. </td>
</tr>
</table>
<a name="a28" doxytag="XalanSourceTreeElement::getIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html#s0">IndexType</a> XalanSourceTreeElement::getIndex (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the node's index.
<p>
Valid only if the owner document reports that the document is node-order indexed.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The index value, or 0 if the node is not indexed. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a27">XalanElement</a>. </td>
</tr>
</table>
<a name="a9" doxytag="XalanSourceTreeElement::getLastChild"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::getLastChild (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the last child of this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a8">XalanElement</a>. </td>
</tr>
</table>
<a name="a25" doxytag="XalanSourceTreeElement::getLocalName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getLocalName (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the local part of the <em>qualified name</em> of this node.
<p>
<p>
For nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>DOM_Document</code> interface, it is null.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a24">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a6">XalanSourceTreeElementA</a>, <a class="el" href="classXalanSourceTreeElementANS.html#a5">XalanSourceTreeElementANS</a>, <a class="el" href="classXalanSourceTreeElementNA.html#a6">XalanSourceTreeElementNA</a>, and <a class="el" href="classXalanSourceTreeElementNANS.html#a5">XalanSourceTreeElementNANS</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XalanSourceTreeElement::getMemoryManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XalanSourceTreeElement::getMemoryManager (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a23" doxytag="XalanSourceTreeElement::getNamespaceURI"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getNamespaceURI (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.
<p>
<p>
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
<p>
For nodes of any type other than <code>ELEMENT_NODE</code> and <code>ATTRIBUTE_NODE</code> and nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>Document</code> interface, this is always <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a22">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a4">XalanSourceTreeElementA</a>, <a class="el" href="classXalanSourceTreeElementANS.html#a3">XalanSourceTreeElementANS</a>, <a class="el" href="classXalanSourceTreeElementNA.html#a4">XalanSourceTreeElementNA</a>, and <a class="el" href="classXalanSourceTreeElementNANS.html#a3">XalanSourceTreeElementNANS</a>. </td>
</tr>
</table>
<a name="a11" doxytag="XalanSourceTreeElement::getNextSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::getNextSibling (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the node immediately following this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a10">XalanElement</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XalanSourceTreeElement::getNodeName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getNodeName (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the name of this node.
<p>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a2">XalanElement</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XalanSourceTreeElement::getNodeType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html#s14">NodeType</a> XalanSourceTreeElement::getNodeType (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
An enum value representing the type of the underlying object.
<p>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a4">XalanElement</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XalanSourceTreeElement::getNodeValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getNodeValue (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the value of this node, depending on its type.
<p>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a3">XalanElement</a>. </td>
</tr>
</table>
<a name="a13" doxytag="XalanSourceTreeElement::getOwnerDocument"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanDocument.html">XalanDocument</a> * XalanSourceTreeElement::getOwnerDocument (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the <code>DOM_Document</code> object associated with this node.
<p>
This is also the <code>DOM_Document</code> object used to create new nodes. When this node is a <code>DOM_Document</code> or a <code>DOM_DocumentType</code> which is not used with any <code>DOM_Document</code> yet, this is <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a12">XalanElement</a>. </td>
</tr>
</table>
<a name="a6" doxytag="XalanSourceTreeElement::getParentNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::getParentNode (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the parent of this node.
<p>
All nodes, except <code>Document</code>, <code>DocumentFragment</code>, and <code>Attr</code> may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, a <code>null</code> DOM_Node is returned.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a5">XalanElement</a>. </td>
</tr>
</table>
<a name="a24" doxytag="XalanSourceTreeElement::getPrefix"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getPrefix (
</b></td>
<td valign="bottom"><b>
) const<code> [pure virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.
<p>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a23">XalanElement</a>.
<p>
Reimplemented in <a class="el" href="classXalanSourceTreeElementA.html#a5">XalanSourceTreeElementA</a>, <a class="el" href="classXalanSourceTreeElementANS.html#a4">XalanSourceTreeElementANS</a>, <a class="el" href="classXalanSourceTreeElementNA.html#a5">XalanSourceTreeElementNA</a>, and <a class="el" href="classXalanSourceTreeElementNANS.html#a4">XalanSourceTreeElementNANS</a>. </td>
</tr>
</table>
<a name="a10" doxytag="XalanSourceTreeElement::getPreviousSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::getPreviousSibling (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Gets the node immediately preceding this node.
<p>
If there is no such node, this returns <code>null</code>.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a9">XalanElement</a>. </td>
</tr>
</table>
<a name="a29" doxytag="XalanSourceTreeElement::getTagName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::getTagName (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The name of the element.
<p>
For example, in: &lt;elementExample id="demo"&gt; ... &lt;/elementExample&gt; , <code>tagName</code> has the value <code>"elementExample"</code>. Note that this is case-preserving in XML, as are all of the operations of the DOM.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a28">XalanElement</a>. </td>
</tr>
</table>
<a name="a19" doxytag="XalanSourceTreeElement::hasChildNodes"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeElement::hasChildNodes (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
This is a convenience method to allow easy determination of whether a node has any children.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
<code>true</code> if the node has any children, <code>false</code> if the node has no children. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a18">XalanElement</a>. </td>
</tr>
</table>
<a name="a15" doxytag="XalanSourceTreeElement::insertBefore"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::insertBefore (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>refChild</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>.
<p>
If <code>refChild</code> is <code>null</code>, insert <code>newChild</code> at the end of the list of children. <br>
If <code>newChild</code> is a <code>DocumentFragment</code> object, all of its children are inserted, in the same order, before <code>refChild</code>. If the <code>newChild</code> is already in the tree, it is first removed. Note that a <code>DOM_Node</code> that has never been assigned to refer to an actual node is == null. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
The node to insert. </td></tr>
<tr><td valign=top><em>refChild</em>
&nbsp;</td><td>
The reference node, i.e., the node before which the new node must be inserted. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The node being inserted. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a14">XalanElement</a>. </td>
</tr>
</table>
<a name="a27" doxytag="XalanSourceTreeElement::isIndexed"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeElement::isIndexed (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if the document is node-order indexed.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
true if the document is indexed, otherwise false. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a26">XalanElement</a>. </td>
</tr>
</table>
<a name="a22" doxytag="XalanSourceTreeElement::isSupported"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeElement::isSupported (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>feature</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>version</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>feature</em>
&nbsp;</td><td>
The string of the feature to test. This is the same name as what can be passed to the method <code>hasFeature</code> on <code>DOMImplementation</code>. </td></tr>
<tr><td valign=top><em>version</em>
&nbsp;</td><td>
This is the version number of the feature to test. In Level 2, version 1, this is the string "2.0". If the version is not specified, supporting any version of the feature will cause the method to return <code>true</code>. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
Returns <code>true</code> if the specified feature is supported on this node, <code>false</code> otherwise. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a21">XalanElement</a>. </td>
</tr>
</table>
<a name="a21" doxytag="XalanSourceTreeElement::normalize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::normalize (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Puts all <code>DOM_Text</code> nodes in the full depth of the sub-tree underneath this <code>DOM_Node</code>, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates <code>DOM_Text</code> nodes, i.e., there are no adjacent <code>DOM_Text</code> nodes.
<p>
This can be used to ensure that the DOM view of a document is the same as if it were saved and re-loaded, and is useful when operations (such as XPointer lookups) that depend on a particular document tree structure are to be used.
<p>
<b>Note:</b> In cases where the document contains <code>DOM_CDATASections</code>, the normalize operation alone may not be sufficient, since XPointers do not differentiate between <code>DOM_Text</code> nodes and <code>DOM_CDATASection</code> nodes.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a20">XalanElement</a>. </td>
</tr>
</table>
<a name="a36" doxytag="XalanSourceTreeElement::removeAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::removeAttribute (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes an attribute by name.
<p>
If the removed attribute is known to have a default value, an attribute immediately appears containing the default value as well as the corresponding namespace URI, local name, and prefix when applicable.<br>
To remove an attribute by local name and namespace URI, use the <code>removeAttributeNS</code> method. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name of the attribute to remove. </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a35">XalanElement</a>. </td>
</tr>
</table>
<a name="a39" doxytag="XalanSourceTreeElement::removeAttributeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::removeAttributeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>localName</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes an attribute by local name and namespace URI.
<p>
If the removed attribute has a default value it is immediately replaced. The replacing attribute has the same namespace URI and local name, as well as the original prefix.<br>
HTML-only DOM implementations do not need to implement this method.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to remove. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to remove. </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a38">XalanElement</a>. </td>
</tr>
</table>
<a name="a35" doxytag="XalanSourceTreeElement::removeAttributeNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElement::removeAttributeNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * <em>oldAttr</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes the specified attribute node.
<p>
If the removed <code>DOM_Attr</code> has a default value it is immediately replaced. The replacing attribute has the same namespace URI and local name, as well as the original prefix, when applicable.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>oldAttr</em>
&nbsp;</td><td>
The <code>DOM_Attr</code> node to remove from the attribute list. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The <code>DOM_Attr</code> node that was removed. </dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. <br>
NOT_FOUND_ERR: Raised if <code>oldAttr</code> is not an attribute of the element. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a34">XalanElement</a>. </td>
</tr>
</table>
<a name="a17" doxytag="XalanSourceTreeElement::removeChild"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::removeChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>oldChild</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>oldChild</em>
&nbsp;</td><td>
The node being removed. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The node removed. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a16">XalanElement</a>. </td>
</tr>
</table>
<a name="a16" doxytag="XalanSourceTreeElement::replaceChild"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * XalanSourceTreeElement::replaceChild (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>newChild</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>oldChild</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node.
<p>
If <code>newChild</code> is a <code>DOM_DocumentFragment</code> object, <code>oldChild</code> is replaced by all of the <code>DOM_DocumentFragment</code> children, which are inserted in the same order.
<p>
If the <code>newChild</code> is already in the tree, it is first removed. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
The new node to put in the child list. </td></tr>
<tr><td valign=top><em>oldChild</em>
&nbsp;</td><td>
The node being replaced in the list. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
The node replaced. </dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a15">XalanElement</a>. </td>
</tr>
</table>
<a name="a33" doxytag="XalanSourceTreeElement::setAttribute"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setAttribute (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>value</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a new attribute.
<p>
If an attribute with that name is already present in the element, its value is changed to be that of the value parameter. This value is a simple string, it is not parsed as it is being set. So any markup (such as syntax to be recognized as an entity reference) is treated as literal text, and needs to be appropriately escaped by the implementation when it is written out. In order to assign an attribute value that contains entity references, the user must create an <code>DOM_Attr</code> node plus any <code>Text</code> and <code>EntityReference</code> nodes, build the appropriate subtree, and use <code>setAttributeNode</code> to assign it as the value of an attribute. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
The name of the attribute to create or alter. </td></tr>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
Value to set in string form. </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. <br>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a32">XalanElement</a>. </td>
</tr>
</table>
<a name="a38" doxytag="XalanSourceTreeElement::setAttributeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setAttributeNS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>namespaceURI</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>qualifiedName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>value</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a new attribute.
<p>
If the given <code>namespaceURI</code> is <code>null</code> or an empty string and the <code>qualifiedName</code> has a prefix that is "xml", the new attribute is bound to the predefined namespace "<a href="http://www.w3.org/XML/1998/namespace">http://www.w3.org/XML/1998/namespace</a>". If an attribute with the same local name and namespace URI is already present on the element, its prefix is changed to be the prefix part of the <code>qualifiedName</code>, and its value is changed to be the <code>value</code> parameter. This value is a simple string, it is not parsed as it is being set. So any markup (such as syntax to be recognized as an entity reference) is treated as literal text, and needs to be appropriately escaped by the implementation when it is written out. In order to assign an attribute value that contains entity references, the user must create a <code>DOM_Attr</code> node plus any <code>DOM_Text</code> and <code>DOM_EntityReference</code> nodes, build the appropriate subtree, and use <code>setAttributeNodeNS</code> or <code>setAttributeNode</code> to assign it as the value of an attribute. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>namespaceURI</em>
&nbsp;</td><td>
The <em>namespace URI</em> of the attribute to create or alter. </td></tr>
<tr><td valign=top><em>localName</em>
&nbsp;</td><td>
The <em>local name</em> of the attribute to create or alter. </td></tr>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
The value to set in string form. </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character. <br>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. <br>
NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is malformed, if the <code>qualifiedName</code> has a prefix that is "xml" and the <code>namespaceURI</code> is neither <code>null</code> nor an empty string nor "<a href="http://www.w3.org/XML/1998/namespace">http://www.w3.org/XML/1998/namespace</a>", or if the <code>qualifiedName</code> has a prefix that is "xmlns" but the <code>namespaceURI</code> is neither <code>null</code> nor an empty string, or if if the <code>qualifiedName</code> has a prefix different from "xml" and "xmlns" and the <code>namespaceURI</code> is <code>null</code> or an empty string. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a37">XalanElement</a>. </td>
</tr>
</table>
<a name="a34" doxytag="XalanSourceTreeElement::setAttributeNode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElement::setAttributeNode (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * <em>newAttr</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a new attribute.
<p>
If an attribute with that name (<code>nodeName</code>) is already present in the element, it is replaced by the new one. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newAttr</em>
&nbsp;</td><td>
The <code>DOM_Attr</code> node to add to the attribute list. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
If the <code>newAttr</code> attribute replaces an existing attribute, the replaced <code>DOM_Attr</code> node is returned, otherwise <code>null</code> is returned. </dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a different document than the one that created the element. <br>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. <br>
INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an attribute of another <code>DOM_Element</code> object. The DOM user must explicitly clone <code>DOM_Attr</code> nodes to re-use them in other elements. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a33">XalanElement</a>. </td>
</tr>
</table>
<a name="a41" doxytag="XalanSourceTreeElement::setAttributeNodeNS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * XalanSourceTreeElement::setAttributeNodeNS (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanAttr.html">XalanAttr</a> * <em>newAttr</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Adds a new attribute.
<p>
If an attribute with that local name and namespace URI is already present in the element, it is replaced by the new one. <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newAttr</em>
&nbsp;</td><td>
The <code>DOM_Attr</code> node to add to the attribute list. </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
If the <code>newAttr</code> attribute replaces an existing attribute with the same <em>local name</em> and <em>namespace URI</em>, the replaced <code>DOM_Attr</code> node is returned, otherwise <code>null</code> is returned. </dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a different document than the one that created the element. <br>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. <br>
INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an attribute of another <code>DOM_Element</code> object. The DOM user must explicitly clone <code>DOM_Attr</code> nodes to re-use them in other elements. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a40">XalanElement</a>. </td>
</tr>
</table>
<a name="a58" doxytag="XalanSourceTreeElement::setIndex"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setIndex (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanNode.html#s0">IndexType</a> <em>theIndex</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a20" doxytag="XalanSourceTreeElement::setNodeValue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setNodeValue (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>nodeValue</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Sets the value of the node.
<p>
Any node which can have a nodeValue (<dl compact><dt>
<b>See also: </b><dd>
<a class="el" href="classXalanSourceTreeElement.html#a4">getNodeValue</a>) will also accept requests to set it to a string. The exact response to this varies from node to node -- Attribute, for example, stores its values in its children and has to replace them with a new Text holding the replacement value.
<p>
</dl>For most types of Node, value is null and attempting to set it will throw DOMException(NO_MODIFICATION_ALLOWED_ERR). This will also be thrown if the node is read-only.
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a19">XalanElement</a>. </td>
</tr>
</table>
<a name="a45" doxytag="XalanSourceTreeElement::setParent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setParent (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeDocumentFragment.html">XalanSourceTreeDocumentFragment</a> * <em>theParent</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a44" doxytag="XalanSourceTreeElement::setParent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setParent (
</b></td>
<td valign="bottom"><b>
XalanSourceTreeElement * <em>theParent</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a26" doxytag="XalanSourceTreeElement::setPrefix"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setPrefix (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>prefix</em>&nbsp;)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the <em>namespace prefix</em> of this node.
<p>
<p>
Note that setting this attribute, when permitted, changes the <code>nodeName</code> attribute, which holds the <em>qualified name</em>, as well as the <code>tagName</code> and <code>name</code> attributes of the <code>DOM_Element</code> and <code>DOM_Attr</code> interfaces, when applicable.
<p>
Note also that changing the prefix of an attribute, that is known to have a default value, does not make a new attribute with the default value and the original prefix appear, since the <code>namespaceURI</code> and <code>localName</code> do not change.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>prefix</em>
&nbsp;</td><td>
The prefix of this node. </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>
INVALID_CHARACTER_ERR: Raised if the specified prefix contains an illegal character. <br>
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly. <br>
NAMESPACE_ERR: Raised if the specified <code>prefix</code> is malformed, if the specified prefix is "xml" and the <code>namespaceURI</code> of this node is different from "<a href="http://www.w3.org/XML/1998/namespace">http://www.w3.org/XML/1998/namespace</a>", if specified prefix is "xmlns" and the <code>namespaceURI</code> is neither <code>null</code> nor an empty string, or if the <code>localName</code> is <code>null</code>. </td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="classXalanElement.html#a25">XalanElement</a>. </td>
</tr>
</table>
<a name="a49" doxytag="XalanSourceTreeElement::setPreviousSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setPreviousSibling (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeText.html">XalanSourceTreeText</a> * <em>thePreviousSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a48" doxytag="XalanSourceTreeElement::setPreviousSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setPreviousSibling (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeProcessingInstruction.html">XalanSourceTreeProcessingInstruction</a> * <em>thePreviousSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a47" doxytag="XalanSourceTreeElement::setPreviousSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setPreviousSibling (
</b></td>
<td valign="bottom"><b>
XalanSourceTreeElement * <em>thePreviousSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="a46" doxytag="XalanSourceTreeElement::setPreviousSibling"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeElement::setPreviousSibling (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a> * <em>thePreviousSibling</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="n0" doxytag="XalanSourceTreeElement::m_tagName"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XalanSourceTreeElement::m_tagName<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="q0" doxytag="XalanSourceTreeElement::s_emptyString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> XalanSourceTreeElement::s_emptyString<code> [static, protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeElement_8hpp-source.html">XalanSourceTreeElement.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>