Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanDefaultParsedSource Class Reference
This is designed to allow a XalanTranfomer object to reuse a parsed document.
More...
#include <XalanDefaultParsedSource.hpp>
Inheritance diagram for XalanDefaultParsedSource:
[legend]Collaboration diagram for XalanDefaultParsedSource:
[legend]List of all members.Public Methods
Static Public Methods
- XalanDefaultParsedSource* create (MemoryManagerType &theManager, const InputSourceType &theInputSource, bool fValidate=false, ErrorHandlerType *theErrorHandler=0, EntityResolverType *theEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, bool fPoolAllTextNodes=XalanSourceTreeDocument::getPoolAllTextNodes())
Detailed Description
This is designed to allow a XalanTranfomer object to reuse a parsed document.
Constructor & Destructor Documentation
XalanDefaultParsedSource::XalanDefaultParsedSource (
|
const InputSourceType & theInputSource,
|
|
bool fValidate = false,
|
|
ErrorHandlerType * theErrorHandler = 0,
|
|
EntityResolverType * theEntityResolver = 0,
|
|
const XalanDOMChar * theExternalSchemaLocation = 0,
|
|
const XalanDOMChar * theExternalNoNamespaceSchemaLocation = 0,
|
|
bool fPoolAllTextNodes = XalanSourceTreeDocument::getPoolAllTextNodes(),
|
|
MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR )
|
|
XalanDefaultParsedSource::~XalanDefaultParsedSource (
|
) [virtual]
|
|
Member Function Documentation
XalanDefaultParsedSource * XalanDefaultParsedSource::create (
|
MemoryManagerType & theManager,
|
|
const InputSourceType & theInputSource,
|
|
bool fValidate = false,
|
|
ErrorHandlerType * theErrorHandler = 0,
|
|
EntityResolverType * theEntityResolver = 0,
|
|
const XalanDOMChar * theExternalSchemaLocation = 0,
|
|
const XalanDOMChar * theExternalNoNamespaceSchemaLocation = 0,
|
|
bool fPoolAllTextNodes = XalanSourceTreeDocument::getPoolAllTextNodes() ) [static]
|
|
XalanDocument * XalanDefaultParsedSource::getDocument (
|
) const [virtual]
|
|
const XalanDOMString & XalanDefaultParsedSource::getURI (
|
) const [virtual]
|
|
|
Get the URI for the parsed source, if any.
use for transforming with the instance.
-
Returns:
-
A const reference to a string containing the URI
Reimplemented from XalanParsedSource. |
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
|
|