This commit is contained in:
King_DuckZ 2020-02-17 22:19:57 +01:00
parent 1613a190f0
commit b93578226a
2489 changed files with 122200 additions and 118330 deletions

View file

@ -5,91 +5,87 @@
<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.3.9.1 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="examples.html">Examples</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">xerces-c-3.0.1</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">src</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">xercesc</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">dom</a></div>
<h1>DOMTreeWalker.hpp File Reference</h1><code>#include &lt;<a class="el" href="DOMNode_8hpp-source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br>
<code>#include &lt;<a class="el" href="DOMNodeFilter_8hpp-source.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</code><br>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>DOMTreeWalker.hpp File Reference</h1><code>#include &lt;<a class="el" href="DOMNode_8hpp_source.html">xercesc/dom/DOMNode.hpp</a>&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMNodeFilter_8hpp_source.html">xercesc/dom/DOMNodeFilter.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMTreeWalker.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMTreeWalker_8hpp__incl.png" border="0" usemap="#DOMTreeWalker_8hpp_map" alt=""/></div>
<map name="DOMTreeWalker_8hpp_map" id="DOMTreeWalker_8hpp">
<area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="5,160,189,189"/><area shape="rect" href="DOMNodeFilter_8hpp.html" title="xercesc/dom/DOMNodeFilter.hpp" alt="" coords="63,83,276,112"/></map>
</div>
<div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dynsection">
<div class="center"><img src="DOMTreeWalker_8hpp__dep__incl.png" border="0" usemap="#DOMTreeWalker_8hppdep_map" alt=""/></div>
<map name="DOMTreeWalker_8hppdep_map" id="DOMTreeWalker_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="37,83,112,112"/></map>
</div>
<p>
Include dependency graph for DOMTreeWalker.hpp:<p><center><img src="DOMTreeWalker_8hpp__incl.png" border="0" usemap="#DOMTreeWalker.hpp_map" alt="Include dependency graph"></center>
<map name="DOMTreeWalker.hpp_map">
<area href="DOMNode_8hpp.html" shape="rect" coords="5,81,192,105" alt="">
<area href="DOMNodeFilter_8hpp.html" shape="rect" coords="64,156,280,180" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMTreeWalker_8hpp__dep__incl.png" border="0" usemap="#DOMTreeWalker.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMTreeWalker.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="39,7,116,31" alt="">
</map>
<p>
<a href="DOMTreeWalker_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMTreeWalker.html">xercesc::DOMTreeWalker</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMTreeWalker.html">DOMTreeWalker</a></code> objects are used to navigate a document tree or subtree using the view of the document defined by their <code>whatToShow</code> flags and filter (if any). <a href="classxercesc_1_1DOMTreeWalker.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMTreeWalker_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMTreeWalker_8hpp.html#a1">GetDOMTreeWalkerMemoryManager</a>&nbsp;&nbsp;&nbsp;GET_INDIRECT_MM(fCurrentNode)</td></tr>
<p><a href="DOMTreeWalker_8hpp_source.html">Go to the source code of this file.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMTreeWalker.html">xercesc::DOMTreeWalker</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMTreeWalker.html" title="DOMTreeWalker objects are used to navigate a document tree or subtree using the view...">DOMTreeWalker</a></code> objects are used to navigate a document tree or subtree using the view of the document defined by their <code>whatToShow</code> flags and filter (if any). <a href="classxercesc_1_1DOMTreeWalker.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
<p><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><p>This class holds the list of registered DOMImplementations. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMTreeWalker_8hpp.html#af09a7a8bdae14fd02b8490fe18976d61">XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="DOMTreeWalker_8hpp.html#a8a05ddea636b20139798f8c33b5ac2cb">GetDOMTreeWalkerMemoryManager</a>&nbsp;&nbsp;&nbsp;GET_INDIRECT_MM(fCurrentNode)</td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a1" doxytag="DOMTreeWalker.hpp::GetDOMTreeWalkerMemoryManager"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="a8a05ddea636b20139798f8c33b5ac2cb"></a><!-- doxytag: member="DOMTreeWalker.hpp::GetDOMTreeWalkerMemoryManager" ref="a8a05ddea636b20139798f8c33b5ac2cb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="md" nowrap valign="top">#define GetDOMTreeWalkerMemoryManager&nbsp;&nbsp;&nbsp;GET_INDIRECT_MM(fCurrentNode) </td>
<td class="memname">#define GetDOMTreeWalkerMemoryManager&nbsp;&nbsp;&nbsp;GET_INDIRECT_MM(fCurrentNode)</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
</div>
<div class="memdoc">
<p>
</td>
</tr>
</table>
<a class="anchor" name="a0" doxytag="DOMTreeWalker.hpp::XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
</div>
</div>
<a class="anchor" id="af09a7a8bdae14fd02b8490fe18976d61"></a><!-- doxytag: member="DOMTreeWalker.hpp::XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP" ref="af09a7a8bdae14fd02b8490fe18976d61" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP </td>
<td class="memname">#define XERCESC_INCLUDE_GUARD_DOMTREEWALKER_HPP</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
</div>
<div class="memdoc">
<p>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Fri Sep 25 06:55:52 2009 for XQilla DOM Level 3 API by&nbsp;
</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Nov 13 15:00:13 2009 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>