<p>The <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> interface represents the entire XML document.
<areashape="rect"id="node2"href="classxercesc_1_1DOMDocumentRange.html"title="xercesc::DOMDocumentRange"alt=""coords="13,5,219,32"/><areashape="rect"id="node3"href="classxercesc_1_1DOMXPathEvaluator.html"title="The evaluation of XPath expressions is provided by DOMXPathEvaluator. "alt=""coords="17,56,215,83"/><areashape="rect"id="node4"href="classxercesc_1_1DOMDocumentTraversal.html"title="DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers to traverse a n..."alt=""coords="5,107,227,133"/><areashape="rect"id="node5"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. "alt=""coords="47,157,185,184"/></map>
<trclass="memdesc:ae85ccc2bef950fc7a97ed628edfd188e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an element of the type specified. <ahref="#ae85ccc2bef950fc7a97ed628edfd188e">More...</a><br/></td></tr>
<trclass="memdesc:a9cb25f221e8ce1cd40951b4ed3ec113d"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an empty <code><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object. ">DOMDocumentFragment</a></code> object. <ahref="#a9cb25f221e8ce1cd40951b4ed3ec113d">More...</a><br/></td></tr>
<trclass="memdesc:ad22c9611afa0947e1b0699c3d879058f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> node given the specified string. <ahref="#ad22c9611afa0947e1b0699c3d879058f">More...</a><br/></td></tr>
<trclass="memdesc:a5169031ed4289d87084e9c662f198ab6"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <code><aclass="el"href="classxercesc_1_1DOMComment.html"title="This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!–' and ending '–>'. ">DOMComment</a></code> node given the specified string. <ahref="#a5169031ed4289d87084e9c662f198ab6">More...</a><br/></td></tr>
<trclass="memdesc:a4eb2a430dd3c77d40000594eb25a80f9"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <code><aclass="el"href="classxercesc_1_1DOMCDATASection.html"title="CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...">DOMCDATASection</a></code> node whose value is the specified string. <ahref="#a4eb2a430dd3c77d40000594eb25a80f9">More...</a><br/></td></tr>
<trclass="memdesc:a65f8ff9afe0dd0038138859a10ad6ece"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates a <code><aclass="el"href="classxercesc_1_1DOMProcessingInstruction.html"title="The DOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to...">DOMProcessingInstruction</a></code> node given the specified name and data strings. <ahref="#a65f8ff9afe0dd0038138859a10ad6ece">More...</a><br/></td></tr>
<trclass="memdesc:a7288d0935ff48866916dcda2a050d0ca"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> of the given name. <ahref="#a7288d0935ff48866916dcda2a050d0ca">More...</a><br/></td></tr>
<trclass="memdesc:a8861289d08c5efc973316cbf4130d9c0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> object. <ahref="#a8861289d08c5efc973316cbf4130d9c0">More...</a><br/></td></tr>
<trclass="memdesc:a698a34a6561e2ecf2883e43d10e2e9a4"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The Document Type Declaration (see <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code>) associated with this document. <ahref="#a698a34a6561e2ecf2883e43d10e2e9a4">More...</a><br/></td></tr>
<trclass="memdesc:a707639b27e69e69f8cd032049ce2e34e"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The <code><aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a></code> object that handles this document. <ahref="#a707639b27e69e69f8cd032049ce2e34e">More...</a><br/></td></tr>
<trclass="memdesc:a09709e8fef5e0eeec5a9378e5aa69af1"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This is a convenience attribute that allows direct access to the child node that is the root element of the document. <ahref="#a09709e8fef5e0eeec5a9378e5aa69af1">More...</a><br/></td></tr>
<trclass="memdesc:aaf893c3414d8c80270a31e5079bb6912"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns a <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> of all the <code>DOMElement(s)</code> with a given tag name in the order in which they are encountered in a preorder traversal of the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. <ahref="#aaf893c3414d8c80270a31e5079bb6912">More...</a><br/></td></tr>
<trclass="memdesc:afbd4386d834deaf4a5fd77aa327709a7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Imports a node from another document to this document. <ahref="#afbd4386d834deaf4a5fd77aa327709a7">More...</a><br/></td></tr>
<trclass="memdesc:a57ad839d6e17bc10d0b9239b74b49444"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an element of the given qualified name and namespace URI. <ahref="#a57ad839d6e17bc10d0b9239b74b49444">More...</a><br/></td></tr>
<trclass="memdesc:a68f4951e21f37a4cc1cde7d7a88bf242"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Creates an attribute of the given qualified name and namespace URI. <ahref="#a68f4951e21f37a4cc1cde7d7a88bf242">More...</a><br/></td></tr>
<trclass="memdesc:a76a0638aff510d4c6db4ffadd942735c"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns a <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> of all the <code>DOMElement(s)</code> with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. <ahref="#a76a0638aff510d4c6db4ffadd942735c">More...</a><br/></td></tr>
<trclass="memdesc:adedb2f19695a35b83fde6a584d4b748f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns the <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> whose <code>ID</code> is given by <code>elementId</code>. <ahref="#adedb2f19695a35b83fde6a584d4b748f">More...</a><br/></td></tr>
<trclass="memdesc:a41294dce7bec784014dfc9a36774e87f"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying the encoding used for this document at the time of the parsing. <ahref="#a41294dce7bec784014dfc9a36774e87f">More...</a><br/></td></tr>
<trclass="memdesc:ad990c4ad200ffbd79c8d51b53942078a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying, as part of the XML declaration, the encoding of this document. <ahref="#ad990c4ad200ffbd79c8d51b53942078a">More...</a><br/></td></tr>
<trclass="memdesc:a29933f976c29320f1563da63e5a20881"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying, as part of the XML declaration, whether this document is standalone. <ahref="#a29933f976c29320f1563da63e5a20881">More...</a><br/></td></tr>
<trclass="memdesc:a616c27be91cf745f08e1f1b30bccb13a"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying, as part of the XML declaration, whether this document is standalone. <ahref="#a616c27be91cf745f08e1f1b30bccb13a">More...</a><br/></td></tr>
<trclass="memdesc:a3c5c4935c7165674c667f44e1fe6ced0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying, as part of the XML declaration, the version number of this document. <ahref="#a3c5c4935c7165674c667f44e1fe6ced0">More...</a><br/></td></tr>
<trclass="memdesc:ae0fb6f84c26cd570e8a8d05885fa7292"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An attribute specifying, as part of the XML declaration, the version number of this document. <ahref="#ae0fb6f84c26cd570e8a8d05885fa7292">More...</a><br/></td></tr>
<trclass="memdesc:afe21d6a1919ada2ab34f3f977b25b5e7"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The location of the document or <code>null</code> if undefined. <ahref="#afe21d6a1919ada2ab34f3f977b25b5e7">More...</a><br/></td></tr>
<trclass="memdesc:a660099866e9add0a1e1dd1f97c05a2e5"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The location of the document or <code>null</code> if undefined. <ahref="#a660099866e9add0a1e1dd1f97c05a2e5">More...</a><br/></td></tr>
<trclass="memdesc:a97feed548120669330168b9eefd676ea"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Rename an existing node. <ahref="#a97feed548120669330168b9eefd676ea">More...</a><br/></td></tr>
<trclass="memdesc:af45712bf8cda8015cbe97d39dd196284"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Changes the <code>ownerDocument</code> of a node, its children, as well as the attached attribute nodes if there are any. <ahref="#af45712bf8cda8015cbe97d39dd196284">More...</a><br/></td></tr>
<trclass="memdesc:ac4a3e3ffb33ce907f211d216b356f8fb"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form. <ahref="#ac4a3e3ffb33ce907f211d216b356f8fb">More...</a><br/></td></tr>
<trclass="memdesc:a5a91a9920107fdd96f31062e329e6889"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The configuration used when <aclass="el"href="classxercesc_1_1DOMDocument.html#ac4a3e3ffb33ce907f211d216b356f8fb"title="This method acts as if the document was going through a save and load cycle, putting the document in ...">DOMDocument::normalizeDocument</a> is invoked. <ahref="#a5a91a9920107fdd96f31062e329e6889">More...</a><br/></td></tr>
<trclass="inherit_header pub_methods_classxercesc_1_1DOMDocumentRange"><tdcolspan="2"onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMDocumentRange')"><imgsrc="closed.png"alt="-"/> Public Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
<trclass="memdesc:a0fd019d6f975f905ac25695e4f9a7c20 inherit pub_methods_classxercesc_1_1DOMDocumentRange"><tdclass="mdescLeft"> </td><tdclass="mdescRight"><preclass="fragment"> To create the range consisting of boundary-points and offset of the
<trclass="inherit_header pub_methods_classxercesc_1_1DOMXPathEvaluator"><tdcolspan="2"onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMXPathEvaluator')"><imgsrc="closed.png"alt="-"/> Public Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMXPathEvaluator.html">xercesc::DOMXPathEvaluator</a></td></tr>
<trclass="memdesc:a00b761c39370c3e81117902254121204 inherit pub_methods_classxercesc_1_1DOMXPathEvaluator"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document. <ahref="#a00b761c39370c3e81117902254121204">More...</a><br/></td></tr>
<trclass="memdesc:a58a97a5b1cde248a0a79a0787d264a27 inherit pub_methods_classxercesc_1_1DOMXPathEvaluator"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Evaluates an XPath expression string and returns a result of the specified type if possible. <ahref="#a58a97a5b1cde248a0a79a0787d264a27">More...</a><br/></td></tr>
<trclass="inherit_header pub_methods_classxercesc_1_1DOMDocumentTraversal"><tdcolspan="2"onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMDocumentTraversal')"><imgsrc="closed.png"alt="-"/> Public Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td></tr>
<trclass="inherit_header pub_methods_classxercesc_1_1DOMNode"><tdcolspan="2"onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMNode')"><imgsrc="closed.png"alt="-"/> Public Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td></tr>
<trclass="memdesc:a7b32344fcf1bc6750237d0d136e669c5 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The name of this node, depending on its type; see the table above. <ahref="#a7b32344fcf1bc6750237d0d136e669c5">More...</a><br/></td></tr>
<trclass="memdesc:a91c52c0624325ac9c9e176e944c2e179 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the value of this node, depending on its type. <ahref="#a91c52c0624325ac9c9e176e944c2e179">More...</a><br/></td></tr>
<trclass="memdesc:a2efeafaf11c2e91d4e2334f4a5837812 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An enum value representing the type of the underlying object. <ahref="#a2efeafaf11c2e91d4e2334f4a5837812">More...</a><br/></td></tr>
<trclass="memdesc:a75d88c459e52996255af85d0c2bb6c28 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the parent of this node. <ahref="#a75d88c459e52996255af85d0c2bb6c28">More...</a><br/></td></tr>
<trclass="memdesc:a5606d1504a6e5e34b8323c9c03bf0871 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets a <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> that contains all children of this node. <ahref="#a5606d1504a6e5e34b8323c9c03bf0871">More...</a><br/></td></tr>
<trclass="memdesc:a2332c89f39231890e5124b45b7576fea inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the first child of this node. <ahref="#a2332c89f39231890e5124b45b7576fea">More...</a><br/></td></tr>
<trclass="memdesc:a5105b148ca44c2e0560559410bde6f28 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the last child of this node. <ahref="#a5105b148ca44c2e0560559410bde6f28">More...</a><br/></td></tr>
<trclass="memdesc:a9b331b808c3bca80b262a2a4b5ae3039 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the node immediately preceding this node. <ahref="#a9b331b808c3bca80b262a2a4b5ae3039">More...</a><br/></td></tr>
<trclass="memdesc:a15122c1270fbb4e49e3278600fc3e92f inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the node immediately following this node. <ahref="#a15122c1270fbb4e49e3278600fc3e92f">More...</a><br/></td></tr>
<trclass="memdesc:a94cba44e801d6ef597d6158d08a8db4b inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets a <code><aclass="el"href="classxercesc_1_1DOMNamedNodeMap.html"title="DOMNamedNodeMaps are used to represent collections of nodes that can be accessed by name...">DOMNamedNodeMap</a></code> containing the attributes of this node (if it is an <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code>) or <code>null</code> otherwise. <ahref="#a94cba44e801d6ef597d6158d08a8db4b">More...</a><br/></td></tr>
<trclass="memdesc:a678751c64acb0ba5ffdd80695b1bc357 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Gets the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> object associated with this node. <ahref="#a678751c64acb0ba5ffdd80695b1bc357">More...</a><br/></td></tr>
<trclass="memdesc:acbd55c7876782a2147b092416609055d inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns a duplicate of this node. <ahref="#acbd55c7876782a2147b092416609055d">More...</a><br/></td></tr>
<trclass="memdesc:ab53ebbb7276d3d20d24cb486f948717c inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>. <ahref="#ab53ebbb7276d3d20d24cb486f948717c">More...</a><br/></td></tr>
<trclass="memdesc:a94ce2693cd6634ac744ef6c3ed0609c0 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node. <ahref="#a94ce2693cd6634ac744ef6c3ed0609c0">More...</a><br/></td></tr>
<trclass="memdesc:a6d55c029576075e0cfd8fc26f48c8b84 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it. <ahref="#a6d55c029576075e0cfd8fc26f48c8b84">More...</a><br/></td></tr>
<trclass="memdesc:ade4f6d57748def70f0444b004df96a94 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Adds the node <code>newChild</code> to the end of the list of children of this node. <ahref="#ade4f6d57748def70f0444b004df96a94">More...</a><br/></td></tr>
<trclass="memdesc:a2bc565b40dd4bb5aba845d9dd2c7583a inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This is a convenience method to allow easy determination of whether a node has any children. <ahref="#a2bc565b40dd4bb5aba845d9dd2c7583a">More...</a><br/></td></tr>
<trclass="memdesc:a4994a1cde1e661348fc7814dc794cedf inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Sets the value of the node. <ahref="#a4994a1cde1e661348fc7814dc794cedf">More...</a><br/></td></tr>
<trclass="memdesc:a98d4e1ca99342ae7fa64ffcb1731b1e9 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Puts all <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes in the full depth of the sub-tree underneath this <code><aclass="el"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. ">DOMNode</a></code>, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes, i.e., there are neither adjacent <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes nor empty <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes. <ahref="#a98d4e1ca99342ae7fa64ffcb1731b1e9">More...</a><br/></td></tr>
<trclass="memdesc:a1c65320f33cec3065797a0e9b3cdcacd inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Tests whether the DOM implementation implements a specific feature and that feature is supported by this node. <ahref="#a1c65320f33cec3065797a0e9b3cdcacd">More...</a><br/></td></tr>
<trclass="memdesc:af35cfa2da40fa282118ec1aca93fc306 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified. <ahref="#af35cfa2da40fa282118ec1aca93fc306">More...</a><br/></td></tr>
<trclass="memdesc:ad1f609ef0a7ebd5d4467e83940f9d085 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified. <ahref="#ad1f609ef0a7ebd5d4467e83940f9d085">More...</a><br/></td></tr>
<trclass="memdesc:a5d459b8e9f1fe8cc82f3690d71d9d98e inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns the local part of the <em>qualified name</em> of this node. <ahref="#a5d459b8e9f1fe8cc82f3690d71d9d98e">More...</a><br/></td></tr>
<trclass="memdesc:aded63bdb02c190b1a6136c8a7deafcd8 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Set the <em>namespace prefix</em> of this node. <ahref="#aded63bdb02c190b1a6136c8a7deafcd8">More...</a><br/></td></tr>
<trclass="memdesc:a9857bb0538097f155821e5831fe6326b inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns whether this node (if it is an element) has any attributes. <ahref="#a9857bb0538097f155821e5831fe6326b">More...</a><br/></td></tr>
<trclass="memdesc:a439002778f99343aba9298d7b0f712c4 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Returns whether this node is the same node as the given one. <ahref="#a439002778f99343aba9298d7b0f712c4">More...</a><br/></td></tr>
<trclass="memdesc:ae7e8ea1540b43fc6f73a2595dc45cfce inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Tests whether two nodes are equal. <ahref="#ae7e8ea1540b43fc6f73a2595dc45cfce">More...</a><br/></td></tr>
<trclass="memdesc:af1b188358a3cbb7b44a24fc71425bf42 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Associate an object to a key on this node. <ahref="#af1b188358a3cbb7b44a24fc71425bf42">More...</a><br/></td></tr>
<trclass="memdesc:af9d881c5e6a25c61732060dc6c6955ea inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Retrieves the object associated to a key on a this node. <ahref="#af9d881c5e6a25c61732060dc6c6955ea">More...</a><br/></td></tr>
<trclass="memdesc:af775e8a5faa128e2b7d301b29d285192 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The absolute base URI of this node or <code>null</code> if undefined. <ahref="#af775e8a5faa128e2b7d301b29d285192">More...</a><br/></td></tr>
<trclass="memdesc:ac905b4d9386c40069c0aae057a514bcc inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Compares the reference node, i.e. <ahref="#ac905b4d9386c40069c0aae057a514bcc">More...</a><br/></td></tr>
<trclass="memdesc:afbc6510ae34920edb171bc1b7499e2fd inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This attribute returns the text content of this node and its descendants. <ahref="#afbc6510ae34920edb171bc1b7499e2fd">More...</a><br/></td></tr>
<trclass="memdesc:a5b9b83d624c3d85e7ad8d4f30e9a8bb4 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This attribute removes any possible children this node may have and, if the new string is not empty or null, replaced by a single <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> node containing the string this attribute is set to. <ahref="#a5b9b83d624c3d85e7ad8d4f30e9a8bb4">More...</a><br/></td></tr>
<trclass="memdesc:a55b9c445bcec20de933bd33fa38ef2a3 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Look up the prefix associated to the given namespace URI, starting from this node. <ahref="#a55b9c445bcec20de933bd33fa38ef2a3">More...</a><br/></td></tr>
<trclass="memdesc:a97bd8a011432b6bb97152cfed2984d9e inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This method checks if the specified <code>namespaceURI</code> is the default namespace or not. <ahref="#a97bd8a011432b6bb97152cfed2984d9e">More...</a><br/></td></tr>
<trclass="memdesc:aff70b3729ab0030f559b1c0bf9d5196e inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Look up the namespace URI associated to the given prefix, starting from this node. <ahref="#aff70b3729ab0030f559b1c0bf9d5196e">More...</a><br/></td></tr>
<trclass="memdesc:ab448bae0f53b1d355cb448186ce5d47e inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">This method makes available a <code><aclass="el"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. ">DOMNode</a></code>'s specialized interface. <ahref="#ab448bae0f53b1d355cb448186ce5d47e">More...</a><br/></td></tr>
<trclass="memdesc:a0618f7ce0796d8c35ede74882a93dae1 inherit pub_methods_classxercesc_1_1DOMNode"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Called to indicate that this Node (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. <ahref="#a0618f7ce0796d8c35ede74882a93dae1">More...</a><br/></td></tr>
<trclass="inherit_header pro_methods_classxercesc_1_1DOMDocumentRange"><tdcolspan="2"onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMDocumentRange')"><imgsrc="closed.png"alt="-"/> Protected Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
<trclass="inherit_header pro_methods_classxercesc_1_1DOMXPathEvaluator"><tdcolspan="2"onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMXPathEvaluator')"><imgsrc="closed.png"alt="-"/> Protected Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMXPathEvaluator.html">xercesc::DOMXPathEvaluator</a></td></tr>
<trclass="inherit_header pro_methods_classxercesc_1_1DOMDocumentTraversal"><tdcolspan="2"onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMDocumentTraversal')"><imgsrc="closed.png"alt="-"/> Protected Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMDocumentTraversal.html">xercesc::DOMDocumentTraversal</a></td></tr>
<trclass="inherit_header pro_methods_classxercesc_1_1DOMNode"><tdcolspan="2"onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMNode')"><imgsrc="closed.png"alt="-"/> Protected Member Functions inherited from <aclass="el"href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td></tr>
<divclass="textblock"><p>The <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> interface represents the entire XML document. </p>
<p>Since elements, text nodes, comments, processing instructions, etc. cannot exist outside the context of a <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code>, the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> interface also contains the factory methods needed to create these objects. The <code><aclass="el"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. ">DOMNode</a></code> objects created have a <code>ownerDocument</code> attribute which associates them with the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> within whose context they were created. </p>
<p>Changes the <code>ownerDocument</code> of a node, its children, as well as the attached attribute nodes if there are any. </p>
<p>If the node has a parent it is first removed from its parent child list. This effectively allows moving a subtree from one document to another. The following list describes the specifics for each type of node.</p>
<dd>The <code>ownerElement</code> attribute is set to <code>null</code> and the <code>specified</code> flag is set to <code>true</code> on the adopted <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code>. The descendants of the source <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> are recursively adopted. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> nodes cannot be adopted. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> nodes cannot be adopted. </dd>
<dd>Specified attribute nodes of the source element are adopted, and the generated <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes. Default attributes are discarded, though if the document being adopted into defines default attributes for this element name, those are assigned. The descendants of the source element are recursively adopted. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMEntity.html"title="This interface represents an entity, either parsed or unparsed, in an XML document. ">DOMEntity</a></code> nodes cannot be adopted. </dd>
<dd>Only the <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> node itself is adopted, the descendants are discarded, since the source and destination documents might have defined the entity differently. If the document being imported into provides a definition for this entity name, its value is assigned. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a></code> nodes cannot be adopted. </dd>
<dlclass="section return"><dt>Returns</dt><dd>The adopted node, or <code>null</code> if this operation fails, such as when the source node comes from a different implementation. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>NOT_SUPPORTED_ERR: Raised if the source node is of type <code>DOCUMENT</code>, <code>DOCUMENT_TYPE</code>. <br/>
<p>Creates an <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> of the given name. </p>
<p>Note that the <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> instance can then be set on an <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> using the <code>setAttributeNode</code> method. <br/>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> object with the <code>nodeName</code> attribute set to <code>name</code>, and <code>localName</code>, <code>prefix</code>, and <code>namespaceURI</code> set to <code>null</code>. The value of the attribute is the empty string. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> object with the following attributes: <tableborder="1">
<tdvalign="top"rowspan="1"colspan="1"><code>DOMNode.prefix</code></td><tdvalign="top"rowspan="1"colspan="1">prefix, extracted from <code>qualifiedName</code>, or <code>null</code> if there is no prefix </td></tr>
<tdvalign="top"rowspan="1"colspan="1"><code>DOMNode.localName</code></td><tdvalign="top"rowspan="1"colspan="1">local name, extracted from <code>qualifiedName</code></td></tr>
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character, per the XML 1.0 specification . <br/>
NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is malformed per the Namespaces in XML specification, if the <code>qualifiedName</code> has a prefix and the <code>namespaceURI</code> is <code>null</code>, if the <code>qualifiedName</code> has a prefix that is "xml" and the <code>namespaceURI</code> is different from "
http://www.w3.org/XML/1998/namespace", or if the <code>qualifiedName</code>, or its prefix, is "xmlns" and the <code>namespaceURI</code> is different from "
NOT_SUPPORTED_ERR: Always thrown if the current document does not support the <code>"XML"</code> feature, since namespaces were defined by XML. </td></tr>
<p>Creates a <code><aclass="el"href="classxercesc_1_1DOMCDATASection.html"title="CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...">DOMCDATASection</a></code> node whose value is the specified string. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">data</td><td>The data for the <code><aclass="el"href="classxercesc_1_1DOMCDATASection.html"title="CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...">DOMCDATASection</a></code> contents. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The new <code><aclass="el"href="classxercesc_1_1DOMCDATASection.html"title="CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...">DOMCDATASection</a></code> object. </dd></dl>
<p>Creates a <code><aclass="el"href="classxercesc_1_1DOMComment.html"title="This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!–' and ending '–>'. ">DOMComment</a></code> node given the specified string. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">data</td><td>The data for the node. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The new <code><aclass="el"href="classxercesc_1_1DOMComment.html"title="This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!–' and ending '–>'. ">DOMComment</a></code> object. </dd></dl>
<p>Creates an empty <code><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object. ">DOMDocumentFragment</a></code> object. </p>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object. ">DOMDocumentFragment</a></code>. </dd></dl>
<p>Create a <aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a> node. </p>
<dlclass="section return"><dt>Returns</dt><dd>A <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> that references the newly created <aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a> node. </dd></dl>
<p>Note that the instance returned implements the <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> interface, so attributes can be specified directly on the returned object. <br/>
In addition, if there are known attributes with default values, <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes representing them are automatically created and attached to the element. <br/>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> object with the <code>nodeName</code> attribute set to <code>tagName</code>, and <code>localName</code>, <code>prefix</code>, and <code>namespaceURI</code> set to <code>null</code>. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
<p>Creates an element of the given qualified name and namespace URI. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">namespaceURI</td><td>The namespace URI of the element to create. </td></tr>
<tr><tdclass="paramname">qualifiedName</td><td>The qualified name of the element type to instantiate. </td></tr>
</table>
</dd>
</dl>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> object with the following attributes: <tableborder="1">
<tdvalign="top"rowspan="1"colspan="1"><code>DOMNode.prefix</code></td><tdvalign="top"rowspan="1"colspan="1">prefix, extracted from <code>qualifiedName</code>, or <code>null</code> if there is no prefix </td></tr>
<tr>
<tdvalign="top"rowspan="1"colspan="1"><code>DOMNode.localName</code></td><tdvalign="top"rowspan="1"colspan="1">local name, extracted from <code>qualifiedName</code></td></tr>
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an illegal character, per the XML 1.0 specification . <br/>
NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is malformed per the Namespaces in XML specification, if the <code>qualifiedName</code> has a prefix and the <code>namespaceURI</code> is <code>null</code>, or if the <code>qualifiedName</code> has a prefix that is "xml" and the <code>namespaceURI</code> is different from "
http://www.w3.org/XML/1998/namespace" . <br/>
NOT_SUPPORTED_ERR: Always thrown if the current document does not support the <code>"XML"</code> feature, since namespaces were defined by XML. </td></tr>
<p>Creates an element of the given qualified name and namespace URI, and also stores line/column number info. Used by internally XSDXercesDOMParser during schema traversal.</p>
<dlclass="section see"><dt>See Also</dt><dd><aclass="el"href="classxercesc_1_1DOMDocument.html#a57ad839d6e17bc10d0b9239b74b49444"title="Creates an element of the given qualified name and namespace URI. ">createElementNS(const XMLCh *namespaceURI, const XMLCh *qualifiedName)</a></dd></dl>
<p>Creates an <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> object. </p>
<p>In addition, if the referenced entity is known, the child list of the <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> node is made the same as that of the corresponding <code><aclass="el"href="classxercesc_1_1DOMEntity.html"title="This interface represents an entity, either parsed or unparsed, in an XML document. ">DOMEntity</a></code> node.If any descendant of the <code><aclass="el"href="classxercesc_1_1DOMEntity.html"title="This interface represents an entity, either parsed or unparsed, in an XML document. ">DOMEntity</a></code> node has an unbound namespace prefix, the corresponding descendant of the created <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> node is also unbound; (its <code>namespaceURI</code> is <code>null</code>). The DOM Level 2 does not support any mechanism to resolve namespace prefixes. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">name</td><td>The name of the entity to reference. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The new <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> object. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>A <code><aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a></code> that references the newly created <aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a> node. </dd></dl>
<p>Creates a <code><aclass="el"href="classxercesc_1_1DOMProcessingInstruction.html"title="The DOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to...">DOMProcessingInstruction</a></code> node given the specified name and data strings. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">target</td><td>The target part of the processing instruction. </td></tr>
<tr><tdclass="paramname">data</td><td>The data for the node. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The new <code><aclass="el"href="classxercesc_1_1DOMProcessingInstruction.html"title="The DOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to...">DOMProcessingInstruction</a></code> object. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>INVALID_CHARACTER_ERR: Raised if the specified target contains an illegal character. </td></tr>
<p>Creates a <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> node given the specified string. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">data</td><td>The data for the node. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The new <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> object. </dd></dl>
<p>The Document Type Declaration (see <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code>) associated with this document. </p>
<p>For XML documents without a document type declaration this returns <code>null</code>. The DOM Level 2 does not support editing the Document Type Declaration. <code>docType</code> cannot be altered in any way, including through the use of methods inherited from the <code><aclass="el"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. ">DOMNode</a></code> interface, such as <code>insertNode</code> or <code>removeNode</code>. </p>
Beware that when the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> supports the feature "HTML" , the href attribute of the HTML BASE element takes precedence over this attribute.</p>
<p>The configuration used when <aclass="el"href="classxercesc_1_1DOMDocument.html#ac4a3e3ffb33ce907f211d216b356f8fb"title="This method acts as if the document was going through a save and load cycle, putting the document in ...">DOMDocument::normalizeDocument</a> is invoked. </p>
<dlclass="section return"><dt>Returns</dt><dd>The <code><aclass="el"href="classxercesc_1_1DOMConfiguration.html"title="The DOMConfiguration interface represents the configuration of a document and maintains a table of re...">DOMConfiguration</a></code> from this <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code></dd></dl>
<p>Returns the <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> whose <code>ID</code> is given by <code>elementId</code>. </p>
<p>If no such element exists, returns <code>null</code>. Behavior is not defined if more than one element has this <code>ID</code>. The DOM implementation must have information that says which attributes are of type ID. Attributes with the name "ID" are not of type ID unless so defined. Implementations that do not know whether attributes are of type ID or not are expected to return <code>null</code>. </p>
<p>Returns a <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> of all the <code>DOMElement(s)</code> with a given tag name in the order in which they are encountered in a preorder traversal of the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. </p>
<p>The returned node list is "live", in that changes to the document tree made after a nodelist was initially returned will be immediately reflected in the node list. </p>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> object containing all the matched <code>DOMElement(s)</code>. </dd></dl>
<p>Returns a <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> of all the <code>DOMElement(s)</code> with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. </p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">namespaceURI</td><td>The namespace URI of the elements to match on. The special value "*" matches all namespaces. </td></tr>
<tr><tdclass="paramname">localName</td><td>The local name of the elements to match on. The special value "*" matches all local names. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>A new <code><aclass="el"href="classxercesc_1_1DOMNodeList.html"title="The DOMNodeList interface provides the abstraction of an ordered collection of nodes. ">DOMNodeList</a></code> object containing all the matched <code>DOMElement(s)</code>. </dd></dl>
<p>The <code><aclass="el"href="classxercesc_1_1DOMImplementation.html"title="The DOMImplementation interface provides a number of methods for performing operations that are indep...">DOMImplementation</a></code> object that handles this document. </p>
<p>This is <code>null</code> when it is not known, such as when the <aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> was created in memory.</p>
<p>An attribute specifying whether errors checking is enforced or not. </p>
<p>When set to <code>false</code>, the implementation is free to not test every possible error case normally defined on DOM operations, and not raise any <code><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></code>. In case of error, the behavior is undefined. This attribute is <code>true</code> by defaults.</p>
<p>This is <code>null</code> when unspecified or when it is not known, such as when the <aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> was created in memory.</p>
<p>Imports a node from another document to this document. </p>
<p>The returned node has no parent; (<code>parentNode</code> is <code>null</code>). The source node is not altered or removed from the original document; this method creates a new copy of the source node. <br/>
For all nodes, importing a node creates a node object owned by the importing document, with attribute values identical to the source node's <code>nodeName</code> and <code>nodeType</code>, plus the attributes related to namespaces (<code>prefix</code>, <code>localName</code>, and <code>namespaceURI</code>). As in the <code>cloneNode</code> operation on a <code><aclass="el"href="classxercesc_1_1DOMNode.html"title="The DOMNode interface is the primary datatype for the entire Document Object Model. ">DOMNode</a></code>, the source node is not altered. <br/>
Additional information is copied as appropriate to the <code>nodeType</code>, attempting to mirror the behavior expected if a fragment of XML source was copied from one document to another, recognizing that the two documents may have different DTDs in the XML case. The following list describes the specifics for each type of node. </p>
<dd>The <code>ownerElement</code> attribute is set to <code>null</code> and the <code>specified</code> flag is set to <code>true</code> on the generated <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code>. The descendants of the source <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> are recursively imported and the resulting nodes reassembled to form the corresponding subtree. Note that the <code>deep</code> parameter has no effect on <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes; they always carry their children with them when imported. </dd>
<dd>If the <code>deep</code> option was set to <code>true</code>, the descendants of the source element are recursively imported and the resulting nodes reassembled to form the corresponding subtree. Otherwise, this simply generates an empty <code><aclass="el"href="classxercesc_1_1DOMDocumentFragment.html"title="DOMDocumentFragment is a "lightweight" or "minimal" DOMDocument object. ">DOMDocumentFragment</a></code>. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> nodes cannot be imported. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> nodes cannot be imported. </dd>
<dd>Specified attribute nodes of the source element are imported, and the generated <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> nodes are attached to the generated <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code>. Default attributes are not copied, though if the document being imported into defines default attributes for this element name, those are assigned. If the <code>importNode</code><code>deep</code> parameter was set to <code>true</code>, the descendants of the source element are recursively imported and the resulting nodes reassembled to form the corresponding subtree. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMEntity.html"title="This interface represents an entity, either parsed or unparsed, in an XML document. ">DOMEntity</a></code> nodes can be imported, however in the current release of the DOM the <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> is readonly. Ability to add these imported nodes to a <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> will be considered for addition to a future release of the DOM.On import, the <code>publicId</code>, <code>systemId</code>, and <code>notationName</code> attributes are copied. If a <code>deep</code> import is requested, the descendants of the the source <code><aclass="el"href="classxercesc_1_1DOMEntity.html"title="This interface represents an entity, either parsed or unparsed, in an XML document. ">DOMEntity</a></code> are recursively imported and the resulting nodes reassembled to form the corresponding subtree. </dd>
<dd>Only the <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> itself is copied, even if a <code>deep</code> import is requested, since the source and destination documents might have defined the entity differently. If the document being imported into provides a definition for this entity name, its value is assigned. </dd>
<dd><code><aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a></code> nodes can be imported, however in the current release of the DOM the <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> is readonly. Ability to add these imported nodes to a <code><aclass="el"href="classxercesc_1_1DOMDocumentType.html"title="Each DOMDocument has a doctype attribute whose value is either null or a DOMDocumentType object...">DOMDocumentType</a></code> will be considered for addition to a future release of the DOM.On import, the <code>publicId</code> and <code>systemId</code> attributes are copied. Note that the <code>deep</code> parameter has no effect on <code><aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a></code> nodes since they never have any children. </dd>
<dd>These three types of nodes inheriting from <code><aclass="el"href="classxercesc_1_1DOMCharacterData.html"title="The DOMCharacterData interface extends DOMNode with a set of attributes and methods for accessing cha...">DOMCharacterData</a></code> copy their <code>data</code> and <code>length</code> attributes from those of the source node. </dd>
<tr><tdclass="paramname">importedNode</td><td>The node to import. </td></tr>
<tr><tdclass="paramname">deep</td><td>If <code>true</code>, recursively import the subtree under the specified node; if <code>false</code>, import only the node itself, as explained above. This has no effect on <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> , <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code>, and <code><aclass="el"href="classxercesc_1_1DOMNotation.html"title="This interface represents a notation declared in the DTD. ">DOMNotation</a></code> nodes. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The imported node that belongs to this <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code>. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>NOT_SUPPORTED_ERR: Raised if the type of node being imported is not supported. </td></tr>
<p>The actual result depends on the features being set. See <code><aclass="el"href="classxercesc_1_1DOMConfiguration.html"title="The DOMConfiguration interface represents the configuration of a document and maintains a table of re...">DOMConfiguration</a></code> for details.</p>
Noticeably this method normalizes <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes, makes the document "namespace wellformed", according to the algorithm described below in pseudo code, by adding missing namespace declaration attributes and adding or changing namespace prefixes, updates the replacement tree of <code><aclass="el"href="classxercesc_1_1DOMEntityReference.html"title="DOMEntityReference objects may be inserted into the structure model when an entity reference is in th...">DOMEntityReference</a></code> nodes, normalizes attribute values, etc. <br/>
Mutation events, when supported, are generated to reflect the changes occurring on the document. Note that this is a partial implementation. Not all the required features are implemented. Currently <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> and <code><aclass="el"href="classxercesc_1_1DOMText.html"title="The DOMText interface inherits from DOMCharacterData and represents the textual content (termed chara...">DOMText</a></code> nodes are normalized. Features to remove <code><aclass="el"href="classxercesc_1_1DOMComment.html"title="This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!–' and ending '–>'. ">DOMComment</a></code> and <code><aclass="el"href="classxercesc_1_1DOMCDATASection.html"title="CDATA sections are used to escape blocks of text containing characters that would otherwise be regard...">DOMCDATASection</a></code> work. </p>
<p>When possible this simply changes the name of the given node, otherwise this creates a new node with the specified name and replaces the existing node with the new node as described below. This only applies to nodes of type <code>ELEMENT_NODE</code> and <code>ATTRIBUTE_NODE</code>. <br/>
When a new node is created, the following operations are performed: the new node is created, any registered event listener is registered on the new node, any user data attached to the old node is removed from that node, the old node is removed from its parent if it has one, the children are moved to the new node, if the renamed node is an <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> its attributes are moved to the new node, the new node is inserted at the position the old node used to have in its parent's child nodes list if it has one, the user data that was attached to the old node is attach to the new node, the user data event <code>NODE_RENAMED</code> is fired. <br/>
When the node being renamed is an <code><aclass="el"href="classxercesc_1_1DOMAttr.html"title="The DOMAttr class refers to an attribute of an XML element. ">DOMAttr</a></code> that is attached to an <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code>, the node is first removed from the <code><aclass="el"href="classxercesc_1_1DOMElement.html"title="By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...">DOMElement</a></code> attributes map. Then, once renamed, either by modifying the existing node or creating a new one as described above, it is put back.</p>
<dlclass="params"><dt>Parameters</dt><dd>
<tableclass="params">
<tr><tdclass="paramname">n</td><td>The node to rename. </td></tr>
<tr><tdclass="paramname">namespaceURI</td><td>The new namespaceURI. </td></tr>
<tr><tdclass="paramname">qualifiedName</td><td>The new qualified name. </td></tr>
<dlclass="section return"><dt>Returns</dt><dd>The renamed node. This is either the specified node or the new node that was created to replace the specified node. </dd></dl>
<dlclass="exception"><dt>Exceptions</dt><dd>
<tableclass="exception">
<tr><tdclass="paramname"><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></td><td>NOT_SUPPORTED_ERR: Raised when the type of the specified node is neither <code>ELEMENT_NODE</code> nor <code>ATTRIBUTE_NODE</code>. <br/>
WRONG_DOCUMENT_ERR: Raised when the specified node was created from a different document than this document. <br/>
NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is malformed per the Namespaces in XML specification, if the <code>qualifiedName</code> has a prefix and the <code>namespaceURI</code> is <code>null</code>, or if the <code>qualifiedName</code> has a prefix that is "xml" and the <code>namespaceURI</code> is different from "
http://www.w3.org/XML/1998/namespace" . Also raised, when the node being renamed is an attribute, if the <code>qualifiedName</code>, or its prefix, is "xmlns" and the <code>namespaceURI</code> is different from "http://www.w3.org/2000/xmlns/". </td></tr>
Beware that when the <code><aclass="el"href="classxercesc_1_1DOMDocument.html"title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> supports the feature "HTML" , the href attribute of the HTML BASE element takes precedence over this attribute.</p>
<p>An attribute specifying whether errors checking is enforced or not. </p>
<p>When set to <code>false</code>, the implementation is free to not test every possible error case normally defined on DOM operations, and not raise any <code><aclass="el"href="classxercesc_1_1DOMException.html">DOMException</a></code>. In case of error, the behavior is undefined. This attribute is <code>true</code> by defaults.</p>