XQuilla/docs/simple-api/classxercesc_1_1DOMDocument.html
2020-02-17 22:24:47 +01:00

1762 lines
130 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>XQilla Simple API Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacexercesc.html">xercesc</a></li><li class="navelem"><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="classxercesc_1_1DOMDocument-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">xercesc::DOMDocument Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p>The <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> interface represents the entire XML document.
<a href="classxercesc_1_1DOMDocument.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="DOMDocument_8hpp_source.html">DOMDocument.hpp</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for xercesc::DOMDocument:</div>
<div class="dyncontent">
<div class="center"><img src="classxercesc_1_1DOMDocument__inherit__graph.png" border="0" usemap="#xercesc_1_1DOMDocument_inherit__map" alt="Inheritance graph"/></div>
<map name="xercesc_1_1DOMDocument_inherit__map" id="xercesc_1_1DOMDocument_inherit__map">
<area shape="rect" id="node5" href="classxercesc_1_1DOMNode.html" title="The DOMNode interface is the primary datatype for the entire Document Object Model. " alt="" coords="540,5,679,32"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
<tr class="memitem:a2e870121ac366f158c770563aecf2c3b"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a2e870121ac366f158c770563aecf2c3b">~DOMDocument</a> ()</td></tr>
<tr class="memdesc:a2e870121ac366f158c770563aecf2c3b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <a href="#a2e870121ac366f158c770563aecf2c3b">More...</a><br/></td></tr>
<tr class="separator:a2e870121ac366f158c770563aecf2c3b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 1</div></td></tr>
<tr class="memitem:ae85ccc2bef950fc7a97ed628edfd188e"><td class="memItemLeft" align="right" valign="top">virtual DOMElement *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#ae85ccc2bef950fc7a97ed628edfd188e">createElement</a> (const XMLCh *tagName)=0</td></tr>
<tr class="memdesc:ae85ccc2bef950fc7a97ed628edfd188e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an element of the type specified. <a href="#ae85ccc2bef950fc7a97ed628edfd188e">More...</a><br/></td></tr>
<tr class="separator:ae85ccc2bef950fc7a97ed628edfd188e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9cb25f221e8ce1cd40951b4ed3ec113d"><td class="memItemLeft" align="right" valign="top">virtual DOMDocumentFragment *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a9cb25f221e8ce1cd40951b4ed3ec113d">createDocumentFragment</a> ()=0</td></tr>
<tr class="memdesc:a9cb25f221e8ce1cd40951b4ed3ec113d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an empty <code>DOMDocumentFragment</code> object. <a href="#a9cb25f221e8ce1cd40951b4ed3ec113d">More...</a><br/></td></tr>
<tr class="separator:a9cb25f221e8ce1cd40951b4ed3ec113d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad22c9611afa0947e1b0699c3d879058f"><td class="memItemLeft" align="right" valign="top">virtual DOMText *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#ad22c9611afa0947e1b0699c3d879058f">createTextNode</a> (const XMLCh *data)=0</td></tr>
<tr class="memdesc:ad22c9611afa0947e1b0699c3d879058f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code>DOMText</code> node given the specified string. <a href="#ad22c9611afa0947e1b0699c3d879058f">More...</a><br/></td></tr>
<tr class="separator:ad22c9611afa0947e1b0699c3d879058f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5169031ed4289d87084e9c662f198ab6"><td class="memItemLeft" align="right" valign="top">virtual DOMComment *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a5169031ed4289d87084e9c662f198ab6">createComment</a> (const XMLCh *data)=0</td></tr>
<tr class="memdesc:a5169031ed4289d87084e9c662f198ab6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code>DOMComment</code> node given the specified string. <a href="#a5169031ed4289d87084e9c662f198ab6">More...</a><br/></td></tr>
<tr class="separator:a5169031ed4289d87084e9c662f198ab6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4eb2a430dd3c77d40000594eb25a80f9"><td class="memItemLeft" align="right" valign="top">virtual DOMCDATASection *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a4eb2a430dd3c77d40000594eb25a80f9">createCDATASection</a> (const XMLCh *data)=0</td></tr>
<tr class="memdesc:a4eb2a430dd3c77d40000594eb25a80f9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code>DOMCDATASection</code> node whose value is the specified string. <a href="#a4eb2a430dd3c77d40000594eb25a80f9">More...</a><br/></td></tr>
<tr class="separator:a4eb2a430dd3c77d40000594eb25a80f9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a65f8ff9afe0dd0038138859a10ad6ece"><td class="memItemLeft" align="right" valign="top">virtual DOMProcessingInstruction *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a65f8ff9afe0dd0038138859a10ad6ece">createProcessingInstruction</a> (const XMLCh *target, const XMLCh *data)=0</td></tr>
<tr class="memdesc:a65f8ff9afe0dd0038138859a10ad6ece"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <code>DOMProcessingInstruction</code> node given the specified name and data strings. <a href="#a65f8ff9afe0dd0038138859a10ad6ece">More...</a><br/></td></tr>
<tr class="separator:a65f8ff9afe0dd0038138859a10ad6ece"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7288d0935ff48866916dcda2a050d0ca"><td class="memItemLeft" align="right" valign="top">virtual DOMAttr *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a7288d0935ff48866916dcda2a050d0ca">createAttribute</a> (const XMLCh *name)=0</td></tr>
<tr class="memdesc:a7288d0935ff48866916dcda2a050d0ca"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an <code>DOMAttr</code> of the given name. <a href="#a7288d0935ff48866916dcda2a050d0ca">More...</a><br/></td></tr>
<tr class="separator:a7288d0935ff48866916dcda2a050d0ca"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8861289d08c5efc973316cbf4130d9c0"><td class="memItemLeft" align="right" valign="top">virtual DOMEntityReference *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a8861289d08c5efc973316cbf4130d9c0">createEntityReference</a> (const XMLCh *name)=0</td></tr>
<tr class="memdesc:a8861289d08c5efc973316cbf4130d9c0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an <code>DOMEntityReference</code> object. <a href="#a8861289d08c5efc973316cbf4130d9c0">More...</a><br/></td></tr>
<tr class="separator:a8861289d08c5efc973316cbf4130d9c0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a698a34a6561e2ecf2883e43d10e2e9a4"><td class="memItemLeft" align="right" valign="top">virtual DOMDocumentType *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a698a34a6561e2ecf2883e43d10e2e9a4">getDoctype</a> () const =0</td></tr>
<tr class="memdesc:a698a34a6561e2ecf2883e43d10e2e9a4"><td class="mdescLeft">&#160;</td><td class="mdescRight">The Document Type Declaration (see <code>DOMDocumentType</code>) associated with this document. <a href="#a698a34a6561e2ecf2883e43d10e2e9a4">More...</a><br/></td></tr>
<tr class="separator:a698a34a6561e2ecf2883e43d10e2e9a4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a707639b27e69e69f8cd032049ce2e34e"><td class="memItemLeft" align="right" valign="top">virtual DOMImplementation *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a707639b27e69e69f8cd032049ce2e34e">getImplementation</a> () const =0</td></tr>
<tr class="memdesc:a707639b27e69e69f8cd032049ce2e34e"><td class="mdescLeft">&#160;</td><td class="mdescRight">The <code>DOMImplementation</code> object that handles this document. <a href="#a707639b27e69e69f8cd032049ce2e34e">More...</a><br/></td></tr>
<tr class="separator:a707639b27e69e69f8cd032049ce2e34e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a09709e8fef5e0eeec5a9378e5aa69af1"><td class="memItemLeft" align="right" valign="top">virtual DOMElement *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a09709e8fef5e0eeec5a9378e5aa69af1">getDocumentElement</a> () const =0</td></tr>
<tr class="memdesc:a09709e8fef5e0eeec5a9378e5aa69af1"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is a convenience attribute that allows direct access to the child node that is the root element of the document. <a href="#a09709e8fef5e0eeec5a9378e5aa69af1">More...</a><br/></td></tr>
<tr class="separator:a09709e8fef5e0eeec5a9378e5aa69af1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aaf893c3414d8c80270a31e5079bb6912"><td class="memItemLeft" align="right" valign="top">virtual DOMNodeList *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#aaf893c3414d8c80270a31e5079bb6912">getElementsByTagName</a> (const XMLCh *tagname) const =0</td></tr>
<tr class="memdesc:aaf893c3414d8c80270a31e5079bb6912"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a <code>DOMNodeList</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><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. <a href="#aaf893c3414d8c80270a31e5079bb6912">More...</a><br/></td></tr>
<tr class="separator:aaf893c3414d8c80270a31e5079bb6912"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 2.</div></td></tr>
<tr class="memitem:afbd4386d834deaf4a5fd77aa327709a7"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#afbd4386d834deaf4a5fd77aa327709a7">importNode</a> (const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *importedNode, bool deep)=0</td></tr>
<tr class="memdesc:afbd4386d834deaf4a5fd77aa327709a7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Imports a node from another document to this document. <a href="#afbd4386d834deaf4a5fd77aa327709a7">More...</a><br/></td></tr>
<tr class="separator:afbd4386d834deaf4a5fd77aa327709a7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a57ad839d6e17bc10d0b9239b74b49444"><td class="memItemLeft" align="right" valign="top">virtual DOMElement *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a57ad839d6e17bc10d0b9239b74b49444">createElementNS</a> (const XMLCh *namespaceURI, const XMLCh *qualifiedName)=0</td></tr>
<tr class="memdesc:a57ad839d6e17bc10d0b9239b74b49444"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an element of the given qualified name and namespace URI. <a href="#a57ad839d6e17bc10d0b9239b74b49444">More...</a><br/></td></tr>
<tr class="separator:a57ad839d6e17bc10d0b9239b74b49444"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a68f4951e21f37a4cc1cde7d7a88bf242"><td class="memItemLeft" align="right" valign="top">virtual DOMAttr *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a68f4951e21f37a4cc1cde7d7a88bf242">createAttributeNS</a> (const XMLCh *namespaceURI, const XMLCh *qualifiedName)=0</td></tr>
<tr class="memdesc:a68f4951e21f37a4cc1cde7d7a88bf242"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates an attribute of the given qualified name and namespace URI. <a href="#a68f4951e21f37a4cc1cde7d7a88bf242">More...</a><br/></td></tr>
<tr class="separator:a68f4951e21f37a4cc1cde7d7a88bf242"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a76a0638aff510d4c6db4ffadd942735c"><td class="memItemLeft" align="right" valign="top">virtual DOMNodeList *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a76a0638aff510d4c6db4ffadd942735c">getElementsByTagNameNS</a> (const XMLCh *namespaceURI, const XMLCh *localName) const =0</td></tr>
<tr class="memdesc:a76a0638aff510d4c6db4ffadd942735c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a <code>DOMNodeList</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><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. <a href="#a76a0638aff510d4c6db4ffadd942735c">More...</a><br/></td></tr>
<tr class="separator:a76a0638aff510d4c6db4ffadd942735c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adedb2f19695a35b83fde6a584d4b748f"><td class="memItemLeft" align="right" valign="top">virtual DOMElement *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#adedb2f19695a35b83fde6a584d4b748f">getElementById</a> (const XMLCh *elementId) const =0</td></tr>
<tr class="memdesc:adedb2f19695a35b83fde6a584d4b748f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the <code>DOMElement</code> whose <code>ID</code> is given by <code>elementId</code>. <a href="#adedb2f19695a35b83fde6a584d4b748f">More...</a><br/></td></tr>
<tr class="separator:adedb2f19695a35b83fde6a584d4b748f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 3.</div></td></tr>
<tr class="memitem:a41294dce7bec784014dfc9a36774e87f"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a41294dce7bec784014dfc9a36774e87f">getInputEncoding</a> () const =0</td></tr>
<tr class="memdesc:a41294dce7bec784014dfc9a36774e87f"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying the encoding used for this document at the time of the parsing. <a href="#a41294dce7bec784014dfc9a36774e87f">More...</a><br/></td></tr>
<tr class="separator:a41294dce7bec784014dfc9a36774e87f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad990c4ad200ffbd79c8d51b53942078a"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#ad990c4ad200ffbd79c8d51b53942078a">getXmlEncoding</a> () const =0</td></tr>
<tr class="memdesc:ad990c4ad200ffbd79c8d51b53942078a"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying, as part of the XML declaration, the encoding of this document. <a href="#ad990c4ad200ffbd79c8d51b53942078a">More...</a><br/></td></tr>
<tr class="separator:ad990c4ad200ffbd79c8d51b53942078a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a29933f976c29320f1563da63e5a20881"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a29933f976c29320f1563da63e5a20881">getXmlStandalone</a> () const =0</td></tr>
<tr class="memdesc:a29933f976c29320f1563da63e5a20881"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying, as part of the XML declaration, whether this document is standalone. <a href="#a29933f976c29320f1563da63e5a20881">More...</a><br/></td></tr>
<tr class="separator:a29933f976c29320f1563da63e5a20881"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a616c27be91cf745f08e1f1b30bccb13a"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a616c27be91cf745f08e1f1b30bccb13a">setXmlStandalone</a> (bool standalone)=0</td></tr>
<tr class="memdesc:a616c27be91cf745f08e1f1b30bccb13a"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying, as part of the XML declaration, whether this document is standalone. <a href="#a616c27be91cf745f08e1f1b30bccb13a">More...</a><br/></td></tr>
<tr class="separator:a616c27be91cf745f08e1f1b30bccb13a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3c5c4935c7165674c667f44e1fe6ced0"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a3c5c4935c7165674c667f44e1fe6ced0">getXmlVersion</a> () const =0</td></tr>
<tr class="memdesc:a3c5c4935c7165674c667f44e1fe6ced0"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying, as part of the XML declaration, the version number of this document. <a href="#a3c5c4935c7165674c667f44e1fe6ced0">More...</a><br/></td></tr>
<tr class="separator:a3c5c4935c7165674c667f44e1fe6ced0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae0fb6f84c26cd570e8a8d05885fa7292"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#ae0fb6f84c26cd570e8a8d05885fa7292">setXmlVersion</a> (const XMLCh *version)=0</td></tr>
<tr class="memdesc:ae0fb6f84c26cd570e8a8d05885fa7292"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying, as part of the XML declaration, the version number of this document. <a href="#ae0fb6f84c26cd570e8a8d05885fa7292">More...</a><br/></td></tr>
<tr class="separator:ae0fb6f84c26cd570e8a8d05885fa7292"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afe21d6a1919ada2ab34f3f977b25b5e7"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#afe21d6a1919ada2ab34f3f977b25b5e7">getDocumentURI</a> () const =0</td></tr>
<tr class="memdesc:afe21d6a1919ada2ab34f3f977b25b5e7"><td class="mdescLeft">&#160;</td><td class="mdescRight">The location of the document or <code>null</code> if undefined. <a href="#afe21d6a1919ada2ab34f3f977b25b5e7">More...</a><br/></td></tr>
<tr class="separator:afe21d6a1919ada2ab34f3f977b25b5e7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a660099866e9add0a1e1dd1f97c05a2e5"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a660099866e9add0a1e1dd1f97c05a2e5">setDocumentURI</a> (const XMLCh *documentURI)=0</td></tr>
<tr class="memdesc:a660099866e9add0a1e1dd1f97c05a2e5"><td class="mdescLeft">&#160;</td><td class="mdescRight">The location of the document or <code>null</code> if undefined. <a href="#a660099866e9add0a1e1dd1f97c05a2e5">More...</a><br/></td></tr>
<tr class="separator:a660099866e9add0a1e1dd1f97c05a2e5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acba504f87d55e1de05af8a3c3757b6e1"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#acba504f87d55e1de05af8a3c3757b6e1">getStrictErrorChecking</a> () const =0</td></tr>
<tr class="memdesc:acba504f87d55e1de05af8a3c3757b6e1"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying whether errors checking is enforced or not. <a href="#acba504f87d55e1de05af8a3c3757b6e1">More...</a><br/></td></tr>
<tr class="separator:acba504f87d55e1de05af8a3c3757b6e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acd3e1baf80b464f2450d0fda8d365e9e"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#acd3e1baf80b464f2450d0fda8d365e9e">setStrictErrorChecking</a> (bool strictErrorChecking)=0</td></tr>
<tr class="memdesc:acd3e1baf80b464f2450d0fda8d365e9e"><td class="mdescLeft">&#160;</td><td class="mdescRight">An attribute specifying whether errors checking is enforced or not. <a href="#acd3e1baf80b464f2450d0fda8d365e9e">More...</a><br/></td></tr>
<tr class="separator:acd3e1baf80b464f2450d0fda8d365e9e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97feed548120669330168b9eefd676ea"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a97feed548120669330168b9eefd676ea">renameNode</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *n, const XMLCh *namespaceURI, const XMLCh *qualifiedName)=0</td></tr>
<tr class="memdesc:a97feed548120669330168b9eefd676ea"><td class="mdescLeft">&#160;</td><td class="mdescRight">Rename an existing node. <a href="#a97feed548120669330168b9eefd676ea">More...</a><br/></td></tr>
<tr class="separator:a97feed548120669330168b9eefd676ea"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af45712bf8cda8015cbe97d39dd196284"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#af45712bf8cda8015cbe97d39dd196284">adoptNode</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *source)=0</td></tr>
<tr class="memdesc:af45712bf8cda8015cbe97d39dd196284"><td class="mdescLeft">&#160;</td><td class="mdescRight">Changes the <code>ownerDocument</code> of a node, its children, as well as the attached attribute nodes if there are any. <a href="#af45712bf8cda8015cbe97d39dd196284">More...</a><br/></td></tr>
<tr class="separator:af45712bf8cda8015cbe97d39dd196284"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac4a3e3ffb33ce907f211d216b356f8fb"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#ac4a3e3ffb33ce907f211d216b356f8fb">normalizeDocument</a> ()=0</td></tr>
<tr class="memdesc:ac4a3e3ffb33ce907f211d216b356f8fb"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form. <a href="#ac4a3e3ffb33ce907f211d216b356f8fb">More...</a><br/></td></tr>
<tr class="separator:ac4a3e3ffb33ce907f211d216b356f8fb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5a91a9920107fdd96f31062e329e6889"><td class="memItemLeft" align="right" valign="top">virtual DOMConfiguration *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a5a91a9920107fdd96f31062e329e6889">getDOMConfig</a> () const =0</td></tr>
<tr class="memdesc:a5a91a9920107fdd96f31062e329e6889"><td class="mdescLeft">&#160;</td><td class="mdescRight">The configuration used when <a class="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. <a href="#a5a91a9920107fdd96f31062e329e6889">More...</a><br/></td></tr>
<tr class="separator:a5a91a9920107fdd96f31062e329e6889"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Non-standard extension</div></td></tr>
<tr class="memitem:af20f740c1124ea064c6a1b4543b08078"><td class="memItemLeft" align="right" valign="top">virtual DOMEntity *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#af20f740c1124ea064c6a1b4543b08078">createEntity</a> (const XMLCh *name)=0</td></tr>
<tr class="memdesc:af20f740c1124ea064c6a1b4543b08078"><td class="mdescLeft">&#160;</td><td class="mdescRight">Non-standard extension. <a href="#af20f740c1124ea064c6a1b4543b08078">More...</a><br/></td></tr>
<tr class="separator:af20f740c1124ea064c6a1b4543b08078"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1053258f824ade183b50f7d645048e56"><td class="memItemLeft" align="right" valign="top">virtual DOMDocumentType *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a1053258f824ade183b50f7d645048e56">createDocumentType</a> (const XMLCh *name)=0</td></tr>
<tr class="memdesc:a1053258f824ade183b50f7d645048e56"><td class="mdescLeft">&#160;</td><td class="mdescRight">Non-standard extension. <a href="#a1053258f824ade183b50f7d645048e56">More...</a><br/></td></tr>
<tr class="separator:a1053258f824ade183b50f7d645048e56"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afba31cc58c4334720a19c3ff845aaa5a"><td class="memItemLeft" align="right" valign="top">virtual DOMDocumentType *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#afba31cc58c4334720a19c3ff845aaa5a">createDocumentType</a> (const XMLCh *qName, const XMLCh *, const XMLCh *)</td></tr>
<tr class="separator:afba31cc58c4334720a19c3ff845aaa5a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a510813f689dcc51325653e8a212174e9"><td class="memItemLeft" align="right" valign="top">virtual DOMNotation *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a510813f689dcc51325653e8a212174e9">createNotation</a> (const XMLCh *name)=0</td></tr>
<tr class="memdesc:a510813f689dcc51325653e8a212174e9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Non-standard extension. <a href="#a510813f689dcc51325653e8a212174e9">More...</a><br/></td></tr>
<tr class="separator:a510813f689dcc51325653e8a212174e9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a05aba6d6b8be3bafe3856b644befe6c7"><td class="memItemLeft" align="right" valign="top">virtual DOMElement *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a05aba6d6b8be3bafe3856b644befe6c7">createElementNS</a> (const XMLCh *namespaceURI, const XMLCh *qualifiedName, const <a class="el" href="SchemaValidatorFilter_8hpp.html#ab17b24c07bccfddd43540d5e04447a81">XMLFileLoc</a> lineNum, const <a class="el" href="SchemaValidatorFilter_8hpp.html#ab17b24c07bccfddd43540d5e04447a81">XMLFileLoc</a> columnNum)=0</td></tr>
<tr class="memdesc:a05aba6d6b8be3bafe3856b644befe6c7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Non-standard extension. <a href="#a05aba6d6b8be3bafe3856b644befe6c7">More...</a><br/></td></tr>
<tr class="separator:a05aba6d6b8be3bafe3856b644befe6c7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classxercesc_1_1DOMNode"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classxercesc_1_1DOMNode')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td></tr>
<tr class="memitem:aee64d231b5a95de008f0400698ecd153 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#aee64d231b5a95de008f0400698ecd153">~DOMNode</a> ()</td></tr>
<tr class="memdesc:aee64d231b5a95de008f0400698ecd153 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <a href="#aee64d231b5a95de008f0400698ecd153">More...</a><br/></td></tr>
<tr class="separator:aee64d231b5a95de008f0400698ecd153 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b32344fcf1bc6750237d0d136e669c5 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a7b32344fcf1bc6750237d0d136e669c5">getNodeName</a> () const =0</td></tr>
<tr class="memdesc:a7b32344fcf1bc6750237d0d136e669c5 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">The name of this node, depending on its type; see the table above. <a href="#a7b32344fcf1bc6750237d0d136e669c5">More...</a><br/></td></tr>
<tr class="separator:a7b32344fcf1bc6750237d0d136e669c5 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a91c52c0624325ac9c9e176e944c2e179 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a91c52c0624325ac9c9e176e944c2e179">getNodeValue</a> () const =0</td></tr>
<tr class="memdesc:a91c52c0624325ac9c9e176e944c2e179 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the value of this node, depending on its type. <a href="#a91c52c0624325ac9c9e176e944c2e179">More...</a><br/></td></tr>
<tr class="separator:a91c52c0624325ac9c9e176e944c2e179 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2efeafaf11c2e91d4e2334f4a5837812 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392b">NodeType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a2efeafaf11c2e91d4e2334f4a5837812">getNodeType</a> () const =0</td></tr>
<tr class="memdesc:a2efeafaf11c2e91d4e2334f4a5837812 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">An enum value representing the type of the underlying object. <a href="#a2efeafaf11c2e91d4e2334f4a5837812">More...</a><br/></td></tr>
<tr class="separator:a2efeafaf11c2e91d4e2334f4a5837812 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a75d88c459e52996255af85d0c2bb6c28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a75d88c459e52996255af85d0c2bb6c28">getParentNode</a> () const =0</td></tr>
<tr class="memdesc:a75d88c459e52996255af85d0c2bb6c28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the parent of this node. <a href="#a75d88c459e52996255af85d0c2bb6c28">More...</a><br/></td></tr>
<tr class="separator:a75d88c459e52996255af85d0c2bb6c28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5606d1504a6e5e34b8323c9c03bf0871 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual DOMNodeList *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a5606d1504a6e5e34b8323c9c03bf0871">getChildNodes</a> () const =0</td></tr>
<tr class="memdesc:a5606d1504a6e5e34b8323c9c03bf0871 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets a <code>DOMNodeList</code> that contains all children of this node. <a href="#a5606d1504a6e5e34b8323c9c03bf0871">More...</a><br/></td></tr>
<tr class="separator:a5606d1504a6e5e34b8323c9c03bf0871 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2332c89f39231890e5124b45b7576fea inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a2332c89f39231890e5124b45b7576fea">getFirstChild</a> () const =0</td></tr>
<tr class="memdesc:a2332c89f39231890e5124b45b7576fea inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the first child of this node. <a href="#a2332c89f39231890e5124b45b7576fea">More...</a><br/></td></tr>
<tr class="separator:a2332c89f39231890e5124b45b7576fea inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5105b148ca44c2e0560559410bde6f28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a5105b148ca44c2e0560559410bde6f28">getLastChild</a> () const =0</td></tr>
<tr class="memdesc:a5105b148ca44c2e0560559410bde6f28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the last child of this node. <a href="#a5105b148ca44c2e0560559410bde6f28">More...</a><br/></td></tr>
<tr class="separator:a5105b148ca44c2e0560559410bde6f28 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9b331b808c3bca80b262a2a4b5ae3039 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a9b331b808c3bca80b262a2a4b5ae3039">getPreviousSibling</a> () const =0</td></tr>
<tr class="memdesc:a9b331b808c3bca80b262a2a4b5ae3039 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the node immediately preceding this node. <a href="#a9b331b808c3bca80b262a2a4b5ae3039">More...</a><br/></td></tr>
<tr class="separator:a9b331b808c3bca80b262a2a4b5ae3039 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a15122c1270fbb4e49e3278600fc3e92f inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a15122c1270fbb4e49e3278600fc3e92f">getNextSibling</a> () const =0</td></tr>
<tr class="memdesc:a15122c1270fbb4e49e3278600fc3e92f inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the node immediately following this node. <a href="#a15122c1270fbb4e49e3278600fc3e92f">More...</a><br/></td></tr>
<tr class="separator:a15122c1270fbb4e49e3278600fc3e92f inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a94cba44e801d6ef597d6158d08a8db4b inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual DOMNamedNodeMap *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a94cba44e801d6ef597d6158d08a8db4b">getAttributes</a> () const =0</td></tr>
<tr class="memdesc:a94cba44e801d6ef597d6158d08a8db4b inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets a <code>DOMNamedNodeMap</code> containing the attributes of this node (if it is an <code>DOMElement</code>) or <code>null</code> otherwise. <a href="#a94cba44e801d6ef597d6158d08a8db4b">More...</a><br/></td></tr>
<tr class="separator:a94cba44e801d6ef597d6158d08a8db4b inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a678751c64acb0ba5ffdd80695b1bc357 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a678751c64acb0ba5ffdd80695b1bc357">getOwnerDocument</a> () const =0</td></tr>
<tr class="memdesc:a678751c64acb0ba5ffdd80695b1bc357 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Gets the <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> object associated with this node. <a href="#a678751c64acb0ba5ffdd80695b1bc357">More...</a><br/></td></tr>
<tr class="separator:a678751c64acb0ba5ffdd80695b1bc357 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acbd55c7876782a2147b092416609055d inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#acbd55c7876782a2147b092416609055d">cloneNode</a> (bool deep) const =0</td></tr>
<tr class="memdesc:acbd55c7876782a2147b092416609055d inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns a duplicate of this node. <a href="#acbd55c7876782a2147b092416609055d">More...</a><br/></td></tr>
<tr class="separator:acbd55c7876782a2147b092416609055d inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab53ebbb7276d3d20d24cb486f948717c inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ab53ebbb7276d3d20d24cb486f948717c">insertBefore</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *newChild, <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *refChild)=0</td></tr>
<tr class="memdesc:ab53ebbb7276d3d20d24cb486f948717c inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>. <a href="#ab53ebbb7276d3d20d24cb486f948717c">More...</a><br/></td></tr>
<tr class="separator:ab53ebbb7276d3d20d24cb486f948717c inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a94ce2693cd6634ac744ef6c3ed0609c0 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a94ce2693cd6634ac744ef6c3ed0609c0">replaceChild</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *newChild, <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *oldChild)=0</td></tr>
<tr class="memdesc:a94ce2693cd6634ac744ef6c3ed0609c0 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node. <a href="#a94ce2693cd6634ac744ef6c3ed0609c0">More...</a><br/></td></tr>
<tr class="separator:a94ce2693cd6634ac744ef6c3ed0609c0 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6d55c029576075e0cfd8fc26f48c8b84 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a6d55c029576075e0cfd8fc26f48c8b84">removeChild</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *oldChild)=0</td></tr>
<tr class="memdesc:a6d55c029576075e0cfd8fc26f48c8b84 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it. <a href="#a6d55c029576075e0cfd8fc26f48c8b84">More...</a><br/></td></tr>
<tr class="separator:a6d55c029576075e0cfd8fc26f48c8b84 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ade4f6d57748def70f0444b004df96a94 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ade4f6d57748def70f0444b004df96a94">appendChild</a> (<a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *newChild)=0</td></tr>
<tr class="memdesc:ade4f6d57748def70f0444b004df96a94 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Adds the node <code>newChild</code> to the end of the list of children of this node. <a href="#ade4f6d57748def70f0444b004df96a94">More...</a><br/></td></tr>
<tr class="separator:ade4f6d57748def70f0444b004df96a94 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2bc565b40dd4bb5aba845d9dd2c7583a inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a2bc565b40dd4bb5aba845d9dd2c7583a">hasChildNodes</a> () const =0</td></tr>
<tr class="memdesc:a2bc565b40dd4bb5aba845d9dd2c7583a inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">This is a convenience method to allow easy determination of whether a node has any children. <a href="#a2bc565b40dd4bb5aba845d9dd2c7583a">More...</a><br/></td></tr>
<tr class="separator:a2bc565b40dd4bb5aba845d9dd2c7583a inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4994a1cde1e661348fc7814dc794cedf inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a4994a1cde1e661348fc7814dc794cedf">setNodeValue</a> (const XMLCh *nodeValue)=0</td></tr>
<tr class="memdesc:a4994a1cde1e661348fc7814dc794cedf inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the value of the node. <a href="#a4994a1cde1e661348fc7814dc794cedf">More...</a><br/></td></tr>
<tr class="separator:a4994a1cde1e661348fc7814dc794cedf inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a98d4e1ca99342ae7fa64ffcb1731b1e9 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a98d4e1ca99342ae7fa64ffcb1731b1e9">normalize</a> ()=0</td></tr>
<tr class="memdesc:a98d4e1ca99342ae7fa64ffcb1731b1e9 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Puts all <code>DOMText</code> nodes in the full depth of the sub-tree underneath this <code><a class="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>DOMText</code> nodes, i.e., there are neither adjacent <code>DOMText</code> nodes nor empty <code>DOMText</code> nodes. <a href="#a98d4e1ca99342ae7fa64ffcb1731b1e9">More...</a><br/></td></tr>
<tr class="separator:a98d4e1ca99342ae7fa64ffcb1731b1e9 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1c65320f33cec3065797a0e9b3cdcacd inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a1c65320f33cec3065797a0e9b3cdcacd">isSupported</a> (const XMLCh *feature, const XMLCh *version) const =0</td></tr>
<tr class="memdesc:a1c65320f33cec3065797a0e9b3cdcacd inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Tests whether the DOM implementation implements a specific feature and that feature is supported by this node. <a href="#a1c65320f33cec3065797a0e9b3cdcacd">More...</a><br/></td></tr>
<tr class="separator:a1c65320f33cec3065797a0e9b3cdcacd inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af35cfa2da40fa282118ec1aca93fc306 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#af35cfa2da40fa282118ec1aca93fc306">getNamespaceURI</a> () const =0</td></tr>
<tr class="memdesc:af35cfa2da40fa282118ec1aca93fc306 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified. <a href="#af35cfa2da40fa282118ec1aca93fc306">More...</a><br/></td></tr>
<tr class="separator:af35cfa2da40fa282118ec1aca93fc306 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1f609ef0a7ebd5d4467e83940f9d085 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ad1f609ef0a7ebd5d4467e83940f9d085">getPrefix</a> () const =0</td></tr>
<tr class="memdesc:ad1f609ef0a7ebd5d4467e83940f9d085 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified. <a href="#ad1f609ef0a7ebd5d4467e83940f9d085">More...</a><br/></td></tr>
<tr class="separator:ad1f609ef0a7ebd5d4467e83940f9d085 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5d459b8e9f1fe8cc82f3690d71d9d98e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a5d459b8e9f1fe8cc82f3690d71d9d98e">getLocalName</a> () const =0</td></tr>
<tr class="memdesc:a5d459b8e9f1fe8cc82f3690d71d9d98e inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the local part of the <em>qualified name</em> of this node. <a href="#a5d459b8e9f1fe8cc82f3690d71d9d98e">More...</a><br/></td></tr>
<tr class="separator:a5d459b8e9f1fe8cc82f3690d71d9d98e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aded63bdb02c190b1a6136c8a7deafcd8 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#aded63bdb02c190b1a6136c8a7deafcd8">setPrefix</a> (const XMLCh *prefix)=0</td></tr>
<tr class="memdesc:aded63bdb02c190b1a6136c8a7deafcd8 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Set the <em>namespace prefix</em> of this node. <a href="#aded63bdb02c190b1a6136c8a7deafcd8">More...</a><br/></td></tr>
<tr class="separator:aded63bdb02c190b1a6136c8a7deafcd8 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9857bb0538097f155821e5831fe6326b inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a9857bb0538097f155821e5831fe6326b">hasAttributes</a> () const =0</td></tr>
<tr class="memdesc:a9857bb0538097f155821e5831fe6326b inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether this node (if it is an element) has any attributes. <a href="#a9857bb0538097f155821e5831fe6326b">More...</a><br/></td></tr>
<tr class="separator:a9857bb0538097f155821e5831fe6326b inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a439002778f99343aba9298d7b0f712c4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a439002778f99343aba9298d7b0f712c4">isSameNode</a> (const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *other) const =0</td></tr>
<tr class="memdesc:a439002778f99343aba9298d7b0f712c4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns whether this node is the same node as the given one. <a href="#a439002778f99343aba9298d7b0f712c4">More...</a><br/></td></tr>
<tr class="separator:a439002778f99343aba9298d7b0f712c4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae7e8ea1540b43fc6f73a2595dc45cfce inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ae7e8ea1540b43fc6f73a2595dc45cfce">isEqualNode</a> (const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *arg) const =0</td></tr>
<tr class="memdesc:ae7e8ea1540b43fc6f73a2595dc45cfce inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Tests whether two nodes are equal. <a href="#ae7e8ea1540b43fc6f73a2595dc45cfce">More...</a><br/></td></tr>
<tr class="separator:ae7e8ea1540b43fc6f73a2595dc45cfce inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af1b188358a3cbb7b44a24fc71425bf42 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#af1b188358a3cbb7b44a24fc71425bf42">setUserData</a> (const XMLCh *key, void *data, DOMUserDataHandler *handler)=0</td></tr>
<tr class="memdesc:af1b188358a3cbb7b44a24fc71425bf42 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Associate an object to a key on this node. <a href="#af1b188358a3cbb7b44a24fc71425bf42">More...</a><br/></td></tr>
<tr class="separator:af1b188358a3cbb7b44a24fc71425bf42 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af9d881c5e6a25c61732060dc6c6955ea inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#af9d881c5e6a25c61732060dc6c6955ea">getUserData</a> (const XMLCh *key) const =0</td></tr>
<tr class="memdesc:af9d881c5e6a25c61732060dc6c6955ea inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the object associated to a key on a this node. <a href="#af9d881c5e6a25c61732060dc6c6955ea">More...</a><br/></td></tr>
<tr class="separator:af9d881c5e6a25c61732060dc6c6955ea inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af775e8a5faa128e2b7d301b29d285192 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#af775e8a5faa128e2b7d301b29d285192">getBaseURI</a> () const =0</td></tr>
<tr class="memdesc:af775e8a5faa128e2b7d301b29d285192 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">The absolute base URI of this node or <code>null</code> if undefined. <a href="#af775e8a5faa128e2b7d301b29d285192">More...</a><br/></td></tr>
<tr class="separator:af775e8a5faa128e2b7d301b29d285192 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac905b4d9386c40069c0aae057a514bcc inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual short&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ac905b4d9386c40069c0aae057a514bcc">compareDocumentPosition</a> (const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *other) const =0</td></tr>
<tr class="memdesc:ac905b4d9386c40069c0aae057a514bcc inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compares the reference node, i.e. <a href="#ac905b4d9386c40069c0aae057a514bcc">More...</a><br/></td></tr>
<tr class="separator:ac905b4d9386c40069c0aae057a514bcc inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afbc6510ae34920edb171bc1b7499e2fd inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#afbc6510ae34920edb171bc1b7499e2fd">getTextContent</a> () const =0</td></tr>
<tr class="memdesc:afbc6510ae34920edb171bc1b7499e2fd inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">This attribute returns the text content of this node and its descendants. <a href="#afbc6510ae34920edb171bc1b7499e2fd">More...</a><br/></td></tr>
<tr class="separator:afbc6510ae34920edb171bc1b7499e2fd inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5b9b83d624c3d85e7ad8d4f30e9a8bb4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a5b9b83d624c3d85e7ad8d4f30e9a8bb4">setTextContent</a> (const XMLCh *textContent)=0</td></tr>
<tr class="memdesc:a5b9b83d624c3d85e7ad8d4f30e9a8bb4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="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>DOMText</code> node containing the string this attribute is set to. <a href="#a5b9b83d624c3d85e7ad8d4f30e9a8bb4">More...</a><br/></td></tr>
<tr class="separator:a5b9b83d624c3d85e7ad8d4f30e9a8bb4 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a55b9c445bcec20de933bd33fa38ef2a3 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a55b9c445bcec20de933bd33fa38ef2a3">lookupPrefix</a> (const XMLCh *namespaceURI) const =0</td></tr>
<tr class="memdesc:a55b9c445bcec20de933bd33fa38ef2a3 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Look up the prefix associated to the given namespace URI, starting from this node. <a href="#a55b9c445bcec20de933bd33fa38ef2a3">More...</a><br/></td></tr>
<tr class="separator:a55b9c445bcec20de933bd33fa38ef2a3 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97bd8a011432b6bb97152cfed2984d9e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a97bd8a011432b6bb97152cfed2984d9e">isDefaultNamespace</a> (const XMLCh *namespaceURI) const =0</td></tr>
<tr class="memdesc:a97bd8a011432b6bb97152cfed2984d9e inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method checks if the specified <code>namespaceURI</code> is the default namespace or not. <a href="#a97bd8a011432b6bb97152cfed2984d9e">More...</a><br/></td></tr>
<tr class="separator:a97bd8a011432b6bb97152cfed2984d9e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aff70b3729ab0030f559b1c0bf9d5196e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual const XMLCh *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#aff70b3729ab0030f559b1c0bf9d5196e">lookupNamespaceURI</a> (const XMLCh *prefix) const =0</td></tr>
<tr class="memdesc:aff70b3729ab0030f559b1c0bf9d5196e inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Look up the namespace URI associated to the given prefix, starting from this node. <a href="#aff70b3729ab0030f559b1c0bf9d5196e">More...</a><br/></td></tr>
<tr class="separator:aff70b3729ab0030f559b1c0bf9d5196e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab448bae0f53b1d355cb448186ce5d47e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#ab448bae0f53b1d355cb448186ce5d47e">getFeature</a> (const XMLCh *feature, const XMLCh *version) const =0</td></tr>
<tr class="memdesc:ab448bae0f53b1d355cb448186ce5d47e inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method makes available a <code><a class="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. <a href="#ab448bae0f53b1d355cb448186ce5d47e">More...</a><br/></td></tr>
<tr class="separator:ab448bae0f53b1d355cb448186ce5d47e inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0618f7ce0796d8c35ede74882a93dae1 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a0618f7ce0796d8c35ede74882a93dae1">release</a> ()=0</td></tr>
<tr class="memdesc:a0618f7ce0796d8c35ede74882a93dae1 inherit pub_methods_classxercesc_1_1DOMNode"><td class="mdescLeft">&#160;</td><td class="mdescRight">Called to indicate that this <a class="el" href="classNode.html">Node</a> (and its associated children) is no longer in use and that the implementation may relinquish any resources associated with it and its associated children. <a href="#a0618f7ce0796d8c35ede74882a93dae1">More...</a><br/></td></tr>
<tr class="separator:a0618f7ce0796d8c35ede74882a93dae1 inherit pub_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Hidden constructors</div></td></tr>
<tr class="memitem:a93e8dc9c007b8f1071dec11af3330f88"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocument.html#a93e8dc9c007b8f1071dec11af3330f88">DOMDocument</a> ()</td></tr>
<tr class="separator:a93e8dc9c007b8f1071dec11af3330f88"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_methods_classxercesc_1_1DOMNode"><td colspan="2" onclick="javascript:toggleInherit('pro_methods_classxercesc_1_1DOMNode')"><img src="closed.png" alt="-"/>&#160;Protected Member Functions inherited from <a class="el" href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td></tr>
<tr class="memitem:a10dd1ae818ce0ddf258a5f27771bb68d inherit pro_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a10dd1ae818ce0ddf258a5f27771bb68d">DOMNode</a> ()</td></tr>
<tr class="separator:a10dd1ae818ce0ddf258a5f27771bb68d inherit pro_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1ede20b1068cef86c2b74b4c0ac1e958 inherit pro_methods_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a1ede20b1068cef86c2b74b4c0ac1e958">DOMNode</a> (const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> &amp;)</td></tr>
<tr class="separator:a1ede20b1068cef86c2b74b4c0ac1e958 inherit pro_methods_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_classxercesc_1_1DOMNode"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classxercesc_1_1DOMNode')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classxercesc_1_1DOMNode.html">xercesc::DOMNode</a></td></tr>
<tr class="memitem:aa84ca6bc1ed4fe13540ed4972918392b inherit pub_types_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392b">NodeType</a> { <br/>
&#160;&#160;<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba4dde63b0461b184c8fd822cd031239ad">ELEMENT_NODE</a> = 1,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba1d9bea0ca88401448ea6030291ac07ad">ATTRIBUTE_NODE</a> = 2,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392badff704deef92511c8b9d13316e7c2762">TEXT_NODE</a> = 3,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba89a6fc9fd3aa6148030ade46477e187d">CDATA_SECTION_NODE</a> = 4,
<br/>
&#160;&#160;<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba323e0f077f4c09f73d454cf21f2e9228">ENTITY_REFERENCE_NODE</a> = 5,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba0a8e47e264ac05239a97391894368dc6">ENTITY_NODE</a> = 6,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba965f667bdda3274ee368297a43140561">PROCESSING_INSTRUCTION_NODE</a> = 7,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392bafa882b9f79dc0de96ab5d9aadcd79180">COMMENT_NODE</a> = 8,
<br/>
&#160;&#160;<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba2dd0c4b8c68415351d742da8c5d74c0a">DOCUMENT_NODE</a> = 9,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba6b339d162d1eff36d690e37cc654acc0">DOCUMENT_TYPE_NODE</a> = 10,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392ba7f8e6b73737fee944fab5b994072d910">DOCUMENT_FRAGMENT_NODE</a> = 11,
<a class="el" href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392baab54f6297992490f298dc34f874f3c93">NOTATION_NODE</a> = 12
<br/>
}</td></tr>
<tr class="memdesc:aa84ca6bc1ed4fe13540ed4972918392b"><td class="mdescLeft">&#160;</td><td class="mdescRight">NodeType. <a href="classxercesc_1_1DOMNode.html#aa84ca6bc1ed4fe13540ed4972918392b">More...</a><br/></td></tr>
<tr class="separator:aa84ca6bc1ed4fe13540ed4972918392b inherit pub_types_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ceab9a0da19d803e0b0d03267176d9b inherit pub_types_classxercesc_1_1DOMNode"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9b">DocumentPosition</a> { <br/>
&#160;&#160;<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9ba1a4e3e80bda6501c127f17a5328fdded">DOCUMENT_POSITION_DISCONNECTED</a> = 0x01,
<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9ba8380a35047743766e233d3f4695c68cc">DOCUMENT_POSITION_PRECEDING</a> = 0x02,
<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9baef89a7aaccf4b9c4da1cd0dd9b0cfad6">DOCUMENT_POSITION_FOLLOWING</a> = 0x04,
<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9ba769ee643d165a958909367cba166389e">DOCUMENT_POSITION_CONTAINS</a> = 0x08,
<br/>
&#160;&#160;<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9bacd23448499d958d90c01449aef3e68bf">DOCUMENT_POSITION_CONTAINED_BY</a> = 0x10,
<a class="el" href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9ba7c0db9d3d7bdcc7d05bb46567a3bc8cd">DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC</a> = 0x20
<br/>
}</td></tr>
<tr class="memdesc:a5ceab9a0da19d803e0b0d03267176d9b"><td class="mdescLeft">&#160;</td><td class="mdescRight">DocumentPosition: <a href="classxercesc_1_1DOMNode.html#a5ceab9a0da19d803e0b0d03267176d9b">More...</a><br/></td></tr>
<tr class="separator:a5ceab9a0da19d803e0b0d03267176d9b inherit pub_types_classxercesc_1_1DOMNode"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <code><a class="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>Conceptually, it is the root of the document tree, and provides the primary access to the document's data. </p>
<p>Since elements, text nodes, comments, processing instructions, etc. cannot exist outside the context of a <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code>, the <code><a class="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><a class="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><a class="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>See also the <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113">Document Object Model (DOM) Level 2 Core Specification</a>. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a93e8dc9c007b8f1071dec11af3330f88"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">xercesc::DOMDocument::DOMDocument </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="a2e870121ac366f158c770563aecf2c3b"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual xercesc::DOMDocument::~DOMDocument </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Destructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="af45712bf8cda8015cbe97d39dd196284"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a>* xercesc::DOMDocument::adoptNode </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td>
<td class="paramname"><em>source</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<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>
<dl>
<dt>ATTRIBUTE_NODE </dt>
<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>DOMAttr</code>. The descendants of the source <code>DOMAttr</code> are recursively adopted. </dd>
<dt>DOCUMENT_FRAGMENT_NODE </dt>
<dd>The descendants of the source node are recursively adopted. </dd>
<dt>DOCUMENT_NODE </dt>
<dd><code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> nodes cannot be adopted. </dd>
<dt>DOCUMENT_TYPE_NODE </dt>
<dd><code>DOMDocumentType</code> nodes cannot be adopted. </dd>
<dt>ELEMENT_NODE </dt>
<dd>Specified attribute nodes of the source element are adopted, and the generated <code>DOMAttr</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>
<dt>ENTITY_NODE </dt>
<dd><code>DOMEntity</code> nodes cannot be adopted. </dd>
<dt>ENTITY_REFERENCE_NODE </dt>
<dd>Only the <code>DOMEntityReference</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>
<dt>NOTATION_NODE </dt>
<dd><code>DOMNotation</code> nodes cannot be adopted. </dd>
<dt>PROCESSING_INSTRUCTION_NODE, TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE </dt>
<dd>These nodes can all be adopted. No specifics. </dd>
</dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">source</td><td>The node to move into this document. </td></tr>
</table>
</dd>
</dl>
<dl class="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>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>NOT_SUPPORTED_ERR: Raised if the source node is of type <code>DOCUMENT</code>, <code>DOCUMENT_TYPE</code>. <br/>
NO_MODIFICATION_ALLOWED_ERR: Raised when the source node is readonly. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a7288d0935ff48866916dcda2a050d0ca"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMAttr* xercesc::DOMDocument::createAttribute </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an <code>DOMAttr</code> of the given name. </p>
<p>Note that the <code>DOMAttr</code> instance can then be set on an <code>DOMElement</code> using the <code>setAttributeNode</code> method. <br/>
To create an attribute with a qualified name and namespace URI, use the <code>createAttributeNS</code> method. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the attribute. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMAttr</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>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a68f4951e21f37a4cc1cde7d7a88bf242"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMAttr* xercesc::DOMDocument::createAttributeNS </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>qualifiedName</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an attribute of the given qualified name and namespace URI. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">namespaceURI</td><td>The namespace URI of the attribute to create. </td></tr>
<tr><td class="paramname">qualifiedName</td><td>The qualified name of the attribute to instantiate. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMAttr</code> object with the following attributes: <table border="1">
<tr>
<td valign="top" rowspan="1" colspan="1"><code>Attribute</code> </td><td valign="top" rowspan="1" colspan="1"><code>Value</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.nodeName</code> </td><td valign="top" rowspan="1" colspan="1">qualifiedName </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.namespaceURI</code> </td><td valign="top" rowspan="1" colspan="1"><code>namespaceURI</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.prefix</code> </td><td valign="top" rowspan="1" colspan="1">prefix, extracted from <code>qualifiedName</code>, or <code>null</code> if there is no prefix </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.localName</code> </td><td valign="top" rowspan="1" colspan="1">local name, extracted from <code>qualifiedName</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMAttr.name</code> </td><td valign="top" rowspan="1" colspan="1"><code>qualifiedName</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.nodeValue</code> </td><td valign="top" rowspan="1" colspan="1">the empty string </td></tr>
</table>
</dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</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 "
http://www.w3.org/2000/xmlns/". <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>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 2 </dd></dl>
</div>
</div>
<a class="anchor" id="a4eb2a430dd3c77d40000594eb25a80f9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMCDATASection* xercesc::DOMDocument::createCDATASection </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a <code>DOMCDATASection</code> node whose value is the specified string. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>The data for the <code>DOMCDATASection</code> contents. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new <code>DOMCDATASection</code> object. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a5169031ed4289d87084e9c662f198ab6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMComment* xercesc::DOMDocument::createComment </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a <code>DOMComment</code> node given the specified string. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>The data for the node. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new <code>DOMComment</code> object. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a9cb25f221e8ce1cd40951b4ed3ec113d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMDocumentFragment* xercesc::DOMDocument::createDocumentFragment </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an empty <code>DOMDocumentFragment</code> object. </p>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMDocumentFragment</code>. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a1053258f824ade183b50f7d645048e56"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMDocumentType* xercesc::DOMDocument::createDocumentType </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Non-standard extension. </p>
<p>Create a DOMDocumentType node. </p>
<dl class="section return"><dt>Returns</dt><dd>A <code>DOMDocumentType</code> that references the newly created DOMDocumentType node. </dd></dl>
</div>
</div>
<a class="anchor" id="afba31cc58c4334720a19c3ff845aaa5a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMDocumentType* xercesc::DOMDocument::createDocumentType </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>qName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname">, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname">&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="ae85ccc2bef950fc7a97ed628edfd188e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMElement* xercesc::DOMDocument::createElement </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>tagName</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an element of the type specified. </p>
<p>Note that the instance returned implements the <code>DOMElement</code> interface, so attributes can be specified directly on the returned object. <br/>
In addition, if there are known attributes with default values, <code>DOMAttr</code> nodes representing them are automatically created and attached to the element. <br/>
To create an element with a qualified name and namespace URI, use the <code>createElementNS</code> method. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">tagName</td><td>The name of the element type to instantiate. For XML, this is case-sensitive. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMElement</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>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a57ad839d6e17bc10d0b9239b74b49444"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMElement* xercesc::DOMDocument::createElementNS </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>qualifiedName</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an element of the given qualified name and namespace URI. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">namespaceURI</td><td>The namespace URI of the element to create. </td></tr>
<tr><td class="paramname">qualifiedName</td><td>The qualified name of the element type to instantiate. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMElement</code> object with the following attributes: <table border="1">
<tr>
<td valign="top" rowspan="1" colspan="1"><code>Attribute</code> </td><td valign="top" rowspan="1" colspan="1"><code>Value</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.nodeName</code> </td><td valign="top" rowspan="1" colspan="1"><code>qualifiedName</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.namespaceURI</code> </td><td valign="top" rowspan="1" colspan="1"><code>namespaceURI</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.prefix</code> </td><td valign="top" rowspan="1" colspan="1">prefix, extracted from <code>qualifiedName</code>, or <code>null</code> if there is no prefix </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMNode.localName</code> </td><td valign="top" rowspan="1" colspan="1">local name, extracted from <code>qualifiedName</code> </td></tr>
<tr>
<td valign="top" rowspan="1" colspan="1"><code>DOMElement.tagName</code> </td><td valign="top" rowspan="1" colspan="1"><code>qualifiedName</code> </td></tr>
</table>
</dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</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>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 2 </dd></dl>
</div>
</div>
<a class="anchor" id="a05aba6d6b8be3bafe3856b644befe6c7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMElement* xercesc::DOMDocument::createElementNS </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>qualifiedName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="SchemaValidatorFilter_8hpp.html#ab17b24c07bccfddd43540d5e04447a81">XMLFileLoc</a>&#160;</td>
<td class="paramname"><em>lineNum</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="SchemaValidatorFilter_8hpp.html#ab17b24c07bccfddd43540d5e04447a81">XMLFileLoc</a>&#160;</td>
<td class="paramname"><em>columnNum</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Non-standard extension. </p>
<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>
<dl class="section see"><dt>See Also</dt><dd><a class="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>
</div>
</div>
<a class="anchor" id="af20f740c1124ea064c6a1b4543b08078"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMEntity* xercesc::DOMDocument::createEntity </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Non-standard extension. </p>
<p>Create a new entity. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the entity to instantiate </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a8861289d08c5efc973316cbf4130d9c0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMEntityReference* xercesc::DOMDocument::createEntityReference </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates an <code>DOMEntityReference</code> object. </p>
<p>In addition, if the referenced entity is known, the child list of the <code>DOMEntityReference</code> node is made the same as that of the corresponding <code>DOMEntity</code> node.If any descendant of the <code>DOMEntity</code> node has an unbound namespace prefix, the corresponding descendant of the created <code>DOMEntityReference</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>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the entity to reference. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new <code>DOMEntityReference</code> object. </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>INVALID_CHARACTER_ERR: Raised if the specified name contains an illegal character. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a510813f689dcc51325653e8a212174e9"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMNotation* xercesc::DOMDocument::createNotation </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>name</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Non-standard extension. </p>
<p>Create a Notation. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">name</td><td>The name of the notation to instantiate </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A <code>DOMNotation</code> that references the newly created DOMNotation node. </dd></dl>
</div>
</div>
<a class="anchor" id="a65f8ff9afe0dd0038138859a10ad6ece"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMProcessingInstruction* xercesc::DOMDocument::createProcessingInstruction </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>target</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>data</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a <code>DOMProcessingInstruction</code> node given the specified name and data strings. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">target</td><td>The target part of the processing instruction. </td></tr>
<tr><td class="paramname">data</td><td>The data for the node. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new <code>DOMProcessingInstruction</code> object. </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>INVALID_CHARACTER_ERR: Raised if the specified target contains an illegal character. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="ad22c9611afa0947e1b0699c3d879058f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMText* xercesc::DOMDocument::createTextNode </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>data</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Creates a <code>DOMText</code> node given the specified string. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">data</td><td>The data for the node. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The new <code>DOMText</code> object. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a698a34a6561e2ecf2883e43d10e2e9a4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMDocumentType* xercesc::DOMDocument::getDoctype </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The Document Type Declaration (see <code>DOMDocumentType</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><a class="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>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a09709e8fef5e0eeec5a9378e5aa69af1"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMElement* xercesc::DOMDocument::getDocumentElement </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This is a convenience attribute that allows direct access to the child node that is the root element of the document. </p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="afe21d6a1919ada2ab34f3f977b25b5e7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMDocument::getDocumentURI </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The location of the document or <code>null</code> if undefined. </p>
<p><br/>
Beware that when the <code><a class="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>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a5a91a9920107fdd96f31062e329e6889"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMConfiguration* xercesc::DOMDocument::getDOMConfig </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The configuration used when <a class="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>
<dl class="section return"><dt>Returns</dt><dd>The <code>DOMConfiguration</code> from this <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code></dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="adedb2f19695a35b83fde6a584d4b748f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMElement* xercesc::DOMDocument::getElementById </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>elementId</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the <code>DOMElement</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>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">elementId</td><td>The unique <code>id</code> value for an element. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The matching element. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 2 </dd></dl>
</div>
</div>
<a class="anchor" id="aaf893c3414d8c80270a31e5079bb6912"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMNodeList* xercesc::DOMDocument::getElementsByTagName </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>tagname</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a <code>DOMNodeList</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><a class="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>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">tagname</td><td>The name of the tag to match on. The special value "*" matches all tags. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMNodeList</code> object containing all the matched <code>DOMElement(s)</code>. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a76a0638aff510d4c6db4ffadd942735c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMNodeList* xercesc::DOMDocument::getElementsByTagNameNS </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>localName</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns a <code>DOMNodeList</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><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> tree. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">namespaceURI</td><td>The namespace URI of the elements to match on. The special value "*" matches all namespaces. </td></tr>
<tr><td class="paramname">localName</td><td>The local name of the elements to match on. The special value "*" matches all local names. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>A new <code>DOMNodeList</code> object containing all the matched <code>DOMElement(s)</code>. </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 2 </dd></dl>
</div>
</div>
<a class="anchor" id="a707639b27e69e69f8cd032049ce2e34e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual DOMImplementation* xercesc::DOMDocument::getImplementation </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The <code>DOMImplementation</code> object that handles this document. </p>
<p>A DOM application may use objects from multiple implementations. </p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 1 </dd></dl>
</div>
</div>
<a class="anchor" id="a41294dce7bec784014dfc9a36774e87f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMDocument::getInputEncoding </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying the encoding used for this document at the time of the parsing. </p>
<p>This is <code>null</code> when it is not known, such as when the <a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> was created in memory.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="acba504f87d55e1de05af8a3c3757b6e1"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool xercesc::DOMDocument::getStrictErrorChecking </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<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>DOMException</code>. In case of error, the behavior is undefined. This attribute is <code>true</code> by defaults.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="ad990c4ad200ffbd79c8d51b53942078a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMDocument::getXmlEncoding </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying, as part of the XML declaration, the encoding of this document. </p>
<p>This is <code>null</code> when unspecified or when it is not known, such as when the <a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a> was created in memory.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a29933f976c29320f1563da63e5a20881"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool xercesc::DOMDocument::getXmlStandalone </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying, as part of the XML declaration, whether this document is standalone. </p>
<p>This is <code>false</code> when unspecified.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a3c5c4935c7165674c667f44e1fe6ced0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual const XMLCh* xercesc::DOMDocument::getXmlVersion </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying, as part of the XML declaration, the version number of this document. </p>
<p>This is <code>null</code> when unspecified. <br/>
This attribute represents the property [version] defined in .</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="afbd4386d834deaf4a5fd77aa327709a7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a>* xercesc::DOMDocument::importNode </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td>
<td class="paramname"><em>importedNode</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>deep</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<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><a class="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>
<dl>
<dt>ATTRIBUTE_NODE </dt>
<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>DOMAttr</code>. The descendants of the source <code>DOMAttr</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>DOMAttr</code> nodes; they always carry their children with them when imported. </dd>
<dt>DOCUMENT_FRAGMENT_NODE </dt>
<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>DOMDocumentFragment</code>. </dd>
<dt>DOCUMENT_NODE </dt>
<dd><code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code> nodes cannot be imported. </dd>
<dt>DOCUMENT_TYPE_NODE </dt>
<dd><code>DOMDocumentType</code> nodes cannot be imported. </dd>
<dt>ELEMENT_NODE </dt>
<dd>Specified attribute nodes of the source element are imported, and the generated <code>DOMAttr</code> nodes are attached to the generated <code>DOMElement</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>
<dt>ENTITY_NODE </dt>
<dd><code>DOMEntity</code> nodes can be imported, however in the current release of the DOM the <code>DOMDocumentType</code> is readonly. Ability to add these imported nodes to a <code>DOMDocumentType</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>DOMEntity</code> are recursively imported and the resulting nodes reassembled to form the corresponding subtree. </dd>
<dt>ENTITY_REFERENCE_NODE </dt>
<dd>Only the <code>DOMEntityReference</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>
<dt>NOTATION_NODE </dt>
<dd><code>DOMNotation</code> nodes can be imported, however in the current release of the DOM the <code>DOMDocumentType</code> is readonly. Ability to add these imported nodes to a <code>DOMDocumentType</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>DOMNotation</code> nodes since they never have any children. </dd>
<dt>PROCESSING_INSTRUCTION_NODE </dt>
<dd>The imported node copies its <code>target</code> and <code>data</code> values from those of the source node. </dd>
<dt>TEXT_NODE, CDATA_SECTION_NODE, COMMENT_NODE </dt>
<dd>These three types of nodes inheriting from <code>DOMCharacterData</code> copy their <code>data</code> and <code>length</code> attributes from those of the source node. </dd>
</dl>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">importedNode</td><td>The node to import. </td></tr>
<tr><td class="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>DOMAttr</code> , <code>DOMEntityReference</code>, and <code>DOMNotation</code> nodes. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The imported node that belongs to this <code><a class="el" href="classxercesc_1_1DOMDocument.html" title="The DOMDocument interface represents the entire XML document. ">DOMDocument</a></code>. </dd></dl>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</td><td>NOT_SUPPORTED_ERR: Raised if the type of node being imported is not supported. </td></tr>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 2 </dd></dl>
</div>
</div>
<a class="anchor" id="ac4a3e3ffb33ce907f211d216b356f8fb"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMDocument::normalizeDocument </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This method acts as if the document was going through a save and load cycle, putting the document in a "normal" form. </p>
<p>The actual result depends on the features being set. See <code>DOMConfiguration</code> for details.</p>
<p><br/>
Noticeably this method normalizes <code>DOMText</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>DOMEntityReference</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>DOMAttr</code> and <code>DOMText</code> nodes are normalized. Features to remove <code>DOMComment</code> and <code>DOMCDATASection</code> work. </p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a97feed548120669330168b9eefd676ea"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a>* xercesc::DOMDocument::renameNode </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> *&#160;</td>
<td class="paramname"><em>n</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>namespaceURI</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>qualifiedName</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Rename an existing node. </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>DOMElement</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>DOMAttr</code> that is attached to an <code>DOMElement</code>, the node is first removed from the <code>DOMElement</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>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">n</td><td>The node to rename. </td></tr>
<tr><td class="paramname">namespaceURI</td><td>The new namespaceURI. </td></tr>
<tr><td class="paramname">qualifiedName</td><td>The new qualified name. </td></tr>
</table>
</dd>
</dl>
<dl class="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>
<dl class="exception"><dt>Exceptions</dt><dd>
<table class="exception">
<tr><td class="paramname">DOMException</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>
</table>
</dd>
</dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a660099866e9add0a1e1dd1f97c05a2e5"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMDocument::setDocumentURI </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>documentURI</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>The location of the document or <code>null</code> if undefined. </p>
<p><br/>
Beware that when the <code><a class="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>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="acd3e1baf80b464f2450d0fda8d365e9e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMDocument::setStrictErrorChecking </td>
<td>(</td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>strictErrorChecking</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<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>DOMException</code>. In case of error, the behavior is undefined. This attribute is <code>true</code> by defaults.</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="a616c27be91cf745f08e1f1b30bccb13a"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMDocument::setXmlStandalone </td>
<td>(</td>
<td class="paramtype">bool&#160;</td>
<td class="paramname"><em>standalone</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying, as part of the XML declaration, whether this document is standalone. </p>
<p><br/>
This attribute represents the property [standalone] defined in .</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<a class="anchor" id="ae0fb6f84c26cd570e8a8d05885fa7292"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void xercesc::DOMDocument::setXmlVersion </td>
<td>(</td>
<td class="paramtype">const XMLCh *&#160;</td>
<td class="paramname"><em>version</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>An attribute specifying, as part of the XML declaration, the version number of this document. </p>
<p>This is <code>null</code> when unspecified. <br/>
This attribute represents the property [version] defined in .</p>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMDocument_8hpp_source.html">DOMDocument.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>