blob: 571449335fe4e8d66442b74814a80ac2e9943b59 [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>XalanNotation Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanNotation" --><!-- doxytag: inherits="XalanNode" -->
<p><code>#include &lt;<a class="el" href="XalanNotation_8hpp_source.html">XalanNotation.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanNode.html">XalanNode</a>.</p>
<p>Inherited by <a class="el" href="classXercesNotationBridge.html">XercesNotationBridge</a>, and <a class="el" href="classXercesNotationWrapper.html">XercesNotationWrapper</a>.</p>
<div class="dynheader">
Collaboration diagram for XalanNotation:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanNotation__coll__graph.png" border="0" usemap="#XalanNotation_coll__map" alt="Collaboration graph"/></div>
<map name="XalanNotation_coll__map" id="XalanNotation_coll__map">
<area shape="rect" id="node2" href="classXalanNode.html" title="XalanNode" alt="" coords="16,5,109,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanNotation-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanNotation.html#a4917106446314bc62fa7e34c9162d586">XalanNotation</a> ()
<li>virtual <a class="el" href="classXalanNotation.html#a45b732d771444d63b76b086e6df665f6">~XalanNotation</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#a957d54de97cf1d9423072422656ddd26">getNodeName</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the name of this node, depending on its type. <a href="#a957d54de97cf1d9423072422656ddd26"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#a31315656e1325c629216e07f26205ff6">getNodeValue</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the value of this node, depending on its type. <a href="#a31315656e1325c629216e07f26205ff6"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a93d60cd336327226e55c45a320cced24">NodeType</a> <a class="el" href="classXalanNotation.html#ac9a175f6e0f241f6baf30c71e17c0bb6">getNodeType</a> () const =0
<dl class="el"><dd class="mdescRight">An enum value representing the type of the underlying object. <a href="#ac9a175f6e0f241f6baf30c71e17c0bb6"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanNotation.html#ac0aa97e49c43cf81fa8e6ab752ae404d">getParentNode</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the parent of this node. <a href="#ac0aa97e49c43cf81fa8e6ab752ae404d"></a><br/></dl><li>virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> * <a class="el" href="classXalanNotation.html#a16878c8435914312171223c01f8d991e">getChildNodes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <code>NodeList</code> that contains all children of this node. <a href="#a16878c8435914312171223c01f8d991e"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanNotation.html#ac1b26e6beb7954aa9d5eea66604c0e7a">getFirstChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the first child of this node. <a href="#ac1b26e6beb7954aa9d5eea66604c0e7a"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanNotation.html#a18f6723732386de10701656a4d938fbe">getLastChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the last child of this node. <a href="#a18f6723732386de10701656a4d938fbe"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanNotation.html#aefdf8b97b75a8dc6ceb24967aa74d8f3">getPreviousSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately preceding this node. <a href="#aefdf8b97b75a8dc6ceb24967aa74d8f3"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanNotation.html#ab44d97fd028cb9ed2cbf1251f813d2a2">getNextSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately following this node. <a href="#ab44d97fd028cb9ed2cbf1251f813d2a2"></a><br/></dl><li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * <a class="el" href="classXalanNotation.html#aa8e914f0bc8c83cf6764389833e0203f">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="#aa8e914f0bc8c83cf6764389833e0203f"></a><br/></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a> * <a class="el" href="classXalanNotation.html#ac1d621ccad3870c074a3804f9135a6a3">getOwnerDocument</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the <code>Document</code> object associated with this node. <a href="#ac1d621ccad3870c074a3804f9135a6a3"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#ae5d9afaaaecf8c3453adbec3e3ee1566">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="#ae5d9afaaaecf8c3453adbec3e3ee1566"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#a02b021a9faf6a06e3c962a6436329004">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="#a02b021a9faf6a06e3c962a6436329004"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#a334347bbe469eb011038aaeb050a1059">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="#a334347bbe469eb011038aaeb050a1059"></a><br/></dl><li>virtual bool <a class="el" href="classXalanNotation.html#a0e4d7b0b8a102514ea7737e5c92a838b">isIndexed</a> () const =0
<dl class="el"><dd class="mdescRight">Determine if the document is node-order indexed. <a href="#a0e4d7b0b8a102514ea7737e5c92a838b"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a737e6c797973546c10650cd72cc5f8ab">IndexType</a> <a class="el" href="classXalanNotation.html#a18bac14740ab605fd0e64bc016fcbba1">getIndex</a> () const =0
<dl class="el"><dd class="mdescRight">Get the node's index. <a href="#a18bac14740ab605fd0e64bc016fcbba1"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#aff5b332087066eb35f4be0659fdf80fd">getPublicId</a> () const =0
<dl class="el"><dd class="mdescRight">Get the public identifier of this notation. <a href="#aff5b332087066eb35f4be0659fdf80fd"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanNotation.html#ab3f9f702e7aabcb7d1c48e9e1e4e9462">getSystemId</a> () const =0
<dl class="el"><dd class="mdescRight">Get the system identifier of this notation. <a href="#ab3f9f702e7aabcb7d1c48e9e1e4e9462"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXalanNotation.html#a56c4da6c1c02b628c2e07d5b6058f8a2">XalanNotation</a> (const <a class="el" href="classXalanNotation.html">XalanNotation</a> &amp;theSource)
<li><a class="el" href="classXalanNotation.html">XalanNotation</a> &amp; <a class="el" href="classXalanNotation.html#a3ce8ebdb92510831d600c0bc16618f27">operator=</a> (const <a class="el" href="classXalanNotation.html">XalanNotation</a> &amp;theSource)
<li>bool <a class="el" href="classXalanNotation.html#adbd5c4eaedae73cb6806e4cde4a84e6c">operator==</a> (const <a class="el" href="classXalanNotation.html">XalanNotation</a> &amp;theRHS) const
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanNotation_8hpp_source.html#l00040">40</a> of file <a class="el" href="XalanNotation_8hpp_source.html">XalanNotation.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a4917106446314bc62fa7e34c9162d586"></a><!-- doxytag: member="XalanNotation::XalanNotation" ref="a4917106446314bc62fa7e34c9162d586" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanNotation::XalanNotation </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="a45b732d771444d63b76b086e6df665f6"></a><!-- doxytag: member="XalanNotation::~XalanNotation" ref="a45b732d771444d63b76b086e6df665f6" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XalanNotation::~XalanNotation </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="a56c4da6c1c02b628c2e07d5b6058f8a2"></a><!-- doxytag: member="XalanNotation::XalanNotation" ref="a56c4da6c1c02b628c2e07d5b6058f8a2" args="(const XalanNotation &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanNotation::XalanNotation </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanNotation.html">XalanNotation</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="aa8e914f0bc8c83cf6764389833e0203f"></a><!-- doxytag: member="XalanNotation::getAttributes" ref="aa8e914f0bc8c83cf6764389833e0203f" 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>* XalanNotation::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="classXercesNotationWrapper.html#a3d94f1fd2f131aff29fdf3eb02936f28">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a17406085493b648eac55d9c6e3b5c21c">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a16878c8435914312171223c01f8d991e"></a><!-- doxytag: member="XalanNotation::getChildNodes" ref="a16878c8435914312171223c01f8d991e" 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>* XalanNotation::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="classXercesNotationWrapper.html#a67ab6d0ba808e26e9749b14f6a44a1f6">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a83957197bca1f3e3ce61defc9ac59628">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ac1b26e6beb7954aa9d5eea66604c0e7a"></a><!-- doxytag: member="XalanNotation::getFirstChild" ref="ac1b26e6beb7954aa9d5eea66604c0e7a" 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>* XalanNotation::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="classXercesNotationWrapper.html#ab9988ffe503446bf0fed79728205c64e">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#aea1e21baa326aa48d656ec091a6cd28d">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a18bac14740ab605fd0e64bc016fcbba1"></a><!-- doxytag: member="XalanNotation::getIndex" ref="a18bac14740ab605fd0e64bc016fcbba1" 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> XalanNotation::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="classXercesNotationWrapper.html#a4593bd243d4d34e33a3a864054d6f42c">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#adedeb62fc027cce00f7a127f80af984a">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a18f6723732386de10701656a4d938fbe"></a><!-- doxytag: member="XalanNotation::getLastChild" ref="a18f6723732386de10701656a4d938fbe" 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>* XalanNotation::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="classXercesNotationWrapper.html#aa3a2b42678295db47b84adaef7c9465b">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a9037413421d5243da0e2fd6c65d6587a">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a334347bbe469eb011038aaeb050a1059"></a><!-- doxytag: member="XalanNotation::getLocalName" ref="a334347bbe469eb011038aaeb050a1059" 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; XalanNotation::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="classXercesNotationWrapper.html#a572173f3c475f6eaea9f222fc35ecd4f">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a7ca177703b59790c0b25b100b40177b2">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ae5d9afaaaecf8c3453adbec3e3ee1566"></a><!-- doxytag: member="XalanNotation::getNamespaceURI" ref="ae5d9afaaaecf8c3453adbec3e3ee1566" 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; XalanNotation::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="classXercesNotationWrapper.html#a12dad56c91094b17812a36c8ffdf4c9f">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#aace6b92150377ac9c42b9fab215ae1ce">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ab44d97fd028cb9ed2cbf1251f813d2a2"></a><!-- doxytag: member="XalanNotation::getNextSibling" ref="ab44d97fd028cb9ed2cbf1251f813d2a2" 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>* XalanNotation::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="classXercesNotationWrapper.html#ac9880689b486add420683a8737b8cac0">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#ad1ad0937e5df8048d9c2079db41d78e8">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a957d54de97cf1d9423072422656ddd26"></a><!-- doxytag: member="XalanNotation::getNodeName" ref="a957d54de97cf1d9423072422656ddd26" 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; XalanNotation::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="classXercesNotationWrapper.html#a12e2f09b9f90b5c05d856a0c29e8451e">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a1456462a13a539f7cd6a7a336661c289">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ac9a175f6e0f241f6baf30c71e17c0bb6"></a><!-- doxytag: member="XalanNotation::getNodeType" ref="ac9a175f6e0f241f6baf30c71e17c0bb6" 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> XalanNotation::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="classXercesNotationWrapper.html#a2eeea9924a0850e061bdafb8db17d340">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a20f08bdda97082d0bb560a90784368a9">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a31315656e1325c629216e07f26205ff6"></a><!-- doxytag: member="XalanNotation::getNodeValue" ref="a31315656e1325c629216e07f26205ff6" 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; XalanNotation::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="classXercesNotationWrapper.html#a33b2afb712c4329dc75bc804519480f0">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#ad3c9bf5bab55497c1cf1d5a0a525b9e9">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ac1d621ccad3870c074a3804f9135a6a3"></a><!-- doxytag: member="XalanNotation::getOwnerDocument" ref="ac1d621ccad3870c074a3804f9135a6a3" 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>* XalanNotation::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="classXercesNotationWrapper.html#a9c7ea54f0cbe959220bef27a172bb071">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a0e2096b1d64810d2403a30c6e60aac49">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ac0aa97e49c43cf81fa8e6ab752ae404d"></a><!-- doxytag: member="XalanNotation::getParentNode" ref="ac0aa97e49c43cf81fa8e6ab752ae404d" 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>* XalanNotation::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="classXercesNotationWrapper.html#a57ddfbeb2f5f489c4cba5311e36d1dd8">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a7984a6693abbe97b758dd2c4ff5ce734">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a02b021a9faf6a06e3c962a6436329004"></a><!-- doxytag: member="XalanNotation::getPrefix" ref="a02b021a9faf6a06e3c962a6436329004" 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; XalanNotation::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="classXercesNotationWrapper.html#adde7b1910d63b5a42446d2cc90846de9">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#ab60066d63d8f962c2067995bc2dbe3d6">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aefdf8b97b75a8dc6ceb24967aa74d8f3"></a><!-- doxytag: member="XalanNotation::getPreviousSibling" ref="aefdf8b97b75a8dc6ceb24967aa74d8f3" 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>* XalanNotation::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="classXercesNotationWrapper.html#a8cf991aaba8fd1ba3efafec03079ea3a">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a679789f0dac3c88a6e22b0ac132efe92">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aff5b332087066eb35f4be0659fdf80fd"></a><!-- doxytag: member="XalanNotation::getPublicId" ref="aff5b332087066eb35f4be0659fdf80fd" 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; XalanNotation::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="classXercesNotationWrapper.html#ae072f4051ad665fbfbf99176fa5e6f86">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#a8349d11b888fefb6c10922c736d877a0">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ab3f9f702e7aabcb7d1c48e9e1e4e9462"></a><!-- doxytag: member="XalanNotation::getSystemId" ref="ab3f9f702e7aabcb7d1c48e9e1e4e9462" 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; XalanNotation::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="classXercesNotationWrapper.html#aaa65d214f9a4b6e5f062ea521d84dc61">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#af86c3cc2e0aea2a8f7d8ceaae8a01977">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a0e4d7b0b8a102514ea7737e5c92a838b"></a><!-- doxytag: member="XalanNotation::isIndexed" ref="a0e4d7b0b8a102514ea7737e5c92a838b" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XalanNotation::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="classXercesNotationWrapper.html#a84e7d335dbfa2c66ada60e1f6333078b">XercesNotationWrapper</a>, and <a class="el" href="classXercesNotationBridge.html#aa1c62f3c4f8f1ed869229311ac5aa714">XercesNotationBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a3ce8ebdb92510831d600c0bc16618f27"></a><!-- doxytag: member="XalanNotation::operator=" ref="a3ce8ebdb92510831d600c0bc16618f27" args="(const XalanNotation &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanNotation.html">XalanNotation</a>&amp; XalanNotation::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanNotation.html">XalanNotation</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="adbd5c4eaedae73cb6806e4cde4a84e6c"></a><!-- doxytag: member="XalanNotation::operator==" ref="adbd5c4eaedae73cb6806e4cde4a84e6c" args="(const XalanNotation &amp;theRHS) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanNotation::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanNotation.html">XalanNotation</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="XalanNotation_8hpp_source.html">XalanNotation.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>