blob: 5af078838290e468c07918c1615dff2ae910f6cd [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>FormatterToDeprecatedXercesDOM 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="FormatterToDeprecatedXercesDOM_8hpp-source.html">FormatterToDeprecatedXercesDOM.hpp</a>&gt;</code>
<p>
Inheritance diagram for FormatterToDeprecatedXercesDOM:<p><center><img src="classFormatterToDeprecatedXercesDOM__inherit__graph.gif" border="0" usemap="#FormatterToDeprecatedXercesDOM_inherit_map" alt="Inheritance graph"></center>
<map name="FormatterToDeprecatedXercesDOM_inherit_map">
<area href="classFormatterListener.html" shape="rect" coords="60,42,177,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for FormatterToDeprecatedXercesDOM:<p><center><img src="classFormatterToDeprecatedXercesDOM__coll__graph.gif" border="0" usemap="#FormatterToDeprecatedXercesDOM_coll_map" alt="Collaboration graph"></center>
<map name="FormatterToDeprecatedXercesDOM_coll_map">
<area href="classFormatterListener.html" shape="rect" coords="6,43,124,19">
<area href="classXalanDOMString.html" shape="rect" coords="148,43,265,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classFormatterToDeprecatedXercesDOM-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classFormatterToDeprecatedXercesDOM.html#a0">FormatterToDeprecatedXercesDOM</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp;doc, <a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> &amp;docFrag, <a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp;currentElement)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToDeprecatedXercesDOM instance.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classFormatterToDeprecatedXercesDOM.html#a1">FormatterToDeprecatedXercesDOM</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp;doc, <a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp;currentElement)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToDeprecatedXerces DOM instance.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="classFormatterToDeprecatedXercesDOM.html#a2">FormatterToDeprecatedXercesDOM</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp;doc)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToDeprecatedXercesDOM instance.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a3">~FormatterToDeprecatedXercesDOM</a> ()
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a4">charactersRaw</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a5">comment</a> (const XMLCh *const data)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a6">cdata</a> (const XMLCh *const ch, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a7">entityReference</a> (const XMLCh *const name)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a8">setDocumentLocator</a> (const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *const locator)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a9">startDocument</a> ()
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a10">endDocument</a> ()
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a11">startElement</a> (const XMLCh *const name, <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;attrs)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a12">endElement</a> (const XMLCh *const name)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a13">characters</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a14">ignorableWhitespace</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a15">processingInstruction</a> (const XMLCh *const target, const XMLCh *const data)
<li>virtual void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a16">resetDocument</a> ()
<li><a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a17">getDocument</a> () const
<li>void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a18">setDocument</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp;theDocument)
<li><a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a19">getDocumentFragment</a> () const
<li>void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a20">setDocumentFragment</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> &amp;theDocumentFragment)
<li><a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a21">getCurrentElement</a> () const
<li>void <a class="el" href="classFormatterToDeprecatedXercesDOM.html#a22">setCurrentElement</a> (<a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp;theElement)
</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>
It is provided as assist developers transition away from the deprecated DOM.
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>
The Xerces DOM bridge is deprecated. </dl>
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM"></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>
FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp; <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> &amp; <em>docFrag</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp; <em>currentElement</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a FormatterToDeprecatedXercesDOM instance.
<p>
it will add the DOM nodes to the document fragment.
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>
This API is deprecated and is only provided as a transition tool </dl><dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>doc</em>
&nbsp;</td><td>
document for nodes </td></tr>
<tr><td valign=top><em>docFrag</em>
&nbsp;</td><td>
document fragment for nodes </td></tr>
<tr><td valign=top><em>currentElement</em>
&nbsp;</td><td>
current element for nodes </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM"></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>
FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp; <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp; <em>currentElement</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a FormatterToDeprecatedXerces DOM instance.
<p>
it will add the DOM nodes to the document.
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>
This API is deprecated and is only provided as a transition tool </dl><dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>doc</em>
&nbsp;</td><td>
document for nodes </td></tr>
<tr><td valign=top><em>elem</em>
&nbsp;</td><td>
current element for nodes </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" doxytag="FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM"></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>
FormatterToDeprecatedXercesDOM::FormatterToDeprecatedXercesDOM (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp; <em>doc</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a FormatterToDeprecatedXercesDOM instance.
<p>
it will add the DOM nodes to the document.
<p>
<dl compact><dt>
<b>Deprecated: </b><dd>
This API is deprecated and is only provided as a transition tool </dl><dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>doc</em>
&nbsp;</td><td>
document for nodes </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a3" doxytag="FormatterToDeprecatedXercesDOM::~FormatterToDeprecatedXercesDOM"></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>
FormatterToDeprecatedXercesDOM::~FormatterToDeprecatedXercesDOM (
</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>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="FormatterToDeprecatedXercesDOM::cdata"></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>
void FormatterToDeprecatedXercesDOM::cdata (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>ch</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const unsigned int <em>length</em>&nbsp;)<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="a13" doxytag="FormatterToDeprecatedXercesDOM::characters"></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>
void FormatterToDeprecatedXercesDOM::characters (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>chars</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const unsigned int <em>length</em>&nbsp;)<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="a4" doxytag="FormatterToDeprecatedXercesDOM::charactersRaw"></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>
void FormatterToDeprecatedXercesDOM::charactersRaw (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>chars</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const unsigned int <em>length</em>&nbsp;)<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="a5" doxytag="FormatterToDeprecatedXercesDOM::comment"></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>
void FormatterToDeprecatedXercesDOM::comment (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>data</em>&nbsp;)<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="a10" doxytag="FormatterToDeprecatedXercesDOM::endDocument"></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>
void FormatterToDeprecatedXercesDOM::endDocument (
</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="a12" doxytag="FormatterToDeprecatedXercesDOM::endElement"></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>
void FormatterToDeprecatedXercesDOM::endElement (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>name</em>&nbsp;)<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="a7" doxytag="FormatterToDeprecatedXercesDOM::entityReference"></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>
void FormatterToDeprecatedXercesDOM::entityReference (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>name</em>&nbsp;)<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="a21" doxytag="FormatterToDeprecatedXercesDOM::getCurrentElement"></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>
<a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> FormatterToDeprecatedXercesDOM::getCurrentElement (
</b></td>
<td valign="bottom"><b>
) const
</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="a17" doxytag="FormatterToDeprecatedXercesDOM::getDocument"></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>
<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> FormatterToDeprecatedXercesDOM::getDocument (
</b></td>
<td valign="bottom"><b>
) const
</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="a19" doxytag="FormatterToDeprecatedXercesDOM::getDocumentFragment"></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>
<a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> FormatterToDeprecatedXercesDOM::getDocumentFragment (
</b></td>
<td valign="bottom"><b>
) const
</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="a14" doxytag="FormatterToDeprecatedXercesDOM::ignorableWhitespace"></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>
void FormatterToDeprecatedXercesDOM::ignorableWhitespace (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>chars</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const unsigned int <em>length</em>&nbsp;)<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="a15" doxytag="FormatterToDeprecatedXercesDOM::processingInstruction"></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>
void FormatterToDeprecatedXercesDOM::processingInstruction (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>target</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XMLCh *const <em>data</em>&nbsp;)<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="a16" doxytag="FormatterToDeprecatedXercesDOM::resetDocument"></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>
void FormatterToDeprecatedXercesDOM::resetDocument (
</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="a22" doxytag="FormatterToDeprecatedXercesDOM::setCurrentElement"></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>
void FormatterToDeprecatedXercesDOM::setCurrentElement (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a8">DOM_ElementType</a> &amp; <em>theElement</em>&nbsp;)
</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="a18" doxytag="FormatterToDeprecatedXercesDOM::setDocument"></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>
void FormatterToDeprecatedXercesDOM::setDocument (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a5">DOM_Document_Type</a> &amp; <em>theDocument</em>&nbsp;)
</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="a20" doxytag="FormatterToDeprecatedXercesDOM::setDocumentFragment"></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>
void FormatterToDeprecatedXercesDOM::setDocumentFragment (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesBridgeTypes_8hpp.html#a6">DOM_DocumentFragmentType</a> &amp; <em>theDocumentFragment</em>&nbsp;)
</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="a8" doxytag="FormatterToDeprecatedXercesDOM::setDocumentLocator"></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>
void FormatterToDeprecatedXercesDOM::setDocumentLocator (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *const <em>locator</em>&nbsp;)<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="a9" doxytag="FormatterToDeprecatedXercesDOM::startDocument"></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>
void FormatterToDeprecatedXercesDOM::startDocument (
</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="a11" doxytag="FormatterToDeprecatedXercesDOM::startElement"></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>
void FormatterToDeprecatedXercesDOM::startElement (
</b></td>
<td valign="bottom"><b>
const XMLCh *const <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>attrs</em>&nbsp;)<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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="FormatterToDeprecatedXercesDOM_8hpp-source.html">FormatterToDeprecatedXercesDOM.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>