blob: c6c332af5f078b1bc7cf67628a7561c2ee626dd2 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Xalan-C++ API : Main Page</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<!-- The head section is copied from Doxygen 1.7.1 generated default output -->
<body>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center"><a href="../index.html">The Xalan C++ XSLT Processor Version 1.11</a></h3>
<hr/>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</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>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>DOMSupport Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="DOMSupport" -->
<p><code>#include &lt;<a class="el" href="DOMSupport_8hpp_source.html">DOMSupport.hpp</a>&gt;</code></p>
<p>Inherited by <a class="el" href="classDOMSupportDefault.html">DOMSupportDefault</a>, <a class="el" href="classXalanSourceTreeDOMSupport.html">XalanSourceTreeDOMSupport</a>, and <a class="el" href="classXercesDOMSupport.html">XercesDOMSupport</a>.</p>
<p><a href="classDOMSupport-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classDOMSupport.html#a910e5ca9e82fff9c79d07aae8b3f4b0c">DOMSupport</a> ()
<li>virtual <a class="el" href="classDOMSupport.html#a4a9d072166014bcba553b2fc2347c310">~DOMSupport</a> ()
<li>virtual void <a class="el" href="classDOMSupport.html#adb401b7d2d287785b24bcc217a20683d">reset</a> ()=0
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classDOMSupport.html#a8471003dd6631b2fbccc27b28c1c7f58">getUnparsedEntityURI</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName, const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp;theDocument) const =0
<dl class="el"><dd class="mdescRight">Retrieves the URI of the named unparsed entity from the supplied document. <a href="#a8471003dd6631b2fbccc27b28c1c7f58"></a><br/></dl><li>virtual bool <a class="el" href="classDOMSupport.html#a00bae06aa95f1f55d9492454bae37ac3">isNodeAfter</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node1, const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;node2) const =0
<dl class="el"><dd class="mdescRight">Determine if a node is after another node, in document order. <a href="#a00bae06aa95f1f55d9492454bae37ac3"></a><br/></dl></ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="DOMSupport_8hpp_source.html#l00041">41</a> of file <a class="el" href="DOMSupport_8hpp_source.html">DOMSupport.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a910e5ca9e82fff9c79d07aae8b3f4b0c"></a><!-- doxytag: member="DOMSupport::DOMSupport" ref="a910e5ca9e82fff9c79d07aae8b3f4b0c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">DOMSupport::DOMSupport </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a4a9d072166014bcba553b2fc2347c310"></a><!-- doxytag: member="DOMSupport::~DOMSupport" ref="a4a9d072166014bcba553b2fc2347c310" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual DOMSupport::~DOMSupport </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a8471003dd6631b2fbccc27b28c1c7f58"></a><!-- doxytag: member="DOMSupport::getUnparsedEntityURI" ref="a8471003dd6631b2fbccc27b28c1c7f58" args="(const XalanDOMString &amp;theName, const XalanDocument &amp;theDocument) const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; DOMSupport::getUnparsedEntityURI </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanDocument.html">XalanDocument</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theDocument</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Retrieves the URI of the named unparsed entity from the supplied document. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>theName</em>&nbsp;</td><td>The name of the entity </td></tr>
<tr><td valign="top"></td><td valign="top"><em>theDocument</em>&nbsp;</td><td>The document that contains the entity </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The URI of the entity </dd></dl>
<p>Implemented in <a class="el" href="classXalanSourceTreeDOMSupport.html#a60d4ade08ab5e052581327b806ab491d">XalanSourceTreeDOMSupport</a>, <a class="el" href="classXalanDefaultParsedSourceDOMSupport.html#ab24879f46a7d8cf6b493cd7259a23013">XalanDefaultParsedSourceDOMSupport</a>, <a class="el" href="classDOMSupportDefault.html#ab078a95655d540c973c91f51c212c2f7">DOMSupportDefault</a>, and <a class="el" href="classXercesDOMSupport.html#a369440f20de381f09529328c6f727a73">XercesDOMSupport</a>.</p>
</div>
</div>
<a class="anchor" id="a00bae06aa95f1f55d9492454bae37ac3"></a><!-- doxytag: member="DOMSupport::isNodeAfter" ref="a00bae06aa95f1f55d9492454bae37ac3" args="(const XalanNode &amp;node1, const XalanNode &amp;node2) const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool DOMSupport::isNodeAfter </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;&nbsp;</td>
<td class="paramname"> <em>node1</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;&nbsp;</td>
<td class="paramname"> <em>node2</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Determine if a node is after another node, in document order. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>node1</em>&nbsp;</td><td>The first node </td></tr>
<tr><td valign="top"></td><td valign="top"><em>node2</em>&nbsp;</td><td>The second node </td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if node1 one is after node2, or false if it is not. </dd></dl>
<p>Implemented in <a class="el" href="classXalanSourceTreeDOMSupport.html#afb151d1eefa860e031e120325287525b">XalanSourceTreeDOMSupport</a>, <a class="el" href="classXalanDefaultParsedSourceDOMSupport.html#aaddff6872c2501664522cdbb419ef2da">XalanDefaultParsedSourceDOMSupport</a>, <a class="el" href="classDOMSupportDefault.html#ab1a6c1f37d893b6d837c9851dc40e0b8">DOMSupportDefault</a>, and <a class="el" href="classXercesDOMSupport.html#a26221898d1472a99abc88e6bb910b3c1">XercesDOMSupport</a>.</p>
</div>
</div>
<a class="anchor" id="adb401b7d2d287785b24bcc217a20683d"></a><!-- doxytag: member="DOMSupport::reset" ref="adb401b7d2d287785b24bcc217a20683d" args="()=0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual void DOMSupport::reset </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Implemented in <a class="el" href="classXalanSourceTreeDOMSupport.html#a7de9274e3477d17b4c7e346d17df176e">XalanSourceTreeDOMSupport</a>, <a class="el" href="classXalanDefaultParsedSourceDOMSupport.html#ae63185c1ddddc9ab533d8a7546878221">XalanDefaultParsedSourceDOMSupport</a>, <a class="el" href="classDOMSupportDefault.html#a8ee8a2bbf7293e1bd8ab757ab5601df5">DOMSupportDefault</a>, and <a class="el" href="classXercesDOMSupport.html#a2822bcbfd481cb841eb74baad7ee785a">XercesDOMSupport</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMSupport_8hpp_source.html">DOMSupport.hpp</a></li>
</ul>
</div>
<p align="center"><a href="graph_legend.html">Interpreting class diagrams</a></p>
<p><font color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><a href="http://www.doxygen.org/">Doxygen</a> and
<a href="http://www.graphviz.org/">GraphViz</a> are
used to generate this API documentation from the Xalan-C header files.</i></font></p>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td width="80%" valign="top">
<p align="center"><b>Xalan-C++ XSLT Processor Version 1.11</b><br/>
Copyright &copy; 1999-2012 The Apache Software Foundation.<br/>
All Rights Reserved.</p>
</td>
</tr>
<tr>
<td width="100%">
<p align="center"><img src="asf_logo_wide.gif" width="268" height="25" align="bottom" border="0" alt="Apache Logo">
</td>
</tr>
</table>
</body>
</html>