This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document. More...
#include <XalanSourceTreeWrapperParsedSource.hpp>
Inherits XalanParsedSource.
Public Member Functions | |
XalanSourceTreeWrapperParsedSource (XalanSourceTreeDocument *theDocument, XalanSourceTreeParserLiaison &theParserLiaison, XalanSourceTreeDOMSupport &theDOMSupport, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManager &theManager XALAN_DEFAULT_MEMMGR) | |
virtual | ~XalanSourceTreeWrapperParsedSource () |
virtual XalanDocument * | getDocument () const |
Get a pointer to the XalanDocument instance for the source document. More... | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager XALAN_DEFAULT_MEMMGR) const |
virtual const XalanDOMString & | getURI () const |
Get the URI for the parsed source, if any. More... | |
![]() | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) const =0 |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More... | |
This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.
Definition at line 50 of file XalanSourceTreeWrapperParsedSource.hpp.
XalanSourceTreeWrapperParsedSource::XalanSourceTreeWrapperParsedSource | ( | XalanSourceTreeDocument * | theDocument, |
XalanSourceTreeParserLiaison & | theParserLiaison, | ||
XalanSourceTreeDOMSupport & | theDOMSupport, | ||
const XalanDOMString & | theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()) , |
||
MemoryManager &theManager | XALAN_DEFAULT_MEMMGR | ||
) |
|
virtual |
|
virtual |
|
virtual |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
|
virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implements XalanParsedSource.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|