Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 3c90d4f0807cc46df5c0517e9fe40564 > files > 2452

xalan-c-doc-1.4-2mdk.ppc.rpm

<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.4</h3>
</BODY>
<!-- Generated by Doxygen 1.1.2 on Mon Sep 16 08:34:27 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>XalanSourceTreeDOMSupport  Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeDOMSupport.hpp-source.html">XalanSourceTreeDOMSupport.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for XalanSourceTreeDOMSupport:
<p><center><img src="class_xalansourcetreedomsupport.gif" usemap="#XalanSourceTreeDOMSupport_map" border="0"></center>
<map name="XalanSourceTreeDOMSupport_map"><p>
<area href="class_domsupport.html" alt="DOMSupport" shape="rect" coords="0,56,240,80">
<area href="class_resettable.html" alt="Resettable" shape="rect" coords="0,0,240,24">
<area href="class_xalandefaultparsedsourcedomsupport.html" alt="XalanDefaultParsedSourceDOMSupport" shape="rect" coords="0,168,240,192">
</map>
Collaboration diagram for XalanSourceTreeDOMSupport:<p><center><img src="class_xalansourcetreedomsupport_coll_graph.gif" border="0" usemap="#XalanSourceTreeDOMSupport_impl_map"></center>
<map name="XalanSourceTreeDOMSupport_impl_map">
<area href="class_domsupport.html" shape="rect" coords="9,163,97,142">
<area href="class_resettable.html" shape="rect" coords="55,38,124,16">
<area href="class_xmlparserliaison.html" shape="rect" coords="91,110,205,88">
<area href="class_xalansourcetreeparserliaison.html" shape="rect" coords="91,307,280,286">
<area href="class_xercesparserliaison.html" shape="rect" coords="209,216,337,195">
<area href="class_errorhandler.html" shape="rect" coords="241,110,327,88">
<area href="class_executioncontext.html" shape="rect" coords="400,110,509,88">
<area href="class_xalandomstring.html" shape="rect" coords="573,110,683,88">
</map><p>
<a href="class_xalansourcetreedomsupport-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xalansourcetreedomsupport.html#a0">XalanSourceTreeDOMSupport</a> ()
<li><a class="el" href="class_xalansourcetreedomsupport.html#a1">XalanSourceTreeDOMSupport</a> (const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a>&amp; theParserLiaison)
<li>virtual <a class="el" href="class_xalansourcetreedomsupport.html#a2">~XalanSourceTreeDOMSupport</a> ()
<li>virtual void <a class="el" href="class_xalansourcetreedomsupport.html#a3">reset</a> ()
<dl class="el"><dd><font size=-1><em>Reset the instance.</em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_xalansourcetreedomsupport.html#a4">getUnparsedEntityURI</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; theName, const <a class="el" href="class_xalandocument.html">XalanDocument</a>&amp; theDocument) const
<dl class="el"><dd><font size=-1><em>Retrieves the URI of the named unparsed entity from the supplied document.</em> <a href="#a4">More...</a><em></em></font></dl><li>virtual bool <a class="el" href="class_xalansourcetreedomsupport.html#a5">isNodeAfter</a> ( const <a class="el" href="class_xalannode.html">XalanNode</a>&amp; node1, const <a class="el" href="class_xalannode.html">XalanNode</a>&amp; node2) const
<dl class="el"><dd><font size=-1><em>Determine if a node is after another node, in document order.</em> <a href="#a5">More...</a><em></em></font></dl><li>const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a>* <a class="el" href="class_xalansourcetreedomsupport.html#a6">getParserLiaison</a> () const
<li>void <a class="el" href="class_xalansourcetreedomsupport.html#a7">setParserLiaison</a> (const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a>* theParserLiaison)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport ()</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a1" doxytag="XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XalanSourceTreeDOMSupport::XalanSourceTreeDOMSupport (
</b></td>
<td><b>
const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a> &amp; <em>theParserLiaison</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a2" doxytag="XalanSourceTreeDOMSupport::~XalanSourceTreeDOMSupport"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual XalanSourceTreeDOMSupport::~XalanSourceTreeDOMSupport ()<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="XalanSourceTreeDOMSupport::getParserLiaison"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a> * XalanSourceTreeDOMSupport::getParserLiaison () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="a4" doxytag="XalanSourceTreeDOMSupport::getUnparsedEntityURI"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; XalanSourceTreeDOMSupport::getUnparsedEntityURI (
</b></td>
<td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>theName</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_xalandocument.html">XalanDocument</a> &amp; <em>theDocument</em>) const<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Retrieves the URI of the named unparsed entity from the supplied document.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
 The name of the entity
 </td></tr>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
 The document that contains the entity
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The URI of the entity
</dl>
<p>
Reimplemented from <a class="el" href="class_domsupport.html#a3">DOMSupport</a>.
<p>
Reimplemented in <a class="el" href="class_xalandefaultparsedsourcedomsupport.html#a3">XalanDefaultParsedSourceDOMSupport</a>.</div>
<a name="a5" doxytag="XalanSourceTreeDOMSupport::isNodeAfter"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual bool XalanSourceTreeDOMSupport::isNodeAfter (
</b></td>
<td><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> &amp; <em>node1</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> &amp; <em>node2</em>) const<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Determine if a node is after another node, in document order.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>node1</em>
&nbsp;</td><td>
 The first node
 </td></tr>
<tr><td valign=top><em>node2</em>
&nbsp;</td><td>
 The second node
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 true if node1 one is after node2, or false if it is not.
</dl>
<p>
Reimplemented from <a class="el" href="class_domsupport.html#a4">DOMSupport</a>.
<p>
Reimplemented in <a class="el" href="class_xalandefaultparsedsourcedomsupport.html#a4">XalanDefaultParsedSourceDOMSupport</a>.</div>
<a name="a3" doxytag="XalanSourceTreeDOMSupport::reset"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
virtual void XalanSourceTreeDOMSupport::reset ()<code> [virtual]</code></b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Reset the instance.
<p>

<p>
Reimplemented from <a class="el" href="class_domsupport.html#a2">DOMSupport</a>.
<p>
Reimplemented in <a class="el" href="class_xalandefaultparsedsourcedomsupport.html#a2">XalanDefaultParsedSourceDOMSupport</a>.</div>
<a name="a7" doxytag="XalanSourceTreeDOMSupport::setParserLiaison"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
void XalanSourceTreeDOMSupport::setParserLiaison (
</b></td>
<td><b>
const <a class="el" href="class_xalansourcetreeparserliaison.html">XalanSourceTreeParserLiaison</a> * <em>theParserLiaison</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeDOMSupport.hpp.html">XalanSourceTreeDOMSupport.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="images/dot.gif" width="1"></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.4</B><BR>
			Copyright &copy; 2000, 2001, 2002 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">
		</TD>
	</TR>
</TABLE>