blob: 65dd841c3c3cec1f2d6a1901a96b3588260740ce [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> &#124;
<a href="#pro-methods">Protected Member Functions</a> </div>
<div class="headertitle">
<h1>XalanEntity Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanEntity" --><!-- doxytag: inherits="XalanNode" -->
<p><code>#include &lt;<a class="el" href="XalanEntity_8hpp_source.html">XalanEntity.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanNode.html">XalanNode</a>.</p>
<p>Inherited by <a class="el" href="classXercesEntityBridge.html">XercesEntityBridge</a>, and <a class="el" href="classXercesEntityWrapper.html">XercesEntityWrapper</a>.</p>
<div class="dynheader">
Collaboration diagram for XalanEntity:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanEntity__coll__graph.png" border="0" usemap="#XalanEntity_coll__map" alt="Collaboration graph"/></div>
<map name="XalanEntity_coll__map" id="XalanEntity_coll__map">
<area shape="rect" id="node2" href="classXalanNode.html" title="XalanNode" alt="" coords="5,5,99,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanEntity-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanEntity.html#a96c30082ceff9c4333ae6a4aada8a3a7">XalanEntity</a> ()
<li>virtual <a class="el" href="classXalanEntity.html#a3570bc2e05c044b79bfa1377a13aa795">~XalanEntity</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#ab8c9cf76a655ecdd347b0e3fd0a0c996">getNodeName</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the name of this node, depending on its type. <a href="#ab8c9cf76a655ecdd347b0e3fd0a0c996"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#a6e88d21019e156508c55a5b3cd12e32f">getNodeValue</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the value of this node, depending on its type. <a href="#a6e88d21019e156508c55a5b3cd12e32f"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a93d60cd336327226e55c45a320cced24">NodeType</a> <a class="el" href="classXalanEntity.html#af30ef59008ec3c631c3fac5e3a2dc6a2">getNodeType</a> () const =0
<dl class="el"><dd class="mdescRight">An enum value representing the type of the underlying object. <a href="#af30ef59008ec3c631c3fac5e3a2dc6a2"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntity.html#a597d4216ad65a86e1a641780638b8269">getParentNode</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the parent of this node. <a href="#a597d4216ad65a86e1a641780638b8269"></a><br/></dl><li>virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> * <a class="el" href="classXalanEntity.html#aa1286cfa58bc581c4e25c76fe666d63c">getChildNodes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <code>NodeList</code> that contains all children of this node. <a href="#aa1286cfa58bc581c4e25c76fe666d63c"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntity.html#a44a88308be2c0268a906bb3bd1eac2dc">getFirstChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the first child of this node. <a href="#a44a88308be2c0268a906bb3bd1eac2dc"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntity.html#a50e0552b0a6cc5ba076ee885e697f8e0">getLastChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the last child of this node. <a href="#a50e0552b0a6cc5ba076ee885e697f8e0"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntity.html#a65b5013ae7fcc3b227c673ed0a683c51">getPreviousSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately preceding this node. <a href="#a65b5013ae7fcc3b227c673ed0a683c51"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntity.html#a405e25ec8d8d4cf6188e6dab12bca695">getNextSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately following this node. <a href="#a405e25ec8d8d4cf6188e6dab12bca695"></a><br/></dl><li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * <a class="el" href="classXalanEntity.html#a53b96fdc715e7612378193d9ae20b4d0">getAttributes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise. <a href="#a53b96fdc715e7612378193d9ae20b4d0"></a><br/></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a> * <a class="el" href="classXalanEntity.html#a6d9eeba6b67daae2ce4f2cc9c987a298">getOwnerDocument</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the <code>Document</code> object associated with this node. <a href="#a6d9eeba6b67daae2ce4f2cc9c987a298"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#acc6e59df957bb76f2eeb1f24bb08991f">getNamespaceURI</a> () const =0
<dl class="el"><dd class="mdescRight">Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified. <a href="#acc6e59df957bb76f2eeb1f24bb08991f"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#a909b12edc6a130cae01f14283a0b08ad">getPrefix</a> () const =0
<dl class="el"><dd class="mdescRight">Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified. <a href="#a909b12edc6a130cae01f14283a0b08ad"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#a2fc7126a67c606d200deb7ba228afa59">getLocalName</a> () const =0
<dl class="el"><dd class="mdescRight">Returns the local part of the <em>qualified name</em> of this node. <a href="#a2fc7126a67c606d200deb7ba228afa59"></a><br/></dl><li>virtual bool <a class="el" href="classXalanEntity.html#aa9def634c8091a8a78f8e181090ee999">isIndexed</a> () const =0
<dl class="el"><dd class="mdescRight">Determine if the document is node-order indexed. <a href="#aa9def634c8091a8a78f8e181090ee999"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a737e6c797973546c10650cd72cc5f8ab">IndexType</a> <a class="el" href="classXalanEntity.html#a673fa7a812d02ed5f553353b587172fb">getIndex</a> () const =0
<dl class="el"><dd class="mdescRight">Get the node's index. <a href="#a673fa7a812d02ed5f553353b587172fb"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#add4a6eaeeecbcfb8d1d0ac434594fccd">getPublicId</a> () const =0
<dl class="el"><dd class="mdescRight">Get the public identifier of this notation. <a href="#add4a6eaeeecbcfb8d1d0ac434594fccd"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#a1b4773aae5ca59c01806630671d51608">getSystemId</a> () const =0
<dl class="el"><dd class="mdescRight">Get the system identifier of this notation. <a href="#a1b4773aae5ca59c01806630671d51608"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntity.html#a8a9105971cd40c67741414fd1ed1b1a9">getNotationName</a> () const =0
<dl class="el"><dd class="mdescRight">For unparsed entities, the name of the notation for the entity. <a href="#a8a9105971cd40c67741414fd1ed1b1a9"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXalanEntity.html#a3b5745b588a8abe000d090ad39a0a8ce">XalanEntity</a> (const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;theSource)
<li><a class="el" href="classXalanEntity.html">XalanEntity</a> &amp; <a class="el" href="classXalanEntity.html#a578eefd37cb85a3652049c430a35e0de">operator=</a> (const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;theSource)
<li>bool <a class="el" href="classXalanEntity.html#a76602082eafb4a7fd88afcaef57393de">operator==</a> (const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;theRHS) const
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanEntity_8hpp_source.html#l00040">40</a> of file <a class="el" href="XalanEntity_8hpp_source.html">XalanEntity.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a96c30082ceff9c4333ae6a4aada8a3a7"></a><!-- doxytag: member="XalanEntity::XalanEntity" ref="a96c30082ceff9c4333ae6a4aada8a3a7" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEntity::XalanEntity </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="a3570bc2e05c044b79bfa1377a13aa795"></a><!-- doxytag: member="XalanEntity::~XalanEntity" ref="a3570bc2e05c044b79bfa1377a13aa795" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XalanEntity::~XalanEntity </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a3b5745b588a8abe000d090ad39a0a8ce"></a><!-- doxytag: member="XalanEntity::XalanEntity" ref="a3b5745b588a8abe000d090ad39a0a8ce" args="(const XalanEntity &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEntity::XalanEntity </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a53b96fdc715e7612378193d9ae20b4d0"></a><!-- doxytag: member="XalanEntity::getAttributes" ref="a53b96fdc715e7612378193d9ae20b4d0" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a>* XalanEntity::getAttributes </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise. </p>
<p>Implements <a class="el" href="classXalanNode.html#acb86ca32289c3da18650a683aae789eb">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a774159e048afc2d2deacf300460b2479">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#ab72a85bc3b5357cac64db7ec4de3ccfa">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aa1286cfa58bc581c4e25c76fe666d63c"></a><!-- doxytag: member="XalanEntity::getChildNodes" ref="aa1286cfa58bc581c4e25c76fe666d63c" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a>* XalanEntity::getChildNodes </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets a <code>NodeList</code> that contains all children of this node. </p>
<p>If there are no children, this is a <code>NodeList</code> containing no nodes. The content of the returned <code>NodeList</code> is "live" in the sense that, for instance, changes to the children of the node object that it was created from are immediately reflected in the nodes returned by the <code>NodeList</code> accessors; it is not a static snapshot of the content of the node. This is true for every <code>NodeList</code>, including the ones returned by the <code>getElementsByTagName</code> method. </p>
<p>Implements <a class="el" href="classXalanNode.html#a8caea29fa6adac847e90fa0aea78eac1">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a741cacb760d289199d3a5669865c51f3">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a763e88dd6feb170beff34a5ac8ceed6b">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a44a88308be2c0268a906bb3bd1eac2dc"></a><!-- doxytag: member="XalanEntity::getFirstChild" ref="a44a88308be2c0268a906bb3bd1eac2dc" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html">XalanNode</a>* XalanEntity::getFirstChild </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the first child of this node. </p>
<p>If there is no such node, this returns <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#a47a94228405464385e432e7d3a927045">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a5f2756db99277f41c8fd8b6d12f53e08">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a82fcb58e899f1e4b830df5f3a1b66552">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a673fa7a812d02ed5f553353b587172fb"></a><!-- doxytag: member="XalanEntity::getIndex" ref="a673fa7a812d02ed5f553353b587172fb" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html#a737e6c797973546c10650cd72cc5f8ab">IndexType</a> XalanEntity::getIndex </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the node's index. </p>
<p>Valid only if the owner document reports that the document is node-order indexed.</p>
<dl class="return"><dt><b>Returns:</b></dt><dd>The index value, or 0 if the node is not indexed. </dd></dl>
<p>Implements <a class="el" href="classXalanNode.html#a6da471c8944c0cbced7a0db832c84574">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#aae17c7381ef8912415c31aa2d9b3b6d2">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#af847f94aa5a357d648ac051d336e16c6">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a50e0552b0a6cc5ba076ee885e697f8e0"></a><!-- doxytag: member="XalanEntity::getLastChild" ref="a50e0552b0a6cc5ba076ee885e697f8e0" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html">XalanNode</a>* XalanEntity::getLastChild </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the last child of this node. </p>
<p>If there is no such node, this returns <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#acd488e059415e809493e0dfea5ee0829">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a5139c11c1dc3ce6a5e669f92d8accdb2">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a2a5f756646f7bc101255143a46e7d88d">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a2fc7126a67c606d200deb7ba228afa59"></a><!-- doxytag: member="XalanEntity::getLocalName" ref="a2fc7126a67c606d200deb7ba228afa59" args="() 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; XalanEntity::getLocalName </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the local part of the <em>qualified name</em> of this node. </p>
<p>For nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>Document</code> interface, it is null. </p>
<p>Implements <a class="el" href="classXalanNode.html#a92a08d5b0e1c9202a35068ba967feb5f">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a1f83649704aeb81f3fd3466cb4b6c55a">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a579bf6786a194ef4d43f769bab9e22b2">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="acc6e59df957bb76f2eeb1f24bb08991f"></a><!-- doxytag: member="XalanEntity::getNamespaceURI" ref="acc6e59df957bb76f2eeb1f24bb08991f" args="() 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; XalanEntity::getNamespaceURI </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified. </p>
<p>This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time. </p>
<p>For nodes of any type other than <code>ELEMENT_NODE</code> and <code>ATTRIBUTE_NODE</code> and nodes created with a DOM Level 1 method, such as <code>createElement</code> from the <code>Document</code> interface, this is always <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#a2d2d941c2717492e551b82fbfab7108f">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#ae73c360ae050848c0655532f1f8fbb8d">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aecb6cd77e53913d0035d1452b570b44f">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a405e25ec8d8d4cf6188e6dab12bca695"></a><!-- doxytag: member="XalanEntity::getNextSibling" ref="a405e25ec8d8d4cf6188e6dab12bca695" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html">XalanNode</a>* XalanEntity::getNextSibling </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the node immediately following this node. </p>
<p>If there is no such node, this returns <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#a9171783ab70c3908007acc73e5b45d4f">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a170bf0fcd3e65a93459e74d08305090c">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a88001cdff648707a8b8c287519e4d90b">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ab8c9cf76a655ecdd347b0e3fd0a0c996"></a><!-- doxytag: member="XalanEntity::getNodeName" ref="ab8c9cf76a655ecdd347b0e3fd0a0c996" args="() 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; XalanEntity::getNodeName </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the name of this node, depending on its type. </p>
<p>Implements <a class="el" href="classXalanNode.html#a2d1cc45095aa8cd3abad0b606fe79a5f">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a9f93e53910b2c6d6155c0ed6e66c04ac">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#ab52172223496808127bd4530c8606057">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="af30ef59008ec3c631c3fac5e3a2dc6a2"></a><!-- doxytag: member="XalanEntity::getNodeType" ref="af30ef59008ec3c631c3fac5e3a2dc6a2" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html#a93d60cd336327226e55c45a320cced24">NodeType</a> XalanEntity::getNodeType </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>An enum value representing the type of the underlying object. </p>
<p>Implements <a class="el" href="classXalanNode.html#a78412015183ad6fea2bc7ba9d2b2d6e8">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a7bffc7bb7e2613279aa28b7ae4e21adb">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a8c1db69fe114e5878854dd632ae6ac8a">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a6e88d21019e156508c55a5b3cd12e32f"></a><!-- doxytag: member="XalanEntity::getNodeValue" ref="a6e88d21019e156508c55a5b3cd12e32f" args="() 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; XalanEntity::getNodeValue </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the value of this node, depending on its type. </p>
<p>Implements <a class="el" href="classXalanNode.html#acb5caaa69dd938f7cc0c7d2cbcb94bd4">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#ab3318f90cdd6cf81a49abdfe9ab18124">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a43d7373456326207e63a11a7a64aa3cc">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a8a9105971cd40c67741414fd1ed1b1a9"></a><!-- doxytag: member="XalanEntity::getNotationName" ref="a8a9105971cd40c67741414fd1ed1b1a9" args="() 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; XalanEntity::getNotationName </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>For unparsed entities, the name of the notation for the entity. </p>
<p>For parsed entities, this is <code>null</code>. </p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#aabf1962d509f97e5dd064276159493d8">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#a2b4ccbd807990d42ff97a4f2f47ab5e2">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a6d9eeba6b67daae2ce4f2cc9c987a298"></a><!-- doxytag: member="XalanEntity::getOwnerDocument" ref="a6d9eeba6b67daae2ce4f2cc9c987a298" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* XalanEntity::getOwnerDocument </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the <code>Document</code> object associated with this node. </p>
<p>This is also the <code>Document</code> object used to create new nodes. When this node is a <code>Document</code> or a <code>DocumentType</code> which is not used with any <code>Document</code> yet, this is <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#a659bb717d33889be8828bb31a1ac8813">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#add9565fef47e89b1ad6a33268323c904">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#adafb3950b6aef761b9d91fed43da07c0">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a597d4216ad65a86e1a641780638b8269"></a><!-- doxytag: member="XalanEntity::getParentNode" ref="a597d4216ad65a86e1a641780638b8269" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html">XalanNode</a>* XalanEntity::getParentNode </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the parent of this node. </p>
<p>All nodes, except <code>Document</code>, <code>DocumentFragment</code>, and <code>Attr</code> may have a parent. However, if a node has just been created and not yet added to the tree, or if it has been removed from the tree, a <code>null</code> Node is returned. </p>
<p>Implements <a class="el" href="classXalanNode.html#a048e4450e7d4495cfa596ea886e1167a">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a1ee5f6804c9ea40252b938646829727a">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#acff93c9990eab3d1f12a633fed996369">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a909b12edc6a130cae01f14283a0b08ad"></a><!-- doxytag: member="XalanEntity::getPrefix" ref="a909b12edc6a130cae01f14283a0b08ad" args="() 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; XalanEntity::getPrefix </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified. </p>
<p>Implements <a class="el" href="classXalanNode.html#a5ee8bc0d7e4b5270f3d13156352db808">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#ace16712470339a7ed0750a32cdf8eb38">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aee6303c25b6bc48701dbe435f8a85014">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a65b5013ae7fcc3b227c673ed0a683c51"></a><!-- doxytag: member="XalanEntity::getPreviousSibling" ref="a65b5013ae7fcc3b227c673ed0a683c51" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual <a class="el" href="classXalanNode.html">XalanNode</a>* XalanEntity::getPreviousSibling </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Gets the node immediately preceding this node. </p>
<p>If there is no such node, this returns <code>null</code>. </p>
<p>Implements <a class="el" href="classXalanNode.html#a6e2fde6b9937a3a878c54853763f196d">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#ae93a08a59218fbf13591e28fb54121e8">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aba28ff6bff400ae609fbac5717c075c6">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="add4a6eaeeecbcfb8d1d0ac434594fccd"></a><!-- doxytag: member="XalanEntity::getPublicId" ref="add4a6eaeeecbcfb8d1d0ac434594fccd" args="() 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; XalanEntity::getPublicId </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the public identifier of this notation. </p>
<p>If the public identifier was not specified, this is <code>null</code>. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the public identifier of the notation </dd></dl>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#aac8a585b9d0b8ed8d86a1cdd6a22ccb6">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aece3f809df81a8491829c0f034f560c1">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a1b4773aae5ca59c01806630671d51608"></a><!-- doxytag: member="XalanEntity::getSystemId" ref="a1b4773aae5ca59c01806630671d51608" args="() 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; XalanEntity::getSystemId </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Get the system identifier of this notation. </p>
<p>If the system identifier was not specified, this is <code>null</code>. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the system identifier of the notation </dd></dl>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a33aeda0662e0f564f5feee7d6ca0d35b">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aff7b00492064d27310ea639376e468cc">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aa9def634c8091a8a78f8e181090ee999"></a><!-- doxytag: member="XalanEntity::isIndexed" ref="aa9def634c8091a8a78f8e181090ee999" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XalanEntity::isIndexed </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [pure virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Determine if the document is node-order indexed. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>true if the document is indexed, otherwise false. </dd></dl>
<p>Implements <a class="el" href="classXalanNode.html#a4ca16a43da08f03a58ad57ff4e35c2b0">XalanNode</a>.</p>
<p>Implemented in <a class="el" href="classXercesEntityWrapper.html#a170712c327d83381ab9183aa0f597b3b">XercesEntityWrapper</a>, and <a class="el" href="classXercesEntityBridge.html#aa1fddfed76373d71839fe82928a42978">XercesEntityBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a578eefd37cb85a3652049c430a35e0de"></a><!-- doxytag: member="XalanEntity::operator=" ref="a578eefd37cb85a3652049c430a35e0de" args="(const XalanEntity &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanEntity.html">XalanEntity</a>&amp; XalanEntity::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<a class="anchor" id="a76602082eafb4a7fd88afcaef57393de"></a><!-- doxytag: member="XalanEntity::operator==" ref="a76602082eafb4a7fd88afcaef57393de" args="(const XalanEntity &amp;theRHS) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanEntity::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntity.html">XalanEntity</a> &amp;&nbsp;</td>
<td class="paramname"> <em>theRHS</em></td>
<td>&nbsp;)&nbsp;</td>
<td> const<code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanEntity_8hpp_source.html">XalanEntity.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>