|
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. More... | |
| virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) const |
| Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More... | |
| virtual const XalanDOMString & | getURI () const |
| Get the URI for the parsed source, if any. More... | |
Public Member Functions inherited from xalanc::XalanParsedSource | |
| 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 | ||
| ) |
|
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 Sun May 31 2020 10:37:39 for Xalan-C++ API Reference by
1.8.17