This is designed to allow a XalanTranfomer object to reuse a parsed document. More...
Public Member Functions | |
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) | |
virtual | ~XalanDefaultParsedSource () |
virtual XalanDocument * | getDocument () const |
Get a pointer to the XalanDocument instance for the source document. | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) const |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. | |
virtual const XalanDOMString & | getURI () const |
Get the URI for the parsed source, if any. | |
![]() | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
Static Public Member Functions | |
static 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()) |
This is designed to allow a XalanTranfomer object to reuse a parsed document.
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 | ||
) |
|
virtual |
|
static |
|
virtual |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implements XalanParsedSource.
|
virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
|
virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements XalanParsedSource.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|