Sophie

Sophie

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

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:31:24 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>FormatterToSourceTree  Class Reference</h1>This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="FormatterToSourceTree.hpp-source.html">FormatterToSourceTree.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for FormatterToSourceTree:
<p><center><img src="class_formattertosourcetree.gif" usemap="#FormatterToSourceTree_map" border="0"></center>
<map name="FormatterToSourceTree_map"><p>
<area href="class_formatterlistener.html" alt="FormatterListener" shape="rect" coords="0,56,147,80">
<area href="class_documenthandler.html" alt="DocumentHandler" shape="rect" coords="0,0,147,24">
</map>
Collaboration diagram for FormatterToSourceTree:<p><center><img src="class_formattertosourcetree_coll_graph.gif" border="0" usemap="#FormatterToSourceTree_impl_map"></center>
<map name="FormatterToSourceTree_impl_map">
<area href="class_formatterlistener.html" shape="rect" coords="687,29,796,8">
<area href="class_xalansourcetreedocumentfragment.html" shape="rect" coords="628,200,855,179">
<area href="class_xalannode.html" shape="rect" coords="37,185,109,164">
<area href="class_xalansourcetreedocument.html" shape="rect" coords="276,308,447,287">
<area href="class_xalansourcetreeelement.html" shape="rect" coords="661,389,821,368">
<area href="class_xalandomstring.html" shape="rect" coords="19,511,128,489">
</map><p>
<a href="class_formattertosourcetree-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef std::vector&lt;<a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>*&gt; <a class="el" href="class_formattertosourcetree.html#s0">ElementStackType</a>
<li>typedef std::vector&lt;<a class="el" href="class_xalannode.html">XalanNode</a>*&gt; <a class="el" href="class_formattertosourcetree.html#s1">LastChildStackType</a>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="class_formattertosourcetree.html#a22">eDefaultStackSize</a> = 50, 
<br>
&nbsp;&nbsp;<a class="el" href="class_formattertosourcetree.html#a23">eDefaultTextBufferSize</a> = 100
<br>
 }
</ul>
<h2>Public Methods</h2>
<ul>
<li>explicit <a class="el" href="class_formattertosourcetree.html#a0">FormatterToSourceTree</a> (<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a>* theDocument = 0)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToSourceTree instance.</em> <a href="#a0">More...</a><em></em></font></dl><li><a class="el" href="class_formattertosourcetree.html#a1">FormatterToSourceTree</a> ( <a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a>* theDocument, <a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* theDocumentFragment)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToSourceTree instance.</em> <a href="#a1">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_formattertosourcetree.html#a2">~FormatterToSourceTree</a> ()
<li><a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a>* <a class="el" href="class_formattertosourcetree.html#a3">getDocument</a> () const
<li>void <a class="el" href="class_formattertosourcetree.html#a4">setDocument</a> (<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a>* theDocument)
<li><a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* <a class="el" href="class_formattertosourcetree.html#a5">getDocumentFragment</a> () const
<li>void <a class="el" href="class_formattertosourcetree.html#a6">setDocumentFragment</a> (<a class="el" href="class_xalansourcetreedocumentfragment.html">XalanSourceTreeDocumentFragment</a>* theDocumentFragment)
<li><a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>* <a class="el" href="class_formattertosourcetree.html#a7">getCurrentElement</a> () const
<li>void <a class="el" href="class_formattertosourcetree.html#a8">setCurrentElement</a> (<a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>* theElement)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a9">charactersRaw</a> ( const XMLCh* const chars, const unsigned int length)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a10">comment</a> (const XMLCh* const data)
<dl class="el"><dd><font size=-1><em>Called when a Comment is to be constructed.</em> <a href="#a10">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_formattertosourcetree.html#a11">cdata</a> ( const XMLCh* const ch, const unsigned int length)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a12">entityReference</a> (const XMLCh* const name)
<dl class="el"><dd><font size=-1><em>Receive notification of a entityReference.</em> <a href="#a12">More...</a><em></em></font></dl><li>virtual void <a class="el" href="class_formattertosourcetree.html#a13">setDocumentLocator</a> (const <a class="el" href="class_locator.html">Locator</a>* const locator)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a14">startDocument</a> ()
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a15">endDocument</a> ()
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a16">startElement</a> ( const XMLCh* const name, <a class="el" href="class_attributelist.html">AttributeList</a>&amp; attrs)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a17">endElement</a> (const XMLCh* const name)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a18">characters</a> ( const XMLCh* const chars, const unsigned int length)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a19">ignorableWhitespace</a> ( const XMLCh* const chars, const unsigned int length)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a20">processingInstruction</a> ( const XMLCh* const target, const XMLCh* const data)
<li>virtual void <a class="el" href="class_formattertosourcetree.html#a21">resetDocument</a> ()
</ul>
<h2>Static Public Methods</h2>
<ul>
<li>void <a class="el" href="class_formattertosourcetree.html#d0">initialize</a> ()
<dl class="el"><dd><font size=-1><em>Perform static initialization.</em> <a href="#d0">More...</a><em></em></font></dl><li>void <a class="el" href="class_formattertosourcetree.html#d1">terminate</a> ()
<dl class="el"><dd><font size=-1><em>Perform static shut down.</em> <a href="#d1">More...</a><em></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and adds the result to a document or document fragment.
<p>

<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s0" doxytag="FormatterToSourceTree::ElementStackType"><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>
typedef std::vector&lt;<a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a>*&gt; FormatterToSourceTree::ElementStackType</b></td></tr>

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

<p>
</div>
<a name="s1" doxytag="FormatterToSourceTree::LastChildStackType"><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>
typedef std::vector&lt;<a class="el" href="class_xalannode.html">XalanNode</a>*&gt; FormatterToSourceTree::LastChildStackType</b></td></tr>

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

<p>
</div>
<hr><h2>Enumeration Value Documentation</h2>
<a name="a22" doxytag="FormatterToSourceTree::eDefaultStackSize"><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>
FormatterToSourceTree::eDefaultStackSize = 50</b></td></tr>

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

<p>
</div>
<a name="a23" doxytag="FormatterToSourceTree::eDefaultTextBufferSize"><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>
FormatterToSourceTree::eDefaultTextBufferSize = 100</b></td></tr>

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

<p>
</div>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="FormatterToSourceTree::FormatterToSourceTree"><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 FormatterToSourceTree::FormatterToSourceTree (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a> * <em>theDocument</em> = 0)</b></td></tr>

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

<p>
Construct a FormatterToSourceTree instance.
<p>
it will add the nodes 
 to the document.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
 The document for nodes
</td></tr>
</table>
</dl></div>
<a name="a1" doxytag="FormatterToSourceTree::FormatterToSourceTree"><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>
FormatterToSourceTree::FormatterToSourceTree (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a> * <em>theDocument</em>, </b></td></tr>
<tr><td></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>
Construct a FormatterToSourceTree instance.
<p>
it will add the nodes 
 to the document fragment.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theDocument</em>
&nbsp;</td><td>
 The document for nodes
 </td></tr>
<tr><td valign=top><em>theDocumentFragment</em>
&nbsp;</td><td>
 The document fragment for nodes
</td></tr>
</table>
</dl></div>
<a name="a2" doxytag="FormatterToSourceTree::~FormatterToSourceTree"><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 FormatterToSourceTree::~FormatterToSourceTree ()<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="a11" doxytag="FormatterToSourceTree::cdata"><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 FormatterToSourceTree::cdata (
</b></td>
<td><b>
const XMLCh * <em>const ch</em>, </b></td></tr>
<tr><td></td><td><b>
const unsigned int length)<code> [virtual]</code></b></td></tr>

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

<p>
</div>
<a name="a18" doxytag="FormatterToSourceTree::characters"><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 FormatterToSourceTree::characters (
</b></td>
<td><b>
const XMLCh * <em>const chars</em>, </b></td></tr>
<tr><td></td><td><b>
const unsigned int length)<code> [virtual]</code></b></td></tr>

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

<p>
</div>
<a name="a9" doxytag="FormatterToSourceTree::charactersRaw"><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 FormatterToSourceTree::charactersRaw (
</b></td>
<td><b>
const XMLCh * <em>const chars</em>, </b></td></tr>
<tr><td></td><td><b>
const unsigned int length)<code> [virtual]</code></b></td></tr>

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

<p>
</div>
<a name="a10" doxytag="FormatterToSourceTree::comment"><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 FormatterToSourceTree::comment (
</b></td>
<td><b>
const XMLCh * <em>const data</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Called when a Comment is to be constructed.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
 pointer to comment data
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>SAXException</em>
&nbsp;</td><td>

</td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="class_formatterlistener.html#a6">FormatterListener</a>.</div>
<a name="a15" doxytag="FormatterToSourceTree::endDocument"><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 FormatterToSourceTree::endDocument ()<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_formatterlistener.html#a10">FormatterListener</a>.</div>
<a name="a17" doxytag="FormatterToSourceTree::endElement"><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 FormatterToSourceTree::endElement (
</b></td>
<td><b>
const XMLCh * <em>const name</em>)<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_formatterlistener.html#a11">FormatterListener</a>.</div>
<a name="a12" doxytag="FormatterToSourceTree::entityReference"><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 FormatterToSourceTree::entityReference (
</b></td>
<td><b>
const XMLCh * <em>const name</em>)<code> [virtual]</code></b></td></tr>

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

<p>
Receive notification of a entityReference.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
 pointer to characters from the XML document
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Exceptions: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>SAXException</em>
&nbsp;</td><td>

</td></tr>
</table>
</dl>
<p>
Reimplemented from <a class="el" href="class_formatterlistener.html#a8">FormatterListener</a>.</div>
<a name="a7" doxytag="FormatterToSourceTree::getCurrentElement"><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_xalansourcetreeelement.html">XalanSourceTreeElement</a> * FormatterToSourceTree::getCurrentElement () const</b></td></tr>

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

<p>
</div>
<a name="a3" doxytag="FormatterToSourceTree::getDocument"><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_xalansourcetreedocument.html">XalanSourceTreeDocument</a> * FormatterToSourceTree::getDocument () const</b></td></tr>

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

<p>
</div>
<a name="a5" doxytag="FormatterToSourceTree::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> * FormatterToSourceTree::getDocumentFragment () const</b></td></tr>

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

<p>
</div>
<a name="a19" doxytag="FormatterToSourceTree::ignorableWhitespace"><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 FormatterToSourceTree::ignorableWhitespace (
</b></td>
<td><b>
const XMLCh * <em>const chars</em>, </b></td></tr>
<tr><td></td><td><b>
const unsigned int length)<code> [virtual]</code></b></td></tr>

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

<p>
</div>
<a name="d0" doxytag="FormatterToSourceTree::initialize"><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 FormatterToSourceTree::initialize ()<code> [static]</code></b></td></tr>

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

<p>
Perform static initialization.
<p>
See class <a class="el" href="class_xalansourcetreeinit.html">XalanSourceTreeInit</a>.
</div>
<a name="a20" doxytag="FormatterToSourceTree::processingInstruction"><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 FormatterToSourceTree::processingInstruction (
</b></td>
<td><b>
const XMLCh * <em>const target</em>, </b></td></tr>
<tr><td></td><td><b>
const XMLCh * <em>const data</em>)<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_formatterlistener.html#a13">FormatterListener</a>.</div>
<a name="a21" doxytag="FormatterToSourceTree::resetDocument"><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 FormatterToSourceTree::resetDocument ()<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_formatterlistener.html#a14">FormatterListener</a>.</div>
<a name="a8" doxytag="FormatterToSourceTree::setCurrentElement"><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 FormatterToSourceTree::setCurrentElement (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreeelement.html">XalanSourceTreeElement</a> * <em>theElement</em>)</b></td></tr>

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

<p>
</div>
<a name="a4" doxytag="FormatterToSourceTree::setDocument"><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 FormatterToSourceTree::setDocument (
</b></td>
<td><b>
<a class="el" href="class_xalansourcetreedocument.html">XalanSourceTreeDocument</a> * <em>theDocument</em>)</b></td></tr>

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

<p>
</div>
<a name="a6" doxytag="FormatterToSourceTree::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 FormatterToSourceTree::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="a13" doxytag="FormatterToSourceTree::setDocumentLocator"><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 FormatterToSourceTree::setDocumentLocator (
</b></td>
<td><b>
const <a class="el" href="class_locator.html">Locator</a> * <em>const locator</em>)<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_formatterlistener.html#a15">FormatterListener</a>.</div>
<a name="a14" doxytag="FormatterToSourceTree::startDocument"><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 FormatterToSourceTree::startDocument ()<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_formatterlistener.html#a16">FormatterListener</a>.</div>
<a name="a16" doxytag="FormatterToSourceTree::startElement"><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 FormatterToSourceTree::startElement (
</b></td>
<td><b>
const XMLCh * <em>const name</em>, </b></td></tr>
<tr><td></td><td><b>
<a class="el" href="class_attributelist.html">AttributeList</a> &amp; <em>attrs</em>)<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_formatterlistener.html#a17">FormatterListener</a>.</div>
<a name="d1" doxytag="FormatterToSourceTree::terminate"><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 FormatterToSourceTree::terminate ()<code> [static]</code></b></td></tr>

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

<p>
Perform static shut down.
<p>
See class <a class="el" href="class_xalansourcetreeinit.html">XalanSourceTreeInit</a>.
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="FormatterToSourceTree.hpp.html">FormatterToSourceTree.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>