blob: 8e7cd6df3bd2d965f62e3785dcc0b107c90e48d8 [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>XalanComment Class Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="XalanComment" --><!-- doxytag: inherits="XalanCharacterData" -->
<p><code>#include &lt;<a class="el" href="XalanComment_8hpp_source.html">XalanComment.hpp</a>&gt;</code></p>
<p>Inherits <a class="el" href="classXalanCharacterData.html">XalanCharacterData</a>.</p>
<p>Inherited by <a class="el" href="classXalanSourceTreeComment.html">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentBridge.html">XercesCommentBridge</a>, and <a class="el" href="classXercesCommentWrapper.html">XercesCommentWrapper</a>.</p>
<div class="dynheader">
Collaboration diagram for XalanComment:</div>
<div class="dyncontent">
<div class="center"><img src="classXalanComment__coll__graph.png" border="0" usemap="#XalanComment_coll__map" alt="Collaboration graph"/></div>
<map name="XalanComment_coll__map" id="XalanComment_coll__map">
<area shape="rect" id="node2" href="classXalanCharacterData.html" title="XalanCharacterData" alt="" coords="5,83,157,112"/><area shape="rect" id="node4" href="classXalanNode.html" title="XalanNode" alt="" coords="35,5,128,35"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<p><a href="classXalanComment-members.html">List of all members.</a></p>
<h2><a name="pub-methods"></a>
Public Member Functions</h2>
<ul>
<li><a class="el" href="classXalanComment.html#a6191cfbe75b5fa46d2f3da193cbc8805">XalanComment</a> ()
<li>virtual <a class="el" href="classXalanComment.html#a873079ee29f64d12714e5b4d21a5ff33">~XalanComment</a> ()
<li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#a0af78e13f5acac722fabcaf937317e63">getNodeName</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the name of this node, depending on its type. <a href="#a0af78e13f5acac722fabcaf937317e63"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#a7de5954acbe933f0f2c62a499f6cc40b">getNodeValue</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the value of this node, depending on its type. <a href="#a7de5954acbe933f0f2c62a499f6cc40b"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a93d60cd336327226e55c45a320cced24">NodeType</a> <a class="el" href="classXalanComment.html#a5d6f4da9d00077db0ebe1d39a0bad130">getNodeType</a> () const =0
<dl class="el"><dd class="mdescRight">An enum value representing the type of the underlying object. <a href="#a5d6f4da9d00077db0ebe1d39a0bad130"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanComment.html#aa4443b1987f4b147e00afadf2fd52cc7">getParentNode</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the parent of this node. <a href="#aa4443b1987f4b147e00afadf2fd52cc7"></a><br/></dl><li>virtual const <a class="el" href="classXalanNodeList.html">XalanNodeList</a> * <a class="el" href="classXalanComment.html#aef7ccbde23664467f91a7822fac70363">getChildNodes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <a class="el" href="classXalanNodeList.html">XalanNodeList</a> that contains all children of this node. <a href="#aef7ccbde23664467f91a7822fac70363"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanComment.html#aeaa65371f42a59ba0720d30d45083c24">getFirstChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the first child of this node. <a href="#aeaa65371f42a59ba0720d30d45083c24"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanComment.html#ad14c0b26fe3d7e4b0d794703673b3261">getLastChild</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the last child of this node. <a href="#ad14c0b26fe3d7e4b0d794703673b3261"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanComment.html#a944a11abf56110badc0fb854ccffcf70">getPreviousSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately preceding this node. <a href="#a944a11abf56110badc0fb854ccffcf70"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html">XalanNode</a> * <a class="el" href="classXalanComment.html#a81cf9a0783bfbb7792f6f322a74646f5">getNextSibling</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the node immediately following this node. <a href="#a81cf9a0783bfbb7792f6f322a74646f5"></a><br/></dl><li>virtual const <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> * <a class="el" href="classXalanComment.html#a1bf5559e6954b2526c0f9fe2780b3458">getAttributes</a> () const =0
<dl class="el"><dd class="mdescRight">Gets a <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> containing the attributes of this node (if it is an <a class="el" href="classXalanElement.html">XalanElement</a>) or a null pointer otherwise. <a href="#a1bf5559e6954b2526c0f9fe2780b3458"></a><br/></dl><li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a> * <a class="el" href="classXalanComment.html#a765d93da4e99804c5c88591946158e13">getOwnerDocument</a> () const =0
<dl class="el"><dd class="mdescRight">Gets the <a class="el" href="classXalanDocument.html">XalanDocument</a> object associated with this node. <a href="#a765d93da4e99804c5c88591946158e13"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#a4ceff6a984c83decab1a5c020e966237">getNamespaceURI</a> () const =0
<dl class="el"><dd class="mdescRight">Get the namespace URI of this node. <a href="#a4ceff6a984c83decab1a5c020e966237"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#ad1fa14cc468d59784f3314b05a262de5">getPrefix</a> () const =0
<dl class="el"><dd class="mdescRight">Get the namespace prefix of this node. <a href="#ad1fa14cc468d59784f3314b05a262de5"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#a9ed216fc60aa3132ea702b8883f8baa8">getLocalName</a> () const =0
<dl class="el"><dd class="mdescRight">Returns the local part of the qualified name of this node. <a href="#a9ed216fc60aa3132ea702b8883f8baa8"></a><br/></dl><li>virtual bool <a class="el" href="classXalanComment.html#a95d7a2566a13632b865a84128223ea05">isIndexed</a> () const =0
<dl class="el"><dd class="mdescRight">Determine if the document is node-order indexed. <a href="#a95d7a2566a13632b865a84128223ea05"></a><br/></dl><li>virtual <a class="el" href="classXalanNode.html#a737e6c797973546c10650cd72cc5f8ab">IndexType</a> <a class="el" href="classXalanComment.html#aa8d0a97b7d0de85028b4c4df56646890">getIndex</a> () const =0
<dl class="el"><dd class="mdescRight">Get the node's index. <a href="#aa8d0a97b7d0de85028b4c4df56646890"></a><br/></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <a class="el" href="classXalanComment.html#a7831126d665f5453a582877f6d62e8ae">getData</a> () const =0
<dl class="el"><dd class="mdescRight">Returns the character data of the node that implements this interface. <a href="#a7831126d665f5453a582877f6d62e8ae"></a><br/></dl></ul>
<h2><a name="pro-methods"></a>
Protected Member Functions</h2>
<ul>
<li><a class="el" href="classXalanComment.html#a0d1cd1a960f45266031c6bac4d8c50b0">XalanComment</a> (const <a class="el" href="classXalanComment.html">XalanComment</a> &amp;theSource)
<li><a class="el" href="classXalanComment.html">XalanComment</a> &amp; <a class="el" href="classXalanComment.html#a401568a33619d8dd68bbe1d17b4c4116">operator=</a> (const <a class="el" href="classXalanComment.html">XalanComment</a> &amp;theSource)
<li>bool <a class="el" href="classXalanComment.html#adb8a5528ec80590e6893e76e035e963b">operator==</a> (const <a class="el" href="classXalanComment.html">XalanComment</a> &amp;theRHS) const
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Definition at line <a class="el" href="XalanComment_8hpp_source.html#l00032">32</a> of file <a class="el" href="XalanComment_8hpp_source.html">XalanComment.hpp</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a6191cfbe75b5fa46d2f3da193cbc8805"></a><!-- doxytag: member="XalanComment::XalanComment" ref="a6191cfbe75b5fa46d2f3da193cbc8805" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanComment::XalanComment </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="a873079ee29f64d12714e5b4d21a5ff33"></a><!-- doxytag: member="XalanComment::~XalanComment" ref="a873079ee29f64d12714e5b4d21a5ff33" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual XalanComment::~XalanComment </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="a0d1cd1a960f45266031c6bac4d8c50b0"></a><!-- doxytag: member="XalanComment::XalanComment" ref="a0d1cd1a960f45266031c6bac4d8c50b0" args="(const XalanComment &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">XalanComment::XalanComment </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanComment.html">XalanComment</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="a1bf5559e6954b2526c0f9fe2780b3458"></a><!-- doxytag: member="XalanComment::getAttributes" ref="a1bf5559e6954b2526c0f9fe2780b3458" 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>* XalanComment::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 <a class="el" href="classXalanNamedNodeMap.html">XalanNamedNodeMap</a> containing the attributes of this node (if it is an <a class="el" href="classXalanElement.html">XalanElement</a>) or a null pointer otherwise. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a090fb0e976e9652e41c72e5acc30ccb2">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a97a7eceea85bd318dbea8a33d5200aeb">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a48da0cfaa6d4acffc0b261b9bdc9cb5f">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a81e41c1a244138c7bed54292b9bea679">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aef7ccbde23664467f91a7822fac70363"></a><!-- doxytag: member="XalanComment::getChildNodes" ref="aef7ccbde23664467f91a7822fac70363" 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>* XalanComment::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 <a class="el" href="classXalanNodeList.html">XalanNodeList</a> that contains all children of this node. </p>
<p>If there are no children, this is a <a class="el" href="classXalanNodeList.html">XalanNodeList</a> containing no nodes. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a86266f01c2b2a901549120737794ce26">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a148beac667dd205d76908c602560265d">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#ab2411153cbb1f359b72b56e0e6bd63a8">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a844efdebcba79de49cef7d50bbbc69d0">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a7831126d665f5453a582877f6d62e8ae"></a><!-- doxytag: member="XalanComment::getData" ref="a7831126d665f5453a582877f6d62e8ae" 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; XalanComment::getData </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 character data of the node that implements this interface. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a28231a62b07197211083c24c9d16c8ac">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#aa6c8d300c8fc373b75fad3ed0f57d0a0">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a6ec58f3c8a2d388e0b9db391d8ee3a6e">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a406b55ea8853335965c61dee2382c17c">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aeaa65371f42a59ba0720d30d45083c24"></a><!-- doxytag: member="XalanComment::getFirstChild" ref="aeaa65371f42a59ba0720d30d45083c24" 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>* XalanComment::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 a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a92dd3fbc43eff167f4ef05eed57ee02b">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#aa5cf012530fa61752b07995ec19d4d09">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a3df2054b51a94d21bb0d27e81db37e0f">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#ab3da7c8887201325bf99a6cfad177ada">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aa8d0a97b7d0de85028b4c4df56646890"></a><!-- doxytag: member="XalanComment::getIndex" ref="aa8d0a97b7d0de85028b4c4df56646890" 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> XalanComment::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="classXalanCharacterData.html#aa8d4bbd4b690228506fa2a97b016be90">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a10629432c55d6a45cee19949ebed0668">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#ab7e7fa22437dabecc16bad1b3ca80b7d">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#affae05c11ff03f6786cd8b070f0cea91">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ad14c0b26fe3d7e4b0d794703673b3261"></a><!-- doxytag: member="XalanComment::getLastChild" ref="ad14c0b26fe3d7e4b0d794703673b3261" 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>* XalanComment::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 a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a69886be8d13b68fb14fe1d261a309ddb">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#ac529ec503d0374364b99e2db1c914a08">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#af921316e47d503249c9e0c4d1b2dc0b7">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a1fe488e943c2a7bd66bec7b3e6298d58">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a9ed216fc60aa3132ea702b8883f8baa8"></a><!-- doxytag: member="XalanComment::getLocalName" ref="a9ed216fc60aa3132ea702b8883f8baa8" 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; XalanComment::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 qualified name of this node. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a23dd099f183ce7dd1ec7b62111c3b4eb">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#aa4f92959a0ff9261a053ce15116b056b">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a662585a157e297607720b8d068469085">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a69eef1201162377c06296a508f11d54c">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a4ceff6a984c83decab1a5c020e966237"></a><!-- doxytag: member="XalanComment::getNamespaceURI" ref="a4ceff6a984c83decab1a5c020e966237" 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; XalanComment::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 namespace URI of this node. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a2712274900516395bba2fc1ab58eef42">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#aed5a95fd457ae9d396c865ec45e3e887">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a3119782a6192d5e362e4b4d5318197df">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a745971b638eb333d39d7d1c8ef9cdfe9">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a81cf9a0783bfbb7792f6f322a74646f5"></a><!-- doxytag: member="XalanComment::getNextSibling" ref="a81cf9a0783bfbb7792f6f322a74646f5" 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>* XalanComment::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 a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a9a2bfb94d181fd3e15bf206e3ab7929e">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a42caaee39be5e1572195af01d12d9cab">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a3cdd78bee15a8fe472c5f2538907793e">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#aadee76263a283f6044f27d3240b7d309">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a0af78e13f5acac722fabcaf937317e63"></a><!-- doxytag: member="XalanComment::getNodeName" ref="a0af78e13f5acac722fabcaf937317e63" 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; XalanComment::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="classXalanCharacterData.html#a8f42c89dcc81fddf2f43de9604b2681b">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a37a2919adc39efa0f5f8bee1a242b232">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#ab5a51d52f3c9c791cddd10d0c80b5754">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a11974a15d367bf36d30dacdbb7d2fd24">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a5d6f4da9d00077db0ebe1d39a0bad130"></a><!-- doxytag: member="XalanComment::getNodeType" ref="a5d6f4da9d00077db0ebe1d39a0bad130" 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> XalanComment::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="classXalanCharacterData.html#aa08abb553a1a2f4072789ab350e5a748">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a175ad50a0245434edced6548074c5547">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a74c1bf85c6ffee5194d6fe6312cee8a4">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a805ffd54ac19e1ce09e36328b5b10025">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a7de5954acbe933f0f2c62a499f6cc40b"></a><!-- doxytag: member="XalanComment::getNodeValue" ref="a7de5954acbe933f0f2c62a499f6cc40b" 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; XalanComment::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="classXalanCharacterData.html#a8c38f79308e7a73b1fe3c1cd73563188">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a4776d5fee3e645bc94992795f3bf177e">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a161d977bdc734f08ec23ad99a4915129">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a3ef15a201116661d535be209fc5f6478">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a765d93da4e99804c5c88591946158e13"></a><!-- doxytag: member="XalanComment::getOwnerDocument" ref="a765d93da4e99804c5c88591946158e13" 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>* XalanComment::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 <a class="el" href="classXalanDocument.html">XalanDocument</a> object associated with this node. </p>
<p>This may be a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#aea320fdb280f5e1ea314033e3f760a3b">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a10846076795d0f50b6a4a9f7aa279fd2">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a59aa43a953715dbf6f27becc452a686e">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#ac907a60679e442126167cc3f9dbe900c">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="aa4443b1987f4b147e00afadf2fd52cc7"></a><!-- doxytag: member="XalanComment::getParentNode" ref="aa4443b1987f4b147e00afadf2fd52cc7" 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>* XalanComment::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>If there is no such node, this returns a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a1d5530726654fcc07363110c1f690e14">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#ad842c82c816894fdaf2884bb5e57ab8b">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a857027ae0d0e672cf0c14236b46245d1">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a1545b85e9dd01f4313c37ee352bcfb84">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="ad1fa14cc468d59784f3314b05a262de5"></a><!-- doxytag: member="XalanComment::getPrefix" ref="ad1fa14cc468d59784f3314b05a262de5" 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; XalanComment::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 namespace prefix of this node. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#a1ad97280b60c66d2a2592af724a78c98">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#ab1e66e04c25b24eb0001327058372b8a">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#ab50d3b313c595c81073631601362ac14">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#ad5dec2db0ce85f0d115b850c57e3768c">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a944a11abf56110badc0fb854ccffcf70"></a><!-- doxytag: member="XalanComment::getPreviousSibling" ref="a944a11abf56110badc0fb854ccffcf70" 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>* XalanComment::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 a null pointer. </p>
<p>Implements <a class="el" href="classXalanCharacterData.html#aa55a4bb2fe105e909eeff4ebb2b07f66">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#a42a6e595781779bca7327f792960daee">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a9981a10f61e3eacca7244772fafffa05">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#a9aa23a508f14878e3f1c3dca26eed375">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a95d7a2566a13632b865a84128223ea05"></a><!-- doxytag: member="XalanComment::isIndexed" ref="a95d7a2566a13632b865a84128223ea05" args="() const =0" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">virtual bool XalanComment::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="classXalanCharacterData.html#a725d273dd9802bfa5bcc27a5c40c83e4">XalanCharacterData</a>.</p>
<p>Implemented in <a class="el" href="classXalanSourceTreeComment.html#aa5167e6a5d76908a257e39877546053f">XalanSourceTreeComment</a>, <a class="el" href="classXercesCommentWrapper.html#a6edeb9dc1c9c400b277f0d3252926e44">XercesCommentWrapper</a>, and <a class="el" href="classXercesCommentBridge.html#adb61e6f85708961464b1d8481d186ebd">XercesCommentBridge</a>.</p>
</div>
</div>
<a class="anchor" id="a401568a33619d8dd68bbe1d17b4c4116"></a><!-- doxytag: member="XalanComment::operator=" ref="a401568a33619d8dd68bbe1d17b4c4116" args="(const XalanComment &amp;theSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classXalanComment.html">XalanComment</a>&amp; XalanComment::operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanComment.html">XalanComment</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="adb8a5528ec80590e6893e76e035e963b"></a><!-- doxytag: member="XalanComment::operator==" ref="adb8a5528ec80590e6893e76e035e963b" args="(const XalanComment &amp;theRHS) const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool XalanComment::operator== </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classXalanComment.html">XalanComment</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="XalanComment_8hpp_source.html">XalanComment.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>