18 #if !defined(XALANSOURCETREEWRAPPERPARSEDSOURCE_HEADER_GUARD) 19 #define XALANSOURCETREEWRAPPERPARSEDSOURCE_HEADER_GUARD 36 XALAN_CPP_NAMESPACE_BEGIN
69 createHelper(MemoryManager& theManager XALAN_DEFAULT_MEMMGR)
const;
90 XALAN_CPP_NAMESPACE_END
94 #endif // XALANSOURCETREEWRAPPERPARSEDSOURCE_HEADER_GUARD virtual XalanDocument * getDocument() const =0
Get a pointer to the XalanDocument instance for the source document.
virtual const XalanDOMString & getURI() const =0
Get the URI for the parsed source, if any.
#define XALAN_DEFAULT_MEMMGR
static MemoryManager & getDummyMemMgr()
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const =0
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance...
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document...
This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.