18#if !defined(XALANDEFAULTDOCUMENTBUILDER_HEADER_GUARD)
19#define XALANDEFAULTDOCUMENTBUILDER_HEADER_GUARD
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This is class is designed to allow a XalanTranfomer object to use a document that is build dynamicall...
virtual ContentHandlerType * getContentHandler()
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
XalanDefaultDocumentBuilder(MemoryManager &theManager, const XalanDOMString &theURI)
Create a XalanDefaultDocumentBuilder instance,.
virtual DTDHandlerType * getDTDHandler()
static XalanDefaultDocumentBuilder * create(MemoryManager &theManager, const XalanDOMString &theURI)
virtual LexicalHandlerType * getLexicalHandler()
virtual XalanDocument * getDocument() const
Get a pointer to the XalanDocument instance for the source document.
virtual const XalanDOMString & getURI() const
Get the URI for the parsed source, if any.
virtual ~XalanDefaultDocumentBuilder()
This is abstract base class designed to allow a XalanTranfomer object to use a document that is build...
xercesc::DTDHandler DTDHandlerType
xercesc::LexicalHandler LexicalHandlerType
xercesc::ContentHandler ContentHandlerType