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,67 +5,73 @@
<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>DOMCDATASection.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br>
<code>#include &lt;<a class="el" href="DOMText_8hpp-source.html">xercesc/dom/DOMText.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>DOMCDATASection.hpp File Reference</h1><code>#include &lt;xercesc/util/XercesDefs.hpp&gt;</code><br/>
<code>#include &lt;<a class="el" href="DOMText_8hpp_source.html">xercesc/dom/DOMText.hpp</a>&gt;</code><br/>
<div class="dynheader">
Include dependency graph for DOMCDATASection.hpp:</div>
<div class="dynsection">
<div class="center"><img src="DOMCDATASection_8hpp__incl.png" border="0" usemap="#DOMCDATASection_8hpp_map" alt=""/></div>
<map name="DOMCDATASection_8hpp_map" id="DOMCDATASection_8hpp">
<area shape="rect" href="DOMText_8hpp.html" title="xercesc/dom/DOMText.hpp" alt="" coords="60,83,239,112"/><area shape="rect" href="DOMCharacterData_8hpp.html" title="xercesc/dom/DOMCharacterData.hpp" alt="" coords="111,160,348,189"/><area shape="rect" href="DOMNode_8hpp.html" title="xercesc/dom/DOMNode.hpp" alt="" coords="161,237,345,267"/></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="DOMCDATASection_8hpp__dep__incl.png" border="0" usemap="#DOMCDATASection_8hppdep_map" alt=""/></div>
<map name="DOMCDATASection_8hppdep_map" id="DOMCDATASection_8hppdep">
<area shape="rect" href="DOM_8hpp.html" title="DOM.hpp" alt="" coords="48,83,123,112"/></map>
</div>
<p>
Include dependency graph for DOMCDATASection.hpp:<p><center><img src="DOMCDATASection_8hpp__incl.png" border="0" usemap="#DOMCDATASection.hpp_map" alt="Include dependency graph"></center>
<map name="DOMCDATASection.hpp_map">
<area href="DOMText_8hpp.html" shape="rect" coords="60,231,241,255" alt="">
<area href="DOMCharacterData_8hpp.html" shape="rect" coords="111,156,353,180" alt="">
<area href="DOMNode_8hpp.html" shape="rect" coords="161,81,348,105" alt="">
</map>
<p>
This graph shows which files directly or indirectly include this file:<p><center><img src="DOMCDATASection_8hpp__dep__incl.png" border="0" usemap="#DOMCDATASection.hppdep_map" alt="Included by dependency graph"></center>
<map name="DOMCDATASection.hppdep_map">
<area href="DOM_8hpp.html" shape="rect" coords="48,7,125,31" alt="">
</map>
<p>
<a href="DOMCDATASection_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_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.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="DOMCDATASection_8hpp.html#a0">XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</a></td></tr>
<p><a href="DOMCDATASection_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_1DOMCDATASection.html">xercesc::DOMCDATASection</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.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="DOMCDATASection_8hpp.html#a4563901bd1769e956b86213be9c1034f">XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="DOMCDATASection.hpp::XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP"></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="a4563901bd1769e956b86213be9c1034f"></a><!-- doxytag: member="DOMCDATASection.hpp::XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP" ref="a4563901bd1769e956b86213be9c1034f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="md" nowrap valign="top">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_HPP </td>
<td class="memname">#define XERCESC_INCLUDE_GUARD_DOMCDATASECTION_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:49 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:06 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>