This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
#include <XalanDocumentBuilder.hpp>
Inherits XalanParsedSource.
Inherited by XalanDefaultDocumentBuilder.
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 (MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) const =0 |
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 () |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) const =0 |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More... | |
This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user.
Definition at line 60 of file XalanDocumentBuilder.hpp.
|
inlinevirtual |
Definition at line 65 of file XalanDocumentBuilder.hpp.
|
pure virtual |
|
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.11 |
|