This is class is designed to allow a XalanTranfomer object to use a document that is build dynamically by a user. More...
#include <XalanDefaultDocumentBuilder.hpp>
Inherits XalanDocumentBuilder.

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.
| XalanDefaultDocumentBuilder::XalanDefaultDocumentBuilder | ( | MemoryManager & | theManager, | |
| const XalanDOMString & | theURI | |||
| ) |
Create a XalanDefaultDocumentBuilder instance,.
| theURI | An optional string to identify the document. |
| virtual XalanDefaultDocumentBuilder::~XalanDefaultDocumentBuilder | ( | ) | [virtual] |
| static XalanDefaultDocumentBuilder* XalanDefaultDocumentBuilder::create | ( | MemoryManager & | theManager, | |
| const XalanDOMString & | theURI | |||
| ) | [static] |
| virtual XalanParsedSourceHelper* XalanDefaultDocumentBuilder::createHelper | ( | MemoryManager & | theManager | ) | const [virtual] |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implements XalanDocumentBuilder.
| virtual ContentHandlerType* XalanDefaultDocumentBuilder::getContentHandler | ( | ) | [virtual] |
Implements XalanDocumentBuilder.
| virtual XalanDocument* XalanDefaultDocumentBuilder::getDocument | ( | ) | const [virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanDocumentBuilder.
| virtual DTDHandlerType* XalanDefaultDocumentBuilder::getDTDHandler | ( | ) | [virtual] |
Implements XalanDocumentBuilder.
| virtual LexicalHandlerType* XalanDefaultDocumentBuilder::getLexicalHandler | ( | ) | [virtual] |
Implements XalanDocumentBuilder.
| virtual const XalanDOMString& XalanDefaultDocumentBuilder::getURI | ( | ) | const [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.11 |
|
|