blob: 7fac882a66aae4a3ff208dde51f2366645b28261 [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>FormatterToXercesDOM 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="FormatterToXercesDOM_8hpp-source.html">FormatterToXercesDOM.hpp</a>&gt;</code>
<p>
Inheritance diagram for FormatterToXercesDOM:<p><center><img src="classFormatterToXercesDOM__inherit__graph.gif" border="0" usemap="#FormatterToXercesDOM_inherit_map" alt="Inheritance graph"></center>
<map name="FormatterToXercesDOM_inherit_map">
<area href="classFormatterListener.html" shape="rect" coords="26,42,144,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for FormatterToXercesDOM:<p><center><img src="classFormatterToXercesDOM__coll__graph.gif" border="0" usemap="#FormatterToXercesDOM_coll_map" alt="Collaboration graph"></center>
<map name="FormatterToXercesDOM_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="classFormatterToXercesDOM-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classFormatterToXercesDOM.html#a0">FormatterToXercesDOM</a> (<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> *doc, <a class="el" href="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a> *docFrag, <a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> *currentElement, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_MEMMGR)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToXercesDOM instance.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classFormatterToXercesDOM.html#a1">FormatterToXercesDOM</a> (<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> *doc, <a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> *currentElement, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_MEMMGR)
<dl class="el"><dd><font size=-1><em>Construct a FormatterToXercesDOM instance.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classFormatterToXercesDOM.html#a2">~FormatterToXercesDOM</a> ()
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a3">charactersRaw</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a4">comment</a> (const XMLCh *const data)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a5">cdata</a> (const XMLCh *const ch, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a6">entityReference</a> (const XMLCh *const name)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a7">setDocumentLocator</a> (const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *const locator)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a8">startDocument</a> ()
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a9">endDocument</a> ()
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a10">startElement</a> (const XMLCh *const name, <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;attrs)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a11">endElement</a> (const XMLCh *const name)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a12">characters</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a13">ignorableWhitespace</a> (const XMLCh *const chars, const unsigned int length)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a14">processingInstruction</a> (const XMLCh *const target, const XMLCh *const data)
<li>virtual void <a class="el" href="classFormatterToXercesDOM.html#a15">resetDocument</a> ()
<li><a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a>* <a class="el" href="classFormatterToXercesDOM.html#a16">getDocument</a> () const
<li>void <a class="el" href="classFormatterToXercesDOM.html#a17">setDocument</a> (<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> *theDocument)
<li><a class="el" href="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a>* <a class="el" href="classFormatterToXercesDOM.html#a18">getDocumentFragment</a> () const
<li>void <a class="el" href="classFormatterToXercesDOM.html#a19">setDocumentFragment</a> (<a class="el" href="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a> *theDocumentFragment)
<li><a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a>* <a class="el" href="classFormatterToXercesDOM.html#a20">getCurrentElement</a> () const
<li>void <a class="el" href="classFormatterToXercesDOM.html#a21">setCurrentElement</a> (<a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> *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>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="FormatterToXercesDOM::FormatterToXercesDOM"></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>
FormatterToXercesDOM::FormatterToXercesDOM (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> * <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a> * <em>docFrag</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> * <em>currentElement</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_MEMMGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a FormatterToXercesDOM instance.
<p>
it will add the DOM nodes to the document fragment.<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="FormatterToXercesDOM::FormatterToXercesDOM"></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>
FormatterToXercesDOM::FormatterToXercesDOM (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> * <em>doc</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> * <em>currentElement</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager <em>XALAN_DEFAULT_MEMMGR</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a FormatterToXercesDOM instance.
<p>
it will add the DOM nodes to the document.<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="FormatterToXercesDOM::~FormatterToXercesDOM"></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>
FormatterToXercesDOM::~FormatterToXercesDOM (
</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="a5" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a12" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a3" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a4" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a9" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a11" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a6" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a20" doxytag="FormatterToXercesDOM::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="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> * FormatterToXercesDOM::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="a16" doxytag="FormatterToXercesDOM::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="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> * FormatterToXercesDOM::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="a18" doxytag="FormatterToXercesDOM::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="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a> * FormatterToXercesDOM::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="a13" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a14" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a15" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a21" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::setCurrentElement (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a8">DOMElementType</a> * <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="a17" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::setDocument (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a5">DOMDocument_Type</a> * <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="a19" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::setDocumentFragment (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XercesWrapperTypes_8hpp.html#a6">DOMDocumentFragmentType</a> * <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="a7" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a8" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="a10" doxytag="FormatterToXercesDOM::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 FormatterToXercesDOM::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="FormatterToXercesDOM_8hpp-source.html">FormatterToXercesDOM.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>