This is class is designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
Public Member Functions | |
XalanDefaultDocumentBuilder (MemoryManagerType &theManager, const XalanDOMString &theURI) | |
Create a XalanDefaultDocumentBuilder instance,. | |
virtual | ~XalanDefaultDocumentBuilder () |
virtual XalanDocument * | getDocument () const |
Get a pointer to the XalanDocument instance for the source document. | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManagerType &theManager) const |
virtual const XalanDOMString & | getURI () const |
Get the URI for the parsed source, if any. | |
virtual ContentHandlerType * | getContentHandler () |
virtual DTDHandlerType * | getDTDHandler () |
virtual LexicalHandlerType * | getLexicalHandler () |
![]() | |
virtual | ~XalanDocumentBuilder () |
virtual XalanParsedSourceHelper * | createHelper (MemoryManagerType &theManager XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR) const =0 |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. | |
![]() | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
Static Public Member Functions | |
static XalanDefaultDocumentBuilder * | create (MemoryManagerType &theManager, const XalanDOMString &theURI) |
This is class is designed to allow a XalanTranfomer object to use a document that is build dynamically by a user.
XalanDefaultDocumentBuilder::XalanDefaultDocumentBuilder | ( | MemoryManagerType & | theManager, |
const XalanDOMString & | theURI | ||
) |
Create a XalanDefaultDocumentBuilder instance,.
theURI | An optional string to identify the document. |
|
virtual |
|
static |
|
virtual |
|
virtual |
Implements XalanDocumentBuilder.
|
virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanDocumentBuilder.
|
virtual |
Implements XalanDocumentBuilder.
|
virtual |
Implements XalanDocumentBuilder.
|
virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements XalanDocumentBuilder.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|