 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD)
19 #define XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD
36 namespace XERCES_CPP_NAMESPACE
67 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
133 #endif // XERCESDOMWRAPPERPARSEDSOURCE_HEADER_GUARD
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager XALAN_DEFAULT_MEMMGR) const
virtual const XalanDOMString & getURI() const
Get the URI for the parsed source, if any.
#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 ~XercesDOMWrapperParsedSource()
#define XALAN_DEFAULT_MEMMGR
xercesc::DOM_Document DOM_Document_Type
virtual XalanDocument * getDocument() const
Get a pointer to the XalanDocument instance for the source document.
XercesDOMWrapperParsedSource(const DOMDocument_Type *theDocument, XercesParserLiaison &theParserLiaison, XercesDOMSupport &theDOMSupport, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR)
Constructor.
This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.
xercesc::DOMDocument DOMDocument_Type