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.
Public Member Functions | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
virtual XalanDocument * | getDocument () const =0 |
Get a pointer to the XalanDocument instance for the source document. More... | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) const =0 |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More... | |
virtual const XalanDOMString & | getURI () const =0 |
Get the URI for the parsed source, if any. More... | |
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 |
|
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 XalanDefaultParsedSource, XercesDOMParsedSource, and XalanDefaultDocumentBuilder.
|
pure virtual |
Get a pointer to the XalanDocument instance for the source document.
Implemented in XalanDefaultParsedSource, XercesDOMParsedSource, XercesDOMWrapperParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, and XalanDefaultDocumentBuilder.
|
pure virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implemented in XalanDefaultParsedSource, XercesDOMParsedSource, XercesDOMWrapperParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, and XalanDefaultDocumentBuilder.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|