This is designed to allow a XalanTranfomer object to reuse a parsed document. More...
#include <XercesDOMParsedSource.hpp>
Inherits XalanParsedSource.

This is designed to allow a XalanTranfomer object to reuse a parsed document.
Definition at line 74 of file XercesDOMParsedSource.hpp.
| 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 = XalanMemMgrs::getDefaultXercesMemMgr() | |||
| ) |
| virtual XercesDOMParsedSource::~XercesDOMParsedSource | ( | ) | [virtual] |
| static XercesDOMParsedSource* 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 | |||
| ) | [static] |
| virtual XalanParsedSourceHelper* XercesDOMParsedSource::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* XercesDOMParsedSource::getDocument | ( | ) | const [virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
| virtual const XalanDOMString& XercesDOMParsedSource::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 |
|
|