blob: c5cf3ae246777941cc0bcf2039939d933953fb10 [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>XalanEntityReference Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanEntityReference" --><!-- doxytag: inherits="XalanNode" -->
<p><code>#include &lt;<a class="el" href="XalanEntityReference_8hpp_source.html">XalanEntityReference.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanNode.html">XalanNode</a>.</p>
<p>Inherited by <a class="el" href="classXercesEntityReferenceBridge.html">XercesEntityReferenceBridge</a>, and <a class="el" href="classXercesEntityReferenceWrapper.html">XercesEntityReferenceWrapper</a>.</p>
<div class="dynheader">
Collaboration diagram for XalanEntityReference:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanEntityReference__coll__graph.png" border="0" usemap="#XalanEntityReference_coll__map" alt="Collaboration graph"/></div>
<map name="XalanEntityReference_coll__map" id="XalanEntityReference_coll__map">
<area shape="rect" id="node2" href="classXalanNode.html" title="XalanNode" alt="" coords="37,5,131,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanEntityReference-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanEntityReference.html#a0bd43316dfc5ca7834a9cc2a7b22f067">XalanEntityReference</a> ()
<li>virtual <a class="el" href="classXalanEntityReference.html#a832bcad0ba1b758698426fe8065c8021">~XalanEntityReference</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntityReference.html#ac342dda7ed57ecad8fb58b23bee44e4e">getNodeName</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the name of this node, depending on its type. <a href="#ac342dda7ed57ecad8fb58b23bee44e4e"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntityReference.html#a123853865101d829b0d0fa950dae980d">getNodeValue</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the value of this node, depending on its type. <a href="#a123853865101d829b0d0fa950dae980d"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a93d60cd336327226e55c45a320cced24">NodeType</a> <a class="el" href="classXalanEntityReference.html#a699c02d9ad1e6afd0734292d8f0e3d38">getNodeType</a> () const =0
<dl class="el"><dd class="mdescRight">An enum value representing the type of the underlying object. <a href="#a699c02d9ad1e6afd0734292d8f0e3d38"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntityReference.html#a2fb8d10368d0dad2e4d894973bf1fabe">getParentNode</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the parent of this node. <a href="#a2fb8d10368d0dad2e4d894973bf1fabe"></a><br/></dl><li>virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> * <a class="el" href="classXalanEntityReference.html#af43ee21110a76c4ed054932da72e760d">getChildNodes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <code>NodeList</code> that contains all children of this node. <a href="#af43ee21110a76c4ed054932da72e760d"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntityReference.html#ad5f8fb50262b43837445bfea9b88477e">getFirstChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the first child of this node. <a href="#ad5f8fb50262b43837445bfea9b88477e"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntityReference.html#af2acca024c247cbf2e4307de0a24258b">getLastChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the last child of this node. <a href="#af2acca024c247cbf2e4307de0a24258b"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntityReference.html#a064dd28dafc02160282649924ebd3dd6">getPreviousSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately preceding this node. <a href="#a064dd28dafc02160282649924ebd3dd6"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanEntityReference.html#abe3ab3eb890efe3ef967d016344a2ead">getNextSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately following this node. <a href="#abe3ab3eb890efe3ef967d016344a2ead"></a><br/></dl><li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * <a class="el" href="classXalanEntityReference.html#a9992dd2f9625276c27ba0ffc4f9fef5b">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="#a9992dd2f9625276c27ba0ffc4f9fef5b"></a><br/></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a> * <a class="el" href="classXalanEntityReference.html#a540958f3011345f67d9f4ac2293becf4">getOwnerDocument</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the <code>Document</code> object associated with this node. <a href="#a540958f3011345f67d9f4ac2293becf4"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntityReference.html#a0ad555bd01128cef925d922f8913af2e">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="#a0ad555bd01128cef925d922f8913af2e"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntityReference.html#a919b028032810852c755006b01618ba4">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="#a919b028032810852c755006b01618ba4"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanEntityReference.html#a7c0dbfdc177483b016c5e810783f7c0c">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="#a7c0dbfdc177483b016c5e810783f7c0c"></a><br/></dl><li>virtual bool <a class="el" href="classXalanEntityReference.html#a0a762a160411f2deb961acd391eda0b0">isIndexed</a> () const =0
<dl class="el"><dd class="mdescRight">Determine if the document is node-order indexed. <a href="#a0a762a160411f2deb961acd391eda0b0"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a737e6c797973546c10650cd72cc5f8ab">IndexType</a> <a class="el" href="classXalanEntityReference.html#a6ed03cc6e19b29da786728c50738671c">getIndex</a> () const =0
<dl class="el"><dd class="mdescRight">Get the node's index. <a href="#a6ed03cc6e19b29da786728c50738671c"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXalanEntityReference.html#aae7ce377b9ddf6e85c69bf1956ccb478">XalanEntityReference</a> (const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</a> &amp;theSource)
<li><a class="el" href="classXalanEntityReference.html">XalanEntityReference</a> &amp; <a class="el" href="classXalanEntityReference.html#a6164946ff3000d626332d7c2137594bb">operator=</a> (const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</a> &amp;theSource)
<li>bool <a class="el" href="classXalanEntityReference.html#a2f8f26e7fad64ba99606b31e96b1ec51">operator==</a> (const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</a> &amp;theRHS) const
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanEntityReference_8hpp_source.html#l00040">40</a> of file <a class="el" href="XalanEntityReference_8hpp_source.html">XalanEntityReference.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a0bd43316dfc5ca7834a9cc2a7b22f067"></a><!-- doxytag: member="XalanEntityReference::XalanEntityReference" ref="a0bd43316dfc5ca7834a9cc2a7b22f067" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEntityReference::XalanEntityReference </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="a832bcad0ba1b758698426fe8065c8021"></a><!-- doxytag: member="XalanEntityReference::~XalanEntityReference" ref="a832bcad0ba1b758698426fe8065c8021" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XalanEntityReference::~XalanEntityReference </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="aae7ce377b9ddf6e85c69bf1956ccb478"></a><!-- doxytag: member="XalanEntityReference::XalanEntityReference" ref="aae7ce377b9ddf6e85c69bf1956ccb478" args="(const XalanEntityReference &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanEntityReference::XalanEntityReference </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</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="a9992dd2f9625276c27ba0ffc4f9fef5b"></a><!-- doxytag: member="XalanEntityReference::getAttributes" ref="a9992dd2f9625276c27ba0ffc4f9fef5b" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#ae3fb9c8fa8d785c8a4a18b1788797a44">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a31f66bca5219ebbefff9867678f77798">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="af43ee21110a76c4ed054932da72e760d"></a><!-- doxytag: member="XalanEntityReference::getChildNodes" ref="af43ee21110a76c4ed054932da72e760d" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#ac3baa0c27f1fabb0f8a8abf63fdf38df">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a1502ee4762219189d3a1f4a9c266f5d1">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ad5f8fb50262b43837445bfea9b88477e"></a><!-- doxytag: member="XalanEntityReference::getFirstChild" ref="ad5f8fb50262b43837445bfea9b88477e" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a668c4373c367636e68fc3e954955a0a6">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#ab973bad99295792e8841324b95bea539">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a6ed03cc6e19b29da786728c50738671c"></a><!-- doxytag: member="XalanEntityReference::getIndex" ref="a6ed03cc6e19b29da786728c50738671c" 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> XalanEntityReference::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="classXercesEntityReferenceWrapper.html#aa173d8eacb5f8855e059db0414da1280">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#ae36b65464039faa276802ad78ce968ac">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="af2acca024c247cbf2e4307de0a24258b"></a><!-- doxytag: member="XalanEntityReference::getLastChild" ref="af2acca024c247cbf2e4307de0a24258b" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a9d38e0b4f3f49bf56e98ff3c2f83069a">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#afe4987e1b619e2f96187e6db0f59de6d">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a7c0dbfdc177483b016c5e810783f7c0c"></a><!-- doxytag: member="XalanEntityReference::getLocalName" ref="a7c0dbfdc177483b016c5e810783f7c0c" 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; XalanEntityReference::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="classXercesEntityReferenceWrapper.html#aef12834390a38316a05b96f707ced818">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a0878d71f2f746a50e0cd50997af890da">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a0ad555bd01128cef925d922f8913af2e"></a><!-- doxytag: member="XalanEntityReference::getNamespaceURI" ref="a0ad555bd01128cef925d922f8913af2e" 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; XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a276d2c089721707fac2dbe8f66a1aff5">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a6d49bf5a6682397e2291a6cabc8f8786">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="abe3ab3eb890efe3ef967d016344a2ead"></a><!-- doxytag: member="XalanEntityReference::getNextSibling" ref="abe3ab3eb890efe3ef967d016344a2ead" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a0a4ea37f8eb5b3ab07702f81f4775531">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#ace0239dff6d9657de349a13a3db8ce4f">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ac342dda7ed57ecad8fb58b23bee44e4e"></a><!-- doxytag: member="XalanEntityReference::getNodeName" ref="ac342dda7ed57ecad8fb58b23bee44e4e" 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; XalanEntityReference::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="classXercesEntityReferenceWrapper.html#af2347849f76311b01612ca0fdbe877ed">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a0cb3611938c31850e2d1f9078592e444">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a699c02d9ad1e6afd0734292d8f0e3d38"></a><!-- doxytag: member="XalanEntityReference::getNodeType" ref="a699c02d9ad1e6afd0734292d8f0e3d38" 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> XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a095020dcc980a097c6651cda1898ef71">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a1a52af52233b12748e8df501dccf4c3f">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a123853865101d829b0d0fa950dae980d"></a><!-- doxytag: member="XalanEntityReference::getNodeValue" ref="a123853865101d829b0d0fa950dae980d" 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; XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a6b02f662d07904b93a4938583ecb3f1c">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#aa10bbeb8e6039b155c2ded08a9d0ddfa">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a540958f3011345f67d9f4ac2293becf4"></a><!-- doxytag: member="XalanEntityReference::getOwnerDocument" ref="a540958f3011345f67d9f4ac2293becf4" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a3fa802bd10a0e3c53a0f9c4897d9a577">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a0dff890fea82727a59dcd987b0da3588">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a2fb8d10368d0dad2e4d894973bf1fabe"></a><!-- doxytag: member="XalanEntityReference::getParentNode" ref="a2fb8d10368d0dad2e4d894973bf1fabe" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#acf03480334e03347e7a1fd2086e3faf8">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a55d7b6d34634299ac6478b05efe36674">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a919b028032810852c755006b01618ba4"></a><!-- doxytag: member="XalanEntityReference::getPrefix" ref="a919b028032810852c755006b01618ba4" 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; XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a2f46ce7573451469544a300aa5645cae">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a27b4e78de6800cefc8b362cc157784df">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a064dd28dafc02160282649924ebd3dd6"></a><!-- doxytag: member="XalanEntityReference::getPreviousSibling" ref="a064dd28dafc02160282649924ebd3dd6" 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>* XalanEntityReference::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="classXercesEntityReferenceWrapper.html#a5b96074838dff0a48dbc16de75a05e0e">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a326e65c40e4dc0d75d5bdc7ee3246eeb">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a0a762a160411f2deb961acd391eda0b0"></a><!-- doxytag: member="XalanEntityReference::isIndexed" ref="a0a762a160411f2deb961acd391eda0b0" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XalanEntityReference::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="classXercesEntityReferenceWrapper.html#aaf3a12563100fa5071bd36c7263b5e1b">XercesEntityReferenceWrapper</a>, and <a class="el" href="classXercesEntityReferenceBridge.html#a5e548e65c6c48c3c0da93b0d5f36d13d">XercesEntityReferenceBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a6164946ff3000d626332d7c2137594bb"></a><!-- doxytag: member="XalanEntityReference::operator=" ref="a6164946ff3000d626332d7c2137594bb" args="(const XalanEntityReference &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanEntityReference.html">XalanEntityReference</a>&amp; XalanEntityReference::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</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="a2f8f26e7fad64ba99606b31e96b1ec51"></a><!-- doxytag: member="XalanEntityReference::operator==" ref="a2f8f26e7fad64ba99606b31e96b1ec51" args="(const XalanEntityReference &amp;theRHS) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanEntityReference::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanEntityReference.html">XalanEntityReference</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="XalanEntityReference_8hpp_source.html">XalanEntityReference.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>