This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document. More...
Public Member Functions | |
XercesDOMWrapperParsedSource (const DOMDocument_Type *theDocument, XercesParserLiaison &theParserLiaison, XercesDOMSupport &theDOMSupport, const XalanDOMString &theURI=XalanDOMString(XalanMemMgrs::getDummyMemMgr()), MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR) | |
Constructor. | |
virtual | ~XercesDOMWrapperParsedSource () |
virtual XalanDocument * | getDocument () const |
Get a pointer to the XalanDocument instance for the source document. | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR) const |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. | |
virtual const XalanDOMString & | getURI () const |
Get the URI for the parsed source, if any. | |
![]() | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
This is designed to allow a XalanTranfomer object to wrap a parsed Xerces document.
XercesDOMWrapperParsedSource::XercesDOMWrapperParsedSource | ( | const DOMDocument_Type * | theDocument, |
XercesParserLiaison & | theParserLiaison, | ||
XercesDOMSupport & | theDOMSupport, | ||
const XalanDOMString & | theURI = XalanDOMString(XalanMemMgrs::getDummyMemMgr()) , |
||
MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ||
) |
Constructor.
theDocument | The Xerces document to wrap |
theParserLiaison | The XercesParserLiaison instance that will own the document. |
theDOMSupport | The XercesDOMSupport instance |
theURI | The URI of the document, if any. |
|
virtual |
|
virtual |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implements XalanParsedSource.
|
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.10 |
|