blob: 0675de7ead6b105a6e9adc376bc0e3d779ba36c1 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanSourceTreeTextIWS Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeTextIWS_8hpp-source.html">XalanSourceTreeTextIWS.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanSourceTreeTextIWS:<p><center><img src="classXalanSourceTreeTextIWS__inherit__graph.gif" border="0" usemap="#XalanSourceTreeTextIWS_inherit_map" alt="Inheritance graph"></center>
<map name="XalanSourceTreeTextIWS_inherit_map">
<area href="classXalanSourceTreeText.html" shape="rect" coords="19,266,162,242">
<area href="classXalanText.html" shape="rect" coords="52,191,129,168">
<area href="classXalanCharacterData.html" shape="rect" coords="23,117,158,93">
<area href="classXalanNode.html" shape="rect" coords="51,42,130,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanSourceTreeTextIWS:<p><center><img src="classXalanSourceTreeTextIWS__coll__graph.gif" border="0" usemap="#XalanSourceTreeTextIWS_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeTextIWS_coll_map">
<area href="classXalanSourceTreeText.html" shape="rect" coords="67,343,210,319">
<area href="classXalanText.html" shape="rect" coords="100,239,177,216">
<area href="classXalanCharacterData.html" shape="rect" coords="85,120,221,96">
<area href="classXalanNode.html" shape="rect" coords="33,42,113,18">
<area href="classXalanDOMString.html" shape="rect" coords="201,239,318,216">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanSourceTreeTextIWS-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeTextIWS.html#a0">XalanSourceTreeTextIWS</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theData, <a class="el" href="classXalanNode.html">XalanNode</a> *theParentNode=0, <a class="el" href="classXalanNode.html">XalanNode</a> *thePreviousSibling=0, <a class="el" href="classXalanNode.html">XalanNode</a> *theNextSibling=0, <a class="el" href="classXalanNode.html#s0">IndexType</a> theIndex=0)
<dl class="el"><dd><font size=-1><em>Constructor.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanSourceTreeTextIWS.html#a1">~XalanSourceTreeTextIWS</a> ()
<li>virtual bool <a class="el" href="classXalanSourceTreeTextIWS.html#a2">isIgnorableWhitespace</a> () const
<dl class="el"><dd><font size=-1><em>Determine whether the text node instance is composed entirely of XML whitespace.</em> <a href="#a2">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeTextIWS.html#b0">XalanSourceTreeTextIWS</a> (const XalanSourceTreeTextIWS &amp;theSource, bool)
</ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeTextIWS::XalanSourceTreeTextIWS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeTextIWS::XalanSourceTreeTextIWS (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theData</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theParentNode</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>thePreviousSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html">XalanNode</a> * <em>theNextSibling</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanNode.html#s0">IndexType</a> <em>theIndex</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theData</em>
&nbsp;</td><td>
The text data of the node </td></tr>
<tr><td valign=top><em>theParentNode</em>
&nbsp;</td><td>
The parent node, if any. </td></tr>
<tr><td valign=top><em>thePreviousSibling</em>
&nbsp;</td><td>
The previous sibling, if any. </td></tr>
<tr><td valign=top><em>theNextSibling</em>
&nbsp;</td><td>
The next sibling, if any. </td></tr>
<tr><td valign=top><em>theIndex</em>
&nbsp;</td><td>
The document-order index of the node. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanSourceTreeTextIWS::~XalanSourceTreeTextIWS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeTextIWS::~XalanSourceTreeTextIWS (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="b0" doxytag="XalanSourceTreeTextIWS::XalanSourceTreeTextIWS"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeTextIWS::XalanSourceTreeTextIWS (
</b></td>
<td valign="bottom"><b>
const XalanSourceTreeTextIWS &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a2" doxytag="XalanSourceTreeTextIWS::isIgnorableWhitespace"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeTextIWS::isIgnorableWhitespace (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine whether the text node instance is composed entirely of XML whitespace.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
true if the node is all XML whitespace, false if not </dl>
<p>
Reimplemented from <a class="el" href="classXalanSourceTreeText.html#a36">XalanSourceTreeText</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeTextIWS_8hpp-source.html">XalanSourceTreeTextIWS.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">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="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<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.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>