XalanParsedSource::XalanParsedSource | ( | ) |
virtual XalanParsedSource::~XalanParsedSource | ( | ) | [virtual] |
virtual XalanParsedSourceHelper* XalanParsedSource::createHelper | ( | MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ) | const [pure virtual] |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance.
The caller is responsible for deleting the object when finished.
Implemented in XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
virtual XalanDocument* XalanParsedSource::getDocument | ( | ) | const [pure virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
virtual const XalanDOMString& XalanParsedSource::getURI | ( | ) | const [pure virtual] |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implemented in XalanDefaultDocumentBuilder, XalanDefaultParsedSource, XalanDocumentBuilder, XalanSourceTreeWrapperParsedSource, XercesDOMParsedSource, and XercesDOMWrapperParsedSource.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|