Xalan-C++ API Reference
1.12.0
|
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document. More...
#include <xalanc/XalanTransformer/XalanParsedSource.hpp>
Public Member Functions | |
XalanParsedSource () | |
virtual | ~XalanParsedSource () |
virtual XalanDocument * | getDocument () const =0 |
Get a pointer to the XalanDocument instance for the source document. More... | |
virtual XalanParsedSourceHelper * | createHelper (MemoryManager &theManager) const =0 |
Create the appropriate XalanParsedSourceHelper instance to use for transforming with the instance. More... | |
virtual const XalanDOMString & | getURI () const =0 |
Get the URI for the parsed source, if any. More... | |
This is abstract base class designed to allow a XalanTranfomer object to reuse a parsed document.
Definition at line 77 of file XalanParsedSource.hpp.
xalanc::XalanParsedSource::XalanParsedSource | ( | ) |
|
virtual |
|
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 xalanc::XalanDefaultParsedSource, xalanc::XercesDOMParsedSource, and xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Get a pointer to the XalanDocument instance for the source document.
Implemented in xalanc::XalanDocumentBuilder, xalanc::XalanDefaultParsedSource, xalanc::XercesDOMWrapperParsedSource, xalanc::XercesDOMParsedSource, xalanc::XalanSourceTreeWrapperParsedSource, and xalanc::XalanDefaultDocumentBuilder.
|
pure virtual |
Get the URI for the parsed source, if any.
use for transforming with the instance.
Implemented in xalanc::XalanDocumentBuilder, xalanc::XalanDefaultParsedSource, xalanc::XercesDOMWrapperParsedSource, xalanc::XercesDOMParsedSource, xalanc::XalanSourceTreeWrapperParsedSource, and xalanc::XalanDefaultDocumentBuilder.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:37 for Xalan-C++ API Reference by 1.8.17