XMLParserLiaison::XMLParserLiaison | ( | ) |
virtual XMLParserLiaison::~XMLParserLiaison | ( | ) | [virtual] |
virtual void XMLParserLiaison::destroyDocument | ( | XalanDocument * | theDocument | ) | [pure virtual] |
Destroy the supplied XalanDocument instance.
It must be an instance that was created by a previous call to parseXMLStream().
theDocument | The XalanDocument instance to destroy. |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual EntityResolverType* XMLParserLiaison::getEntityResolver | ( | ) | const [pure virtual] |
This method returns the installed entity resolver.
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual ErrorHandlerType* XMLParserLiaison::getErrorHandler | ( | ) | const [pure virtual] |
This method returns the installed error handler.
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual ExecutionContext* XMLParserLiaison::getExecutionContext | ( | ) | const [pure virtual] |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual int XMLParserLiaison::getIndent | ( | ) | const [pure virtual] |
Get the amount to indent when indent-result="yes".
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual MemoryManagerType& XMLParserLiaison::getMemoryManager | ( | ) | [pure virtual] |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual const XalanDOMString& XMLParserLiaison::getParserDescription | ( | XalanDOMString & | theResult | ) | const [pure virtual] |
Return a string suitable for telling the user what parser is being used.
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual bool XMLParserLiaison::getUseValidation | ( | ) | const [pure virtual] |
Get whether or not validation will be performed.
Validation is off by default.
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::parseXMLStream | ( | const InputSourceType & | inputSource, | |
DocumentHandlerType & | handler, | |||
const XalanDOMString & | identifier | |||
) | [pure virtual] |
Parse the text pointed at by the reader as XML.
It is recommended that you pass in some sort of recognizable name, such as the filename or URI, with which the reader can be recognized if the parse fails.
inputSource | input source that should hold valid XML | |
handler | instance of a DocumentHandler | |
identifier | used for diagnostic purposes only, some sort of identification for error reporting, default an empty string |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual XalanDocument* XMLParserLiaison::parseXMLStream | ( | const InputSourceType & | inputSource, | |
const XalanDOMString & | identifier | |||
) | [pure virtual] |
Parse the text pointed at by the reader as XML, and return a DOM Document interface.
It is recommended that you pass in some sort of recognizable name, such as the filename or URI, with which the reader can be recognized if the parse fails.
The liaison owns the XalanDocument instance, and will delete it when when asked (see DestroyDocument()), or when the liaison is reset, or goes out of scope.
reader | stream that should hold valid XML | |
identifier | used for diagnostic purposes only, some sort of identification for error reporting, default an empty string |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::reset | ( | ) | [pure virtual] |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::setEntityResolver | ( | EntityResolverType * | resolver | ) | [pure virtual] |
This method installs the user specified entity resolver on the parser.
It allows applications to trap and redirect calls to external entities.
handler | A pointer to the entity resolver to be called when the parser comes across references to entities in the XML file. |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::setErrorHandler | ( | ErrorHandlerType * | handler | ) | [pure virtual] |
This method installs the user-specified error handler.
handler | A pointer to the error handler to be called upon error. |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::setExecutionContext | ( | ExecutionContext & | theContext | ) | [pure virtual] |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::setIndent | ( | int | i | ) | [pure virtual] |
Set the amount to indent when indent-result="yes".
i | number of characters to indent |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
virtual void XMLParserLiaison::setUseValidation | ( | bool | b | ) | [pure virtual] |
If set to true, validation will be performed.
Validation is off by default.
b | true to perform validation |
Implemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|