18#if !defined(XERCESDOMPARSEDSOURCE_HEADER_GUARD)
19#define XERCESDOMPARSEDSOURCE_HEADER_GUARD
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR
#define XALAN_DEFAULT_MEMMGR
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.
virtual XMLParserLiaison & getParserLiaison()
Get the XMLParserLiaison instance.
virtual DOMSupport & getDOMSupport()
Get the DOMSupport instance.
XercesDOMParsedSourceHelper(MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR)
static XercesDOMParsedSourceHelper * create(MemoryManager &theManager)
~XercesDOMParsedSourceHelper()
This is designed to allow a XalanTranfomer object to reuse a parsed document.
virtual const XalanDOMString & getURI() const
Get the URI for the parsed source, if any.
virtual XalanDocument * getDocument() const
Get a pointer to the XalanDocument instance for the source document.
static XercesDOMParsedSource * create(MemoryManager &theManager, const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0)
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
XercesDOMParsedSource(const InputSource &theInputSource, bool fValidate=false, ErrorHandler *theErrorHandler=0, EntityResolver *theEntityResolver=0, XMLEntityResolver *theXMLEntityResolver=0, const XalanDOMChar *theExternalSchemaLocation=0, const XalanDOMChar *theExternalNoNamespaceSchemaLocation=0, MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
virtual ~XercesDOMParsedSource()