This is designed to allow a XalanTranfomer object to reuse a parsed document. More...
#include <XalanDefaultParsedSource.hpp>
Inherits XalanParsedSource.
This is designed to allow a XalanTranfomer object to reuse a parsed document.
Definition at line 127 of file XalanDefaultParsedSource.hpp.
XalanDefaultParsedSource::XalanDefaultParsedSource | ( | const InputSource & | theInputSource, | |
bool | fValidate = false , |
|||
ErrorHandler * | theErrorHandler = 0 , |
|||
EntityResolver * | theEntityResolver = 0 , |
|||
XMLEntityResolver * | theXMLEntityResolver = 0 , |
|||
const XalanDOMChar * | theExternalSchemaLocation = 0 , |
|||
const XalanDOMChar * | theExternalNoNamespaceSchemaLocation = 0 , |
|||
bool | fPoolAllTextNodes = XalanSourceTreeDocument::getPoolAllTextNodes() , |
|||
MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr() | |||
) |
virtual XalanDefaultParsedSource::~XalanDefaultParsedSource | ( | ) | [virtual] |
static XalanDefaultParsedSource* XalanDefaultParsedSource::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 , |
|||
bool | fPoolAllTextNodes = XalanSourceTreeDocument::getPoolAllTextNodes() | |||
) | [static] |
virtual XalanParsedSourceHelper* XalanDefaultParsedSource::createHelper | ( | MemoryManager & | theManager | ) | const [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 XalanDocument* XalanDefaultParsedSource::getDocument | ( | ) | const [virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
virtual const XalanDOMString& XalanDefaultParsedSource::getURI | ( | ) | const [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.11 |
|