blob: 9ee0597fba65838224a69e5fd1c0cf01c024ae8c [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>StylesheetHandler Class Reference</h1>This class processes a stylesheet via SAX events, and inits the given stylesheet.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="StylesheetHandler_8hpp-source.html">StylesheetHandler.hpp</a>&gt;</code>
<p>
Inheritance diagram for StylesheetHandler:<p><center><img src="classStylesheetHandler__inherit__graph.gif" border="0" usemap="#StylesheetHandler_inherit_map" alt="Inheritance graph"></center>
<map name="StylesheetHandler_inherit_map">
<area href="classFormatterListener.html" shape="rect" coords="9,42,126,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for StylesheetHandler:<p><center><img src="classStylesheetHandler__coll__graph.gif" border="0" usemap="#StylesheetHandler_coll_map" alt="Collaboration graph"></center>
<map name="StylesheetHandler_coll_map">
<area href="classFormatterListener.html" shape="rect" coords="334,95,452,71">
<area href="classXalanSet.html" shape="rect" coords="269,144,517,120">
<area href="classXalanElemTextAllocator.html" shape="rect" coords="316,192,470,168">
<area href="classXalanDOMString.html" shape="rect" coords="18,348,136,324">
<area href="classElemTemplateElement.html" shape="rect" coords="318,477,468,453">
<area href="classStylesheetConstructionContext.html" shape="rect" coords="298,346,488,322">
<area href="classXalanElemEmptyAllocator.html" shape="rect" coords="309,33,477,9">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classStylesheetHandler-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef XalanVector&lt;<a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>*&gt; <a class="el" href="classStylesheetHandler.html#s0">ElemTemplateStackType</a>
<li>typedef XalanVector&lt;<a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>*&gt; <a class="el" href="classStylesheetHandler.html#s1">ElemTextLiteralStackType</a>
<li>typedef XalanVector&lt;bool&gt; <a class="el" href="classStylesheetHandler.html#s2">BoolStackType</a>
<li>typedef <a class="el" href="classXalanSet.html">XalanSet</a>&lt;<a class="el" href="classXalanQNameByReference.html">XalanQNameByReference</a>&gt; <a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>
<li>typedef XalanVector&lt;<a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>,<br>
<a class="el" href="structConstructWithMemoryManagerTraits.html">ConstructWithMemoryManagerTraits</a>&lt;<br>
<a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>&gt; &gt; <a class="el" href="classStylesheetHandler.html#s4">QNameSetVectorType</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classStylesheetHandler.html#a0">StylesheetHandler</a> (<a class="el" href="ExtensionNSHandler_8hpp.html#a1">Stylesheet</a> &amp;stylesheetTree, <a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp;constructionContext)
<dl class="el"><dd><font size=-1><em>Construct a StylesheetHandler ...</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classStylesheetHandler.html#a1">getMemoryManager</a> ()
<li>virtual <a class="el" href="classStylesheetHandler.html#a2">~StylesheetHandler</a> ()
<li>virtual void <a class="el" href="classStylesheetHandler.html#a3">characters</a> (const XMLCh *const chars, const unsigned int length)
<dl class="el"><dd><font size=-1><em>Receive notification of character data.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a4">charactersRaw</a> (const XMLCh *const chars, const unsigned int length)
<dl class="el"><dd><font size=-1><em>Receive notification of character data.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a5">cdata</a> (const XMLCh *const ch, const unsigned int length)
<dl class="el"><dd><font size=-1><em>Receive notification of cdata.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a6">ignorableWhitespace</a> (const XMLCh *const chars, const unsigned int length)
<dl class="el"><dd><font size=-1><em>Receive notification of ignorable whitespace in element content.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a7">processingInstruction</a> (const XMLCh *const target, const XMLCh *const data)
<dl class="el"><dd><font size=-1><em>Receive notification of a processing instruction.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a8">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="#a8">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a9">entityReference</a> (const XMLCh *const data)
<dl class="el"><dd><font size=-1><em>Receive notification of a entityReference.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a10">setDocumentLocator</a> (const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *const locator)
<dl class="el"><dd><font size=-1><em>Receive an object for locating the origin of SAX document events.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a11">startDocument</a> ()
<dl class="el"><dd><font size=-1><em>Receive notification of the beginning of a document.</em> <a href="#a11">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a12">endDocument</a> ()
<dl class="el"><dd><font size=-1><em>Receive notification of the end of a document.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a13">startElement</a> (const XMLCh *const name, <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;attrs)
<dl class="el"><dd><font size=-1><em>Receive notification of the beginning of an element.</em> <a href="#a13">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a14">endElement</a> (const XMLCh *const name)
<dl class="el"><dd><font size=-1><em>Receive notification of the end of an element.</em> <a href="#a14">More...</a><em><br><br></em></font></dl><li>virtual void <a class="el" href="classStylesheetHandler.html#a15">resetDocument</a> ()
<dl class="el"><dd><font size=-1><em>This method allows the user installed Document Handler to 'reset' itself, freeing all the memory resources.</em> <a href="#a15">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li>void <a class="el" href="classStylesheetHandler.html#d0">initialize</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager)
<dl class="el"><dd><font size=-1><em>Perform static initialization.</em> <a href="#d0">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classStylesheetHandler.html#d1">terminate</a> ()
<dl class="el"><dd><font size=-1><em>Perform static shut down.</em> <a href="#d1">More...</a><em><br><br></em></font></dl></ul>
<h2>Protected Methods</h2>
<ul>
<li>bool <a class="el" href="classStylesheetHandler.html#b0">isAttrOK</a> (const XalanDOMChar *attrName, const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;atts, int which)
<dl class="el"><dd><font size=-1><em>See if this is a xmlns attribute, and, if so, process it.</em> <a href="#b0">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classStylesheetHandler.html#b1">processSpaceAttr</a> (const XalanDOMChar *elementName, const XalanDOMChar *aname, const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;atts, int which, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator, bool &amp;fPreserve)
<dl class="el"><dd><font size=-1><em>Tell whether or not this is a xml:space attribute and, if so, process it.</em> <a href="#b1">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classStylesheetHandler.html#b2">processSpaceAttr</a> (const XalanDOMChar *elementName, const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;atts, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator, bool &amp;fPreserve)
<dl class="el"><dd><font size=-1><em>Tell whether or not this is a xml:space attribute and, if so, process it.</em> <a href="#b2">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classStylesheetHandler.html#b3">processImport</a> (const XalanDOMChar *name, const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;atts, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator)
<dl class="el"><dd><font size=-1><em>Process xsl:import.</em> <a href="#b3">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classStylesheetHandler.html#b4">processInclude</a> (const XalanDOMChar *name, const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp;atts, const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> *locator)
<dl class="el"><dd><font size=-1><em>Process xsl:include.</em> <a href="#b4">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classStylesheetHandler.html#b5">doCleanup</a> ()
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class processes a stylesheet via SAX events, and inits the given stylesheet.
<p>
If you need to alter the code in here, it is not for the faint-of-heart, due to the state tracking that has to be done due to the SAX event model.
<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="StylesheetHandler::BoolStackType"></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>
typedef XalanVector&lt; bool &gt; StylesheetHandler::BoolStackType&lt;bool&gt;
</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="s0" doxytag="StylesheetHandler::ElemTemplateStackType"></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>
typedef XalanVector&lt; <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *&gt; StylesheetHandler::ElemTemplateStackType&lt;<a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>*&gt;
</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="s1" doxytag="StylesheetHandler::ElemTextLiteralStackType"></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>
typedef XalanVector&lt; <a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a> *&gt; StylesheetHandler::ElemTextLiteralStackType&lt;<a class="el" href="classElemTemplateElement.html">ElemTemplateElement</a>*&gt;
</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="s3" doxytag="StylesheetHandler::QNameSetType"></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>
typedef <a class="el" href="classXalanSet.html">XalanSet</a>&lt; <a class="el" href="classXalanQNameByReference.html">XalanQNameByReference</a> &gt; StylesheetHandler::QNameSetType&lt;<a class="el" href="classXalanQNameByReference.html">XalanQNameByReference</a>&gt;
</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="s4" doxytag="StylesheetHandler::QNameSetVectorType"></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>
typedef XalanVector&lt; <a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>, <a class="el" href="structConstructWithMemoryManagerTraits.html">ConstructWithMemoryManagerTraits</a>&lt; <a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a> &gt; &gt; StylesheetHandler::QNameSetVectorType&lt;<a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>, <a class="el" href="structConstructWithMemoryManagerTraits.html">ConstructWithMemoryManagerTraits</a>&lt;<a class="el" href="classStylesheetHandler.html#s3">QNameSetType</a>&gt; &gt;
</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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="StylesheetHandler::StylesheetHandler"></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>
StylesheetHandler::StylesheetHandler (
</b></td>
<td valign="bottom"><b>
<a class="el" href="ExtensionNSHandler_8hpp.html#a1">Stylesheet</a> &amp; <em>stylesheetTree</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classStylesheetConstructionContext.html">StylesheetConstructionContext</a> &amp; <em>constructionContext</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct a StylesheetHandler ...
<p>
it will add the DOM nodes to the document fragment. </td>
</tr>
</table>
<a name="a2" doxytag="StylesheetHandler::~StylesheetHandler"></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>
StylesheetHandler::~StylesheetHandler (
</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="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of cdata.
<p>
<p>
The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity, so that the Locator provides useful information.
<p>
<p>
The application must not attempt to read from the array outside of the specified range.
<p>
<p>
Note that some parsers will report whitespace using the <a class="el" href="classStylesheetHandler.html#a6">ignorableWhitespace</a>() method rather than this one (validating parsers must do so).<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>ch</em>
&nbsp;</td><td>
pointer to characters from the XML document </td></tr>
<tr><td valign=top><em>start</em>
&nbsp;</td><td>
start position in the array </td></tr>
<tr><td valign=top><em>length</em>
&nbsp;</td><td>
number of characters to read from the array </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><dl compact><dt>
<b>See also: </b><dd>
<a class="el" href="classStylesheetHandler.html#a6">ignorableWhitespace</a> </dl> </td>
</tr>
</table>
<a name="a3" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of character data.
<p>
<p>
The Parser will call this method to report each chunk of character data. SAX parsers may return all contiguous character data in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity, so that the Locator provides useful information.
<p>
<p>
The application must not attempt to read from the array outside of the specified range.
<p>
<p>
Note that some parsers will report whitespace using the <a class="el" href="classStylesheetHandler.html#a6">ignorableWhitespace</a>() method rather than this one (validating parsers must do so).<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>chars</em>
&nbsp;</td><td>
pointer to characters from the XML document </td></tr>
<tr><td valign=top><em>length</em>
&nbsp;</td><td>
number of characters to read from the array </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><dl compact><dt>
<b>See also: </b><dd>
<a class="el" href="classStylesheetHandler.html#a6">ignorableWhitespace</a> , org.xml.sax.Locator </dl> </td>
</tr>
</table>
<a name="a4" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of character data.
<p>
If available, when the disable-output-escaping attribute is used, output raw text without escaping.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>ch</em>
&nbsp;</td><td>
pointer to characters from the XML document </td></tr>
<tr><td valign=top><em>start</em>
&nbsp;</td><td>
start position in the array </td></tr>
<tr><td valign=top><em>length</em>
&nbsp;</td><td>
number of characters to read from the array </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> </td>
</tr>
</table>
<a name="a8" doxytag="StylesheetHandler::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 StylesheetHandler::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>
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>
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> </td>
</tr>
</table>
<a name="b5" doxytag="StylesheetHandler::doCleanup"></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 StylesheetHandler::doCleanup (
</b></td>
<td valign="bottom"><b>
)<code> [protected]</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="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of the end of a document.
<p>
<p>
The SAX parser will invoke this method only once, and it will be the last method invoked during the parse. The parser shall not invoke this method until it has either abandoned parsing (because of an unrecoverable error) or reached the end of input.<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> </td>
</tr>
</table>
<a name="a14" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of the end of an element.
<p>
<p>
The SAX parser will invoke this method at the end of every element in the XML document; there will be a corresponding <a class="el" href="classStylesheetHandler.html#a13">startElement</a>() event for every <a class="el" href="classStylesheetHandler.html#a14">endElement</a>() event (even when the element is empty).
<p>
<p>
If the element name has a namespace prefix, the prefix will still be attached to the name.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
element type name </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> </td>
</tr>
</table>
<a name="a9" doxytag="StylesheetHandler::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 StylesheetHandler::entityReference (
</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>
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> </td>
</tr>
</table>
<a name="a1" doxytag="StylesheetHandler::getMemoryManager"></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="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; StylesheetHandler::getMemoryManager (
</b></td>
<td valign="bottom"><b>
)
</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="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of ignorable whitespace in element content.
<p>
<p>
Validating Parsers must use this method to report each chunk of ignorable whitespace (see the W3C XML 1.0 recommendation, section 2.10): non-validating parsers may also use this method if they are capable of parsing and using content models.
<p>
<p>
SAX parsers may return all contiguous whitespace in a single chunk, or they may split it into several chunks; however, all of the characters in any single event must come from the same external entity, so that the Locator provides useful information.
<p>
<p>
The application must not attempt to read from the array outside of the specified range.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>chars</em>
&nbsp;</td><td>
characters from the XML document </td></tr>
<tr><td valign=top><em>start</em>
&nbsp;</td><td>
start position in the array </td></tr>
<tr><td valign=top><em>length</em>
&nbsp;</td><td>
number of characters to read from the array </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><dl compact><dt>
<b>See also: </b><dd>
<a class="el" href="classStylesheetHandler.html#a3">characters</a> </dl> </td>
</tr>
</table>
<a name="d0" doxytag="StylesheetHandler::initialize"></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 StylesheetHandler::initialize (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Perform static initialization.
<p>
See class <a class="el" href="classXMLSupportInit.html">XMLSupportInit</a>. </td>
</tr>
</table>
<a name="b0" doxytag="StylesheetHandler::isAttrOK"></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>
bool StylesheetHandler::isAttrOK (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>attrName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>atts</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
int <em>which</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
See if this is a xmlns attribute, and, if so, process it.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>attrName</em>
&nbsp;</td><td>
Qualified name of attribute. </td></tr>
<tr><td valign=top><em>atts</em>
&nbsp;</td><td>
The attribute list where the element comes from (not used at this time). </td></tr>
<tr><td valign=top><em>which</em>
&nbsp;</td><td>
The index into the attribute list (not used at this time). </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
True if this is a namespace name. </dl> </td>
</tr>
</table>
<a name="b3" doxytag="StylesheetHandler::processImport"></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 StylesheetHandler::processImport (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>atts</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Process xsl:import.
<p>
</td>
</tr>
</table>
<a name="b4" doxytag="StylesheetHandler::processInclude"></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 StylesheetHandler::processInclude (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>name</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>atts</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Process xsl:include.
<p>
</td>
</tr>
</table>
<a name="b2" doxytag="StylesheetHandler::processSpaceAttr"></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>
bool StylesheetHandler::processSpaceAttr (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>elementName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>atts</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool &amp; <em>fPreserve</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Tell whether or not this is a xml:space attribute and, if so, process it.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>elementName</em>
&nbsp;</td><td>
The name of the element that owns the attributes </td></tr>
<tr><td valign=top><em>atts</em>
&nbsp;</td><td>
The attribute list that owns the attribute. </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A Locator instance for error reporting. </td></tr>
<tr><td valign=top><em>fPreserve</em>
&nbsp;</td><td>
set to true if an xml:space attribute value is "preserve" </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
True if this is a xml:space attribute. </dl> </td>
</tr>
</table>
<a name="b1" doxytag="StylesheetHandler::processSpaceAttr"></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>
bool StylesheetHandler::processSpaceAttr (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>elementName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>aname</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classAttributeListType.html">AttributeListType</a> &amp; <em>atts</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
int <em>which</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="ElemTemplateElement_8hpp.html#a1">LocatorType</a> * <em>locator</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool &amp; <em>fPreserve</em>&nbsp;)<code> [protected]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Tell whether or not this is a xml:space attribute and, if so, process it.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>elementName</em>
&nbsp;</td><td>
The name of the element that owns the attribute </td></tr>
<tr><td valign=top><em>aname</em>
&nbsp;</td><td>
The name of the attribute in question. </td></tr>
<tr><td valign=top><em>atts</em>
&nbsp;</td><td>
The attribute list that owns the attribute. </td></tr>
<tr><td valign=top><em>which</em>
&nbsp;</td><td>
The index of the attribute into the attribute list. </td></tr>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
A Locator instance for error reporting. </td></tr>
<tr><td valign=top><em>fPreserve</em>
&nbsp;</td><td>
set to true if the attribute value is "preserve" </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
True if this is a xml:space attribute. </dl> </td>
</tr>
</table>
<a name="a7" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of a processing instruction.
<p>
<p>
The Parser will invoke this method once for each processing instruction found: note that processing instructions may occur before or after the main document element.
<p>
<p>
A SAX parser should never report an XML declaration (XML 1.0, section 2.8) or a text declaration (XML 1.0, section 4.3.1) using this method.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>target</em>
&nbsp;</td><td>
pointer to processing instruction target </td></tr>
<tr><td valign=top><em>data</em>
&nbsp;</td><td>
pointer to processing instruction data, or null if none was supplied </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> </td>
</tr>
</table>
<a name="a15" doxytag="StylesheetHandler::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 StylesheetHandler::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>
This method allows the user installed Document Handler to 'reset' itself, freeing all the memory resources.
<p>
The scanner calls this method before starting a new parse event. </td>
</tr>
</table>
<a name="a10" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive an object for locating the origin of SAX document events.
<p>
<p>
SAX parsers are strongly encouraged (though not absolutely required) to supply a locator: if it does so, it must supply the locator to the application by invoking this method before invoking any of the other methods in the DocumentHandler interface.
<p>
<p>
The locator allows the application to determine the end position of any document-related event, even if the parser is not reporting an error. Typically, the application will use this information for reporting its own errors (such as character content that does not match an application's business rules). The information returned by the locator is probably not sufficient for use with a search engine.
<p>
<p>
Note that the locator will return correct information only during the invocation of the events in this interface. The application should not attempt to use it at any other time.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>locator</em>
&nbsp;</td><td>
object that can return the location of any SAX document event. </td></tr>
</table>
</dl><dl compact><dt>
<b>See also: </b><dd>
org.xml.sax.Locator </dl> </td>
</tr>
</table>
<a name="a11" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of the beginning of a document.
<p>
<p>
The SAX parser will invoke this method only once, before any other methods in this interface or in DTDHandler (except for setDocumentLocator).<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> </td>
</tr>
</table>
<a name="a13" doxytag="StylesheetHandler::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 StylesheetHandler::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>
Receive notification of the beginning of an element.
<p>
<p>
The Parser will invoke this method at the beginning of every element in the XML document; there will be a corresponding <a class="el" href="classStylesheetHandler.html#a14">endElement</a>() event for every <a class="el" href="classStylesheetHandler.html#a13">startElement</a>() event (even when the element is empty). All of the element's content will be reported, in order, before the corresponding <a class="el" href="classStylesheetHandler.html#a14">endElement</a>() event.
<p>
<p>
If the element name has a namespace prefix, the prefix will still be attached. Note that the attribute list provided will contain only attributes with explicit values (specified or defaulted): IMPLIED attributes will be omitted.<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>name</em>
&nbsp;</td><td>
element type name </td></tr>
<tr><td valign=top><em>atts</em>
&nbsp;</td><td>
attributes attached to the element, if any </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><dl compact><dt>
<b>See also: </b><dd>
<a class="el" href="classStylesheetHandler.html#a14">endElement</a> , org.xml.sax.AttributeList </dl> </td>
</tr>
</table>
<a name="d1" doxytag="StylesheetHandler::terminate"></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 StylesheetHandler::terminate (
</b></td>
<td valign="bottom"><b>
)<code> [static]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Perform static shut down.
<p>
See class <a class="el" href="classXMLSupportInit.html">XMLSupportInit</a>. </td>
</tr>
</table>
<hr><h2>Friends And Related Function Documentation</h2>
<a name="l0" doxytag="StylesheetHandler::LastPoppedHolder"></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>
class LastPoppedHolder<code> [friend]</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="StylesheetHandler_8hpp-source.html">StylesheetHandler.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>