This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
Public Member Functions | |
virtual | ~XalanDocumentBuilder () |
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... | |
virtual ContentHandlerType * | getContentHandler ()=0 |
virtual DTDHandlerType * | getDTDHandler ()=0 |
virtual LexicalHandlerType * | getLexicalHandler ()=0 |
![]() | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user.
|
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.
Implements XalanParsedSource.
|
pure virtual |
Implemented in XalanDefaultDocumentBuilder.
|
pure virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
Implemented in XalanDefaultDocumentBuilder.
|
pure virtual |
Implemented in XalanDefaultDocumentBuilder.
|
pure virtual |
Implemented in XalanDefaultDocumentBuilder.
|
pure virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements XalanParsedSource.
Implemented in XalanDefaultDocumentBuilder.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|