Xalan-C++ API Reference
1.12.0
|
This is abstract base class designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
#include <xalanc/XalanTransformer/XalanDocumentBuilder.hpp>
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 |
Public Member Functions inherited from xalanc::XalanParsedSource | |
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 63 of file XalanDocumentBuilder.hpp.
|
inlinevirtual |
Definition at line 68 of file XalanDocumentBuilder.hpp.
|
pure virtual |
|
pure virtual |
Implemented in xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements xalanc::XalanParsedSource.
Implemented in xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Implemented in xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Implemented in xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements xalanc::XalanParsedSource.
Implemented in xalanc::XalanDefaultDocumentBuilder.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:34 for Xalan-C++ API Reference by 1.8.17