This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document. More...
#include <XalanParsedSource.hpp>
Inherited by XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.
Definition at line 77 of file XalanParsedSource.hpp.
XalanParsedSource::XalanParsedSource | ( | ) |
virtual XalanParsedSource::~XalanParsedSource | ( | ) | [virtual] |
virtual XalanParsedSourceHelper* XalanParsedSource::createHelper | ( | MemoryManager & | theManager | ) | const [pure virtual] |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
virtual XalanDocument* XalanParsedSource::getDocument | ( | ) | const [pure virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
virtual const XalanDOMString& XalanParsedSource::getURI | ( | ) | const [pure virtual] |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|