 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANPARSEDSOURCE_HEADER_GUARD)
19 #define XALANPARSEDSOURCE_HEADER_GUARD
41 class XMLParserLiaison;
122 #endif // XALANPARSEDSOURCE_HEADER_GUARD
virtual ~XalanParsedSource()
#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()=0
Get the XMLParserLiaison instance.
virtual DOMSupport & getDOMSupport()=0
Get the DOMSupport instance.
virtual ~XalanParsedSourceHelper()
virtual const XalanDOMString & getURI() const =0
Get the URI for the parsed source, if any.
virtual XalanParsedSourceHelper * createHelper(MemoryManager &theManager) const =0
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
virtual XalanDocument * getDocument() const =0
Get a pointer to the XalanDocument instance for the source document.