Sophie

Sophie

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

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:32:29 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>ResultTreeFrag  Class Reference</h1>The holder of result tree fragments. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="ResultTreeFrag.hpp-source.html">ResultTreeFrag.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for ResultTreeFrag:
<p><center><img src="class_resulttreefrag.gif" usemap="#ResultTreeFrag_map" border="0"></center>
<map name="ResultTreeFrag_map"><p>
<area href="class_resulttreefragbase.html" alt="ResultTreeFragBase" shape="rect" coords="0,112,154,136">
<area href="class_xalannodelist.html" alt="XalanNodeList" shape="rect" coords="164,112,318,136">
<area href="class_xalandocumentfragment.html" alt="XalanDocumentFragment" shape="rect" coords="0,56,154,80">
<area href="class_xalannode.html" alt="XalanNode" shape="rect" coords="0,0,154,24">
</map>
Collaboration diagram for ResultTreeFrag:<p><center><img src="class_resulttreefrag_coll_graph.gif" border="0" usemap="#ResultTreeFrag_impl_map"></center>
<map name="ResultTreeFrag_impl_map">
<area href="class_resulttreefragbase.html" shape="rect" coords="45,235,173,214">
<area href="class_xalandocumentfragment.html" shape="rect" coords="7,144,164,123">
<area href="class_xalansourcetreedocumentfragment.html" shape="rect" coords="232,235,459,214">
<area href="class_xalannode.html" shape="rect" coords="176,38,248,16">
<area href="class_xalansourcetreedocument.html" shape="rect" coords="316,144,487,123">
<area href="class_xalannodelist.html" shape="rect" coords="573,235,667,214">
<area href="class_xalandomstring.html" shape="rect" coords="413,38,523,16">
</map><p>
<a href="class_resulttreefrag-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li>explicit <a class="el" href="class_resulttreefrag.html#a0">ResultTreeFrag</a> (<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* theDocumentFragment = 0)
<dl class="el"><dd><font size=-1><em>Construct a result tree fragment object from a DOM document.</em></font></dl><li><a class="el" href="class_resulttreefrag.html#a1">ResultTreeFrag</a> ( const ResultTreeFrag&amp; theSource, bool deepClone = false)
<dl class="el"><dd><font size=-1><em>Construct a result tree fragment object from another.</em> <a href="#a1">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_resulttreefrag.html#a2">~ResultTreeFrag</a> ()
<li>void <a class="el" href="class_resulttreefrag.html#a3">clear</a> ()
<li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a4">getNodesetRoot</a> () const
<dl class="el"><dd><font size=-1><em>Get the root when this instance is cast to a Nodeset.</em> <a href="#a4">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_resulttreefrag.html#a5">getNodeName</a> () const
<li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_resulttreefrag.html#a6">getNodeValue</a> () const
<dl class="el"><dd><font size=-1><em>Gets the value of this node, depending on its type.</em></font></dl><li>virtual <a class="el" href="class_xalannode.html#s0">NodeType</a> <a class="el" href="class_resulttreefrag.html#a7">getNodeType</a> () const
<dl class="el"><dd><font size=-1><em>An enum value representing the type of the underlying object.</em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a8">getParentNode</a> () const
<dl class="el"><dd><font size=-1><em>Gets the parent of this node.</em> <a href="#a8">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalannodelist.html">XalanNodeList</a>* <a class="el" href="class_resulttreefrag.html#a9">getChildNodes</a> () const
<dl class="el"><dd><font size=-1><em>Gets a <code>NodeList</code> that contains all children of this node.</em> <a href="#a9">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a10">getFirstChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the first child of this node.</em> <a href="#a10">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a11">getLastChild</a> () const
<dl class="el"><dd><font size=-1><em>Gets the last child of this node.</em> <a href="#a11">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a12">getPreviousSibling</a> () const
<dl class="el"><dd><font size=-1><em>Gets the node immediately preceding this node.</em> <a href="#a12">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a13">getNextSibling</a> () const
<dl class="el"><dd><font size=-1><em>Gets the node immediately following this node.</em> <a href="#a13">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalannamednodemap.html">XalanNamedNodeMap</a>* <a class="el" href="class_resulttreefrag.html#a14">getAttributes</a> () const
<dl class="el"><dd><font size=-1><em>Gets a <code>NamedNodeMap</code> containing the attributes of this node (if it is an <code>Element</code>) or <code>null</code> otherwise.</em></font></dl><li>virtual <a class="el" href="class_xalandocument.html">XalanDocument</a>* <a class="el" href="class_resulttreefrag.html#a15">getOwnerDocument</a> () const
<dl class="el"><dd><font size=-1><em>Gets the <code>Document</code> object associated with this node.</em> <a href="#a15">More...</a><em></em></font></dl><li>virtual ResultTreeFrag* <a class="el" href="class_resulttreefrag.html#a16">cloneNode</a> (bool deep) const
<dl class="el"><dd><font size=-1><em>Returns a duplicate of this node.</em> <a href="#a16">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a17">insertBefore</a> ( <a class="el" href="class_xalannode.html">XalanNode</a>* newChild, <a class="el" href="class_xalannode.html">XalanNode</a>* refChild)
<dl class="el"><dd><font size=-1><em>Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>.</em> <a href="#a17">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a18">replaceChild</a> ( <a class="el" href="class_xalannode.html">XalanNode</a>* newChild, <a class="el" href="class_xalannode.html">XalanNode</a>* oldChild)
<dl class="el"><dd><font size=-1><em>Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node.</em> <a href="#a18">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a19">removeChild</a> (<a class="el" href="class_xalannode.html">XalanNode</a>* oldChild)
<dl class="el"><dd><font size=-1><em>Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it.</em> <a href="#a19">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefrag.html#a20">appendChild</a> (<a class="el" href="class_xalannode.html">XalanNode</a>* newChild)
<dl class="el"><dd><font size=-1><em>Adds the node <code>newChild</code> to the end of the list of children of this node.</em> <a href="#a20">More...</a><em></em></font></dl><li>virtual bool <a class="el" href="class_resulttreefrag.html#a21">hasChildNodes</a> () const
<dl class="el"><dd><font size=-1><em>This is a convenience method to allow easy determination of whether a node has any children.</em> <a href="#a21">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_resulttreefrag.html#a22">setNodeValue</a> (const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; nodeValue)
<dl class="el"><dd><font size=-1><em>Sets the value of the node.</em> <a href="#a22">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_resulttreefrag.html#a23">normalize</a> ()
<dl class="el"><dd><font size=-1><em>Puts all <code>Text</code> nodes in the full depth of the sub-tree underneath this <code>Node</code>, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates <code>Text</code> nodes, i.e., there are no adjacent <code>Text</code> nodes.</em> <a href="#a23">More...</a><em></em></font></dl><li>virtual bool <a class="el" href="class_resulttreefrag.html#a24">isSupported</a> ( const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; feature, const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; version) const
<dl class="el"><dd><font size=-1><em>Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.</em> <a href="#a24">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_resulttreefrag.html#a25">getNamespaceURI</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace URI</em> of this node, or <code>null</code> if it is unspecified.</em> <a href="#a25">More...</a><em></em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_resulttreefrag.html#a26">getPrefix</a> () const
<dl class="el"><dd><font size=-1><em>Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.</em></font></dl><li>virtual const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; <a class="el" href="class_resulttreefrag.html#a27">getLocalName</a> () const
<dl class="el"><dd><font size=-1><em>Returns the local part of the <em>qualified name</em> of this node.</em> <a href="#a27">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_resulttreefrag.html#a28">setPrefix</a> (const <a class="el" href="class_xalandomstring.html">XalanDOMString</a>&amp; prefix)
<dl class="el"><dd><font size=-1><em>Set the <em>namespace prefix</em> of this node.</em> <a href="#a28">More...</a><em></em></font></dl><li>virtual bool <a class="el" href="class_resulttreefrag.html#a29">isIndexed</a> () const
<dl class="el"><dd><font size=-1><em>Determine if the document is node-order indexed.</em> <a href="#a29">More...</a><em></em></font></dl><li>virtual unsigned long <a class="el" href="class_resulttreefrag.html#a30">getIndex</a> () const
<dl class="el"><dd><font size=-1><em>Get the node's index.</em> <a href="#a30">More...</a><em></em></font></dl><li>virtual ResultTreeFrag* <a class="el" href="class_resulttreefrag.html#a31">clone</a> (bool deep) const
<li><a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* <a class="el" href="class_resulttreefrag.html#a32">getDocumentFragment</a> () const
<li>void <a class="el" href="class_resulttreefrag.html#a33">setDocumentFragment</a> (<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* theDocumentFragment)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The holder of result tree fragments.
<p>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ResultTreeFrag::ResultTreeFrag"><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>
explicit ResultTreeFrag::ResultTreeFrag (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a> * <em>theDocumentFragment</em> = 0)</b></td></tr>

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

<p>
Construct a result tree fragment object from a DOM document.
<p>
</div>
<a name="a1" doxytag="ResultTreeFrag::ResultTreeFrag"><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>
ResultTreeFrag::ResultTreeFrag (
</b></td>
<td><b>
const ResultTreeFrag &amp; <em>theSource</em>, </b></td></tr>
<tr><td></td><td><b>
bool <em>deepClone</em> = false)</b></td></tr>

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

<p>
Construct a result tree fragment object from another.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
 source to copy
 </td></tr>
<tr><td valign=top><em>deepClone</em>
&nbsp;</td><td>
 true if subobjects should be copied, default is false
</td></tr>
</table>
</dl></div>
<a name="a2" doxytag="ResultTreeFrag::~ResultTreeFrag"><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 ResultTreeFrag::~ResultTreeFrag ()<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="a20" doxytag="ResultTreeFrag::appendChild"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::appendChild (
</b></td>
<td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>newChild</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Adds the node <code>newChild</code> to the end of the list of children of this node.
<p>
If the <code>newChild</code> is already in the tree, it is
 first removed.
 <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
 The node to add.If it is a <code>DocumentFragment</code>
 object, the entire contents of the document fragment are moved into
 the child list of this node
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The node added.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a19">ResultTreeFragBase</a>.</div>
<a name="a3" doxytag="ResultTreeFrag::clear"><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 ResultTreeFrag::clear ()</b></td></tr>

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

<p>
</div>
<a name="a31" doxytag="ResultTreeFrag::clone"><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 ResultTreeFrag* ResultTreeFrag::clone (
</b></td>
<td><b>
bool <em>deep</em>) const<code> [virtual]</code></b></td></tr>

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

<p>

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a30">ResultTreeFragBase</a>.</div>
<a name="a16" doxytag="ResultTreeFrag::cloneNode"><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 ResultTreeFrag* ResultTreeFrag::cloneNode (
</b></td>
<td><b>
bool <em>deep</em>) const<code> [virtual]</code></b></td></tr>

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

<p>
Returns a duplicate of this node.
<p>
This function serves as a generic copy constructor for nodes.
<p>
The duplicate node has no parent (
 <code>parentNode</code> returns <code>null</code>.).
 <br>
Cloning an <code>Element</code> copies all attributes and their
 values, including those generated by the XML processor to represent
 defaulted attributes, but this method does not copy any text it contains
 unless it is a deep clone, since the text is contained in a child
 <code>Text</code> node. Cloning any other type of node simply returns a
 copy of this node.
 <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>deep</em>
&nbsp;</td><td>
 If <code>true</code>, recursively clone the subtree under the
 specified node; if <code>false</code>, clone only the node itself (and
 its attributes, if it is an <code>Element</code>).
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The duplicate node.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a15">ResultTreeFragBase</a>.</div>
<a name="a14" doxytag="ResultTreeFrag::getAttributes"><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_xalannamednodemap.html">XalanNamedNodeMap</a>* ResultTreeFrag::getAttributes () const<code> [virtual]</code></b></td></tr>

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

<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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a13">ResultTreeFragBase</a>.</div>
<a name="a9" doxytag="ResultTreeFrag::getChildNodes"><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_xalannodelist.html">XalanNodeList</a>* ResultTreeFrag::getChildNodes () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets a <code>NodeList</code> that contains all children of this node.
<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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a8">ResultTreeFragBase</a>.</div>
<a name="a32" doxytag="ResultTreeFrag::getDocumentFragment"><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>
<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a> * ResultTreeFrag::getDocumentFragment () const</b></td></tr>

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

<p>
</div>
<a name="a10" doxytag="ResultTreeFrag::getFirstChild"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getFirstChild () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the first child of this node.
<p>
If there is no such node, this returns <code>null</code>.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a9">ResultTreeFragBase</a>.</div>
<a name="a30" doxytag="ResultTreeFrag::getIndex"><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 unsigned long ResultTreeFrag::getIndex () const<code> [virtual]</code></b></td></tr>

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

<p>
Get the node's index.
<p>
Valid only if the owner document
 reports that the document is node-order indexed.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 The index value, or 0 if the node is not indexed.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a29">ResultTreeFragBase</a>.</div>
<a name="a11" doxytag="ResultTreeFrag::getLastChild"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getLastChild () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the last child of this node.
<p>
If there is no such node, this returns <code>null</code>.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a10">ResultTreeFragBase</a>.</div>
<a name="a27" doxytag="ResultTreeFrag::getLocalName"><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; ResultTreeFrag::getLocalName () const<code> [virtual]</code></b></td></tr>

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

<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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a26">ResultTreeFragBase</a>.</div>
<a name="a25" doxytag="ResultTreeFrag::getNamespaceURI"><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; ResultTreeFrag::getNamespaceURI () const<code> [virtual]</code></b></td></tr>

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

<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>

 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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a24">ResultTreeFragBase</a>.</div>
<a name="a13" doxytag="ResultTreeFrag::getNextSibling"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getNextSibling () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the node immediately following this node.
<p>
If there is no such node, this returns <code>null</code>.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a12">ResultTreeFragBase</a>.</div>
<a name="a5" doxytag="ResultTreeFrag::getNodeName"><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; ResultTreeFrag::getNodeName () const<code> [virtual]</code></b></td></tr>

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

<p>

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a4">ResultTreeFragBase</a>.</div>
<a name="a7" doxytag="ResultTreeFrag::getNodeType"><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 <a class="el" href="class_xalannode.html#s0">NodeType</a> ResultTreeFrag::getNodeType () const<code> [virtual]</code></b></td></tr>

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

<p>
An enum value representing the type of the underlying object.
<p>

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a6">ResultTreeFragBase</a>.</div>
<a name="a6" doxytag="ResultTreeFrag::getNodeValue"><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; ResultTreeFrag::getNodeValue () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the value of this node, depending on its type.
<p>

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a5">ResultTreeFragBase</a>.</div>
<a name="a4" doxytag="ResultTreeFrag::getNodesetRoot"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getNodesetRoot () const<code> [virtual]</code></b></td></tr>

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

<p>
Get the root when this instance is cast to a Nodeset.
<p>
This value might be this instance itself, or could
 be another object that is serving as a proxy for
 this instance. Most likely the proxy would be a
 DocumentFragment.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 The root for this fragment.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a3">ResultTreeFragBase</a>.</div>
<a name="a15" doxytag="ResultTreeFrag::getOwnerDocument"><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 <a class="el" href="class_xalandocument.html">XalanDocument</a>* ResultTreeFrag::getOwnerDocument () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the <code>Document</code> object associated with this node.
<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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a14">ResultTreeFragBase</a>.</div>
<a name="a8" doxytag="ResultTreeFrag::getParentNode"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getParentNode () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the parent of this node.
<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>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a7">ResultTreeFragBase</a>.</div>
<a name="a26" doxytag="ResultTreeFrag::getPrefix"><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; ResultTreeFrag::getPrefix () const<code> [virtual]</code></b></td></tr>

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

<p>
Get the <em>namespace prefix</em> of this node, or <code>null</code> if it is unspecified.
<p>

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a25">ResultTreeFragBase</a>.</div>
<a name="a12" doxytag="ResultTreeFrag::getPreviousSibling"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::getPreviousSibling () const<code> [virtual]</code></b></td></tr>

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

<p>
Gets the node immediately preceding this node.
<p>
If there is no such node, this returns <code>null</code>.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a11">ResultTreeFragBase</a>.</div>
<a name="a21" doxytag="ResultTreeFrag::hasChildNodes"><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 ResultTreeFrag::hasChildNodes () const<code> [virtual]</code></b></td></tr>

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

<p>
This is a convenience method to allow easy determination of whether a node has any children.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 <code>true</code> if the node has any children,
 <code>false</code> if the node has no children.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a20">ResultTreeFragBase</a>.</div>
<a name="a17" doxytag="ResultTreeFrag::insertBefore"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::insertBefore (
</b></td>
<td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>newChild</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>refChild</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Inserts the node <code>newChild</code> before the existing child node <code>refChild</code>.
<p>
If <code>refChild</code> is <code>null</code>,
 insert <code>newChild</code> at the end of the list of children.
 <br>
If <code>newChild</code> is a <code>DocumentFragment</code> object,
 all of its children are inserted, in the same order, before
 <code>refChild</code>. If the <code>newChild</code> is already in the
 tree, it is first removed. Note that a <code>Node</code> that
 has never been assigned to refer to an actual node is == null.
 <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
 The node to insert.
 </td></tr>
<tr><td valign=top><em>refChild</em>
&nbsp;</td><td>
 The reference node, i.e., the node before which the new
 node must be inserted.
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The node being inserted.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a16">ResultTreeFragBase</a>.</div>
<a name="a29" doxytag="ResultTreeFrag::isIndexed"><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 ResultTreeFrag::isIndexed () const<code> [virtual]</code></b></td></tr>

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

<p>
Determine if the document is node-order indexed.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 true if the document is indexed, otherwise false.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a28">ResultTreeFragBase</a>.</div>
<a name="a24" doxytag="ResultTreeFrag::isSupported"><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 ResultTreeFrag::isSupported (
</b></td>
<td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>feature</em>, </b></td></tr>
<tr><td></td><td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>version</em>) const<code> [virtual]</code></b></td></tr>

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

<p>
Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>feature</em>
&nbsp;</td><td>
 The string of the feature to test. This is the same
 name as what can be passed to the method <code>hasFeature</code> on
 <code>DOMImplementation</code>.
 </td></tr>
<tr><td valign=top><em>version</em>
&nbsp;</td><td>
 This is the version number of the feature to test. In
 Level 2, version 1, this is the string "2.0". If the version is not
 specified, supporting any version of the feature will cause the
 method to return <code>true</code>.
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 Returns <code>true</code> if the specified feature is supported
 on this node, <code>false</code> otherwise.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a23">ResultTreeFragBase</a>.</div>
<a name="a23" doxytag="ResultTreeFrag::normalize"><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 ResultTreeFrag::normalize ()<code> [virtual]</code></b></td></tr>

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

<p>
Puts all <code>Text</code> nodes in the full depth of the sub-tree underneath this <code>Node</code>, including attribute nodes, into a "normal" form where only markup (e.g., tags, comments, processing instructions, CDATA sections, and entity references) separates <code>Text</code> nodes, i.e., there are no adjacent <code>Text</code> nodes.
<p>
This can be used to ensure that the DOM view of a document is the 
 same as if it were saved and re-loaded, and is useful when operations 
 (such as XPointer lookups) that depend on a particular document tree 
 structure are to be used.
 
<p>
<b>Note:</b> In cases where the document contains <code>CDATASections</code>, 
 the normalize operation alone may not be sufficient, since XPointers do 
 not differentiate between <code>Text</code>
 nodes and <code>CDATASection</code> nodes.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a22">ResultTreeFragBase</a>.</div>
<a name="a19" doxytag="ResultTreeFrag::removeChild"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::removeChild (
</b></td>
<td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>oldChild</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Removes the child node indicated by <code>oldChild</code> from the list of children, and returns it.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>oldChild</em>
&nbsp;</td><td>
 The node being removed.
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The node removed.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a18">ResultTreeFragBase</a>.</div>
<a name="a18" doxytag="ResultTreeFrag::replaceChild"><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 <a class="el" href="class_xalannode.html">XalanNode</a>* ResultTreeFrag::replaceChild (
</b></td>
<td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>newChild</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_xalannode.html">XalanNode</a> * <em>oldChild</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Replaces the child node <code>oldChild</code> with <code>newChild</code> in the list of children, and returns the <code>oldChild</code> node.
<p>
If <code>newChild</code> is a <code>DocumentFragment</code> object,
 <code>oldChild</code> is replaced by all of the <code>DocumentFragment</code>
 children, which are inserted in the same order.
<p>
If the <code>newChild</code> is already in the tree, it is first removed.
 <dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>newChild</em>
&nbsp;</td><td>
 The new node to put in the child list.
 </td></tr>
<tr><td valign=top><em>oldChild</em>
&nbsp;</td><td>
 The node being replaced in the list.
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 The node replaced.
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a17">ResultTreeFragBase</a>.</div>
<a name="a33" doxytag="ResultTreeFrag::setDocumentFragment"><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 ResultTreeFrag::setDocumentFragment (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a> * <em>theDocumentFragment</em>)</b></td></tr>

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

<p>
</div>
<a name="a22" doxytag="ResultTreeFrag::setNodeValue"><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 ResultTreeFrag::setNodeValue (
</b></td>
<td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>nodeValue</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Sets the value of the node.
<p>
Any node which can have a nodeValue (<dl compact><dt>
<b>See also: </b><dd>
 <a class="el" href="class_resulttreefrag.html#a6">getNodeValue</a>()) will
 also accept requests to set it to a string. The exact response to
 this varies from node to node -- Attribute, for example, stores
 its values in its children and has to replace them with a new Text
 holding the replacement value.
<p>
</dl>For most types of Node, value is null and attempting to set it
 will throw DOMException(NO_MODIFICATION_ALLOWED_ERR). This will
 also be thrown if the node is read-only.

<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a21">ResultTreeFragBase</a>.</div>
<a name="a28" doxytag="ResultTreeFrag::setPrefix"><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 ResultTreeFrag::setPrefix (
</b></td>
<td><b>
const <a class="el" href="class_xalandomstring.html">XalanDOMString</a> &amp; <em>prefix</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Set the <em>namespace prefix</em> of this node.
<p>

<p>

 Note that setting this attribute, when permitted, changes 
 the <code>nodeName</code> attribute, which holds the <em>qualified 
 name</em>, as well as the <code>tagName</code> and <code>name</code> 
 attributes of the <code>Element</code> and <code>Attr</code>
 interfaces, when applicable.
 
<p>

 Note also that changing the prefix of an 
 attribute, that is known to have a default value, does not make a new 
 attribute with the default value and the original prefix appear, since the 
 <code>namespaceURI</code> and <code>localName</code> do not change.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>prefix</em>
&nbsp;</td><td>
 The prefix of this node.
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>DOMException</em>
&nbsp;</td><td>

 INVALID_CHARACTER_ERR: Raised if the specified prefix contains
 an illegal character.
 <br>

 NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
 <br>

 NAMESPACE_ERR: Raised if the specified <code>prefix</code> is 
 malformed, if the specified prefix is "xml" and the 
 <code>namespaceURI</code> of this node is different from 
 "<a href="http://www.w3.org/XML/1998/namespace">http://www.w3.org/XML/1998/namespace</a>", if specified prefix is 
 "xmlns" and the <code>namespaceURI</code> is neither 
 <code>null</code> nor an empty string, or if the 
 <code>localName</code> is <code>null</code>.
</td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="class_resulttreefragbase.html#a27">ResultTreeFragBase</a>.</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ResultTreeFrag.hpp.html">ResultTreeFrag.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>