This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document. More...
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 (MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) 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.
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, XercesDOMWrapperParsedSource, XercesDOMParsedSource, XalanDocumentBuilder, and XalanSourceTreeWrapperParsedSource.
|
pure virtual |
Get a pointer to the XalanDocument instance for the source document.
Implemented in XalanDefaultParsedSource, XercesDOMWrapperParsedSource, XercesDOMParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, and XalanDefaultDocumentBuilder.
|
pure virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implemented in XalanDefaultParsedSource, XercesDOMWrapperParsedSource, XercesDOMParsedSource, 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.10 |
|