Xalan-C++ API Reference 1.12.0
|
This is designed to allow a XalanTranfomer object to reuse a parsed document. More...
#include <xalanc/XalanTransformer/XercesDOMParsedSource.hpp>
Public Member Functions | |
XercesDOMParsedSource (const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | |
virtual | ~XercesDOMParsedSource () |
virtual XalanDocument * | getDocument () const |
Get a pointer to the XalanDocument instance for the source document. | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) 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 XercesDOMParsedSource * | create (MemoryManager &theManager, const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0) |
This is designed to allow a XalanTranfomer object to reuse a parsed document.
Definition at line 74 of file XercesDOMParsedSource.hpp.
xalanc::XercesDOMParsedSource::XercesDOMParsedSource | ( | const InputSource & | theInputSource, |
bool | fValidate = false, | ||
ErrorHandler * | theErrorHandler = 0, | ||
EntityResolver * | theEntityResolver = 0, | ||
XMLEntityResolver * | theXMLEntityResolver = 0, | ||
const XalanDOMChar * | theExternalSchemaLocation = 0, | ||
const XalanDOMChar * | theExternalNoNamespaceSchemaLocation = 0, | ||
MemoryManager &theManager | XALAN_DEFAULT_MEMMGR ) |
References XALAN_DEFAULT_MEMMGR, and XercesDOMParsedSource().
Referenced by XercesDOMParsedSource().
|
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 xalanc::XalanParsedSource.
|
virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements xalanc::XalanParsedSource.
|
virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements xalanc::XalanParsedSource.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sat May 17 2025 11:34:30 for Xalan-C++ API Reference by