blob: 564fc4f476e84dc87bcea1a8c3189e9ffe9854c3 [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>XercesDOMParsedSource Class Reference</h1>This is designed to allow a XalanTranfomer object to reuse a parsed document.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XercesDOMParsedSource_8hpp-source.html">XercesDOMParsedSource.hpp</a>&gt;</code>
<p>
Inheritance diagram for XercesDOMParsedSource:<p><center><img src="classXercesDOMParsedSource__inherit__graph.gif" border="0" usemap="#XercesDOMParsedSource_inherit_map" alt="Inheritance graph"></center>
<map name="XercesDOMParsedSource_inherit_map">
<area href="classXalanParsedSource.html" shape="rect" coords="26,42,160,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XercesDOMParsedSource:<p><center><img src="classXercesDOMParsedSource__coll__graph.gif" border="0" usemap="#XercesDOMParsedSource_coll_map" alt="Collaboration graph"></center>
<map name="XercesDOMParsedSource_coll_map">
<area href="classXalanParsedSource.html" shape="rect" coords="425,32,558,8">
<area href="classXercesParserLiaison.html" shape="rect" coords="424,145,559,121">
<area href="classXalanDOMString.html" shape="rect" coords="18,115,136,92">
<area href="classXalanDocument.html" shape="rect" coords="437,197,546,173">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXercesDOMParsedSource-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXercesDOMParsedSource.html#a0">XercesDOMParsedSource</a> (const <a class="el" href="classInputSourceType.html">InputSourceType</a> &amp;theInputSource, bool fValidate=false, <a class="el" href="classErrorHandlerType.html">ErrorHandlerType</a> *theErrorHandler=0, <a class="el" href="XMLParserLiaison_8hpp.html#a1">EntityResolverType</a> *theEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_MEMMGR)
<li>virtual <a class="el" href="classXercesDOMParsedSource.html#a1">~XercesDOMParsedSource</a> ()
<li>virtual <a class="el" href="classXalanDocument.html">XalanDocument</a>* <a class="el" href="classXercesDOMParsedSource.html#a2">getDocument</a> () const
<dl class="el"><dd><font size=-1><em>Get a pointer to the <a class="el" href="classXalanDocument.html">XalanDocument</a> instance for the source document.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="classXalanParsedSourceHelper.html">XalanParsedSourceHelper</a>* <a class="el" href="classXercesDOMParsedSource.html#a3">createHelper</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) const
<dl class="el"><dd><font size=-1><em>Create the appropriate <a class="el" href="classXalanParsedSourceHelper.html">XalanParsedSourceHelper</a> instance to use for transforming with the instance.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>virtual const <a class="el" href="classXalanDOMString.html">XalanDOMString</a>&amp; <a class="el" href="classXercesDOMParsedSource.html#a4">getURI</a> () const
<dl class="el"><dd><font size=-1><em>Get the URI for the parsed source, if any.</em> <a href="#a4">More...</a><em><br><br></em></font></dl></ul>
<h2>Static Public Methods</h2>
<ul>
<li>XercesDOMParsedSource* <a class="el" href="classXercesDOMParsedSource.html#d0">create</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, const <a class="el" href="classInputSourceType.html">InputSourceType</a> &amp;theInputSource, bool fValidate=false, <a class="el" href="classErrorHandlerType.html">ErrorHandlerType</a> *theErrorHandler=0, <a class="el" href="XMLParserLiaison_8hpp.html#a1">EntityResolverType</a> *theEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This is designed to allow a XalanTranfomer object to reuse a parsed document.
<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XercesDOMParsedSource::XercesDOMParsedSource"></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>
XercesDOMParsedSource::XercesDOMParsedSource (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classInputSourceType.html">InputSourceType</a> &amp; <em>theInputSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>fValidate</em> = false,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classErrorHandlerType.html">ErrorHandlerType</a> * <em>theErrorHandler</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XMLParserLiaison_8hpp.html#a1">EntityResolverType</a> * <em>theEntityResolver</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theExternalSchemaLocation</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theExternalNoNamespaceSchemaLocation</em> = 0,
</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>
</td>
</tr>
</table>
<a name="a1" doxytag="XercesDOMParsedSource::~XercesDOMParsedSource"></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>
XercesDOMParsedSource::~XercesDOMParsedSource (
</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="d0" doxytag="XercesDOMParsedSource::create"></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>
XercesDOMParsedSource * XercesDOMParsedSource::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classInputSourceType.html">InputSourceType</a> &amp; <em>theInputSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>fValidate</em> = false,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classErrorHandlerType.html">ErrorHandlerType</a> * <em>theErrorHandler</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XMLParserLiaison_8hpp.html#a1">EntityResolverType</a> * <em>theEntityResolver</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theExternalSchemaLocation</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const XalanDOMChar * <em>theExternalNoNamespaceSchemaLocation</em> = 0&nbsp;)<code> [static]</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="XercesDOMParsedSource::createHelper"></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="classXalanParsedSourceHelper.html">XalanParsedSourceHelper</a> * XercesDOMParsedSource::createHelper (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create the appropriate <a class="el" href="classXalanParsedSourceHelper.html">XalanParsedSourceHelper</a> instance to use for transforming with the instance.
<p>
The caller is responsible for deleting the object when finished.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A pointer to a <a class="el" href="classXalanParsedSourceHelper.html">XalanParsedSourceHelper</a> instance. </dl>
<p>
Reimplemented from <a class="el" href="classXalanParsedSource.html#a3">XalanParsedSource</a>. </td>
</tr>
</table>
<a name="a2" doxytag="XercesDOMParsedSource::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="classXalanDocument.html">XalanDocument</a> * XercesDOMParsedSource::getDocument (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get a pointer to the <a class="el" href="classXalanDocument.html">XalanDocument</a> instance for the source document.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A pointer to a <a class="el" href="classXalanDocument.html">XalanDocument</a> instance. </dl>
<p>
Reimplemented from <a class="el" href="classXalanParsedSource.html#a2">XalanParsedSource</a>. </td>
</tr>
</table>
<a name="a4" doxytag="XercesDOMParsedSource::getURI"></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>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; XercesDOMParsedSource::getURI (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the URI for the parsed source, if any.
<p>
use for transforming with the instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A const reference to a string containing the URI </dl>
<p>
Reimplemented from <a class="el" href="classXalanParsedSource.html#a4">XalanParsedSource</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XercesDOMParsedSource_8hpp-source.html">XercesDOMParsedSource.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>