|
Xalan-C++ API Reference 1.12.0
|
This is class is designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
#include <xalanc/XalanTransformer/XalanDefaultDocumentBuilder.hpp>
Public Member Functions | |
| XalanDefaultDocumentBuilder (MemoryManager &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 (MemoryManager &theManager) const |
| Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. | |
| virtual const XalanDOMString & | getURI () const |
| Get the URI for the parsed source, if any. | |
| virtual ContentHandlerType * | getContentHandler () |
| virtual DTDHandlerType * | getDTDHandler () |
| virtual LexicalHandlerType * | getLexicalHandler () |
| Public Member Functions inherited from xalanc::XalanDocumentBuilder | |
| virtual | ~XalanDocumentBuilder () |
| virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) const =0 |
| Public Member Functions inherited from xalanc::XalanParsedSource | |
| XalanParsedSource () | |
| virtual | ~XalanParsedSource () |
Static Public Member Functions | |
| static XalanDefaultDocumentBuilder * | create (MemoryManager &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.
Definition at line 46 of file XalanDefaultDocumentBuilder.hpp.
| xalanc::XalanDefaultDocumentBuilder::XalanDefaultDocumentBuilder | ( | MemoryManager & | theManager, |
| const XalanDOMString & | theURI ) |
Create a XalanDefaultDocumentBuilder instance,.
| theURI | An optional string to identify the document. |
References XalanDefaultDocumentBuilder().
Referenced by getLexicalHandler(), and XalanDefaultDocumentBuilder().
|
virtual |
|
static |
|
virtual |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implements xalanc::XalanParsedSource.
|
virtual |
Implements xalanc::XalanDocumentBuilder.
|
virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements xalanc::XalanDocumentBuilder.
|
virtual |
Implements xalanc::XalanDocumentBuilder.
|
virtual |
Implements xalanc::XalanDocumentBuilder.
References XalanDefaultDocumentBuilder().
|
virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements xalanc::XalanDocumentBuilder.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on for Xalan-C++ API Reference by
1.15.0