This is designed to allow a XalanTranfomer object to reuse a parsed document. More...
This is designed to allow a XalanTranfomer object to reuse a parsed document.
| XercesDOMParsedSource::XercesDOMParsedSource | ( | const InputSourceType & | theInputSource, |
| bool | fValidate = false, |
||
| ErrorHandlerType * | theErrorHandler = 0, |
||
| EntityResolverType * | theEntityResolver = 0, |
||
| const XalanDOMChar * | theExternalSchemaLocation = 0, |
||
| const XalanDOMChar * | theExternalNoNamespaceSchemaLocation = 0, |
||
| MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ||
| ) |
| virtual XercesDOMParsedSource::~XercesDOMParsedSource | ( | ) | [virtual] |
| static XercesDOMParsedSource* XercesDOMParsedSource::create | ( | MemoryManagerType & | theManager, |
| const InputSourceType & | theInputSource, | ||
| bool | fValidate = false, |
||
| ErrorHandlerType * | theErrorHandler = 0, |
||
| EntityResolverType * | theEntityResolver = 0, |
||
| const XalanDOMChar * | theExternalSchemaLocation = 0, |
||
| const XalanDOMChar * | theExternalNoNamespaceSchemaLocation = 0 |
||
| ) | [static] |
| virtual XalanParsedSourceHelper* XercesDOMParsedSource::createHelper | ( | MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ) | const [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 XalanDocument* XercesDOMParsedSource::getDocument | ( | ) | const [virtual] |
Get a pointer to the XalanDocument instance for the source document.
Implements XalanParsedSource.
| virtual const XalanDOMString& XercesDOMParsedSource::getURI | ( | ) | const [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 |
|
|