#include <XMLParserLiaison.hpp>
Inheritance diagram for XMLParserLiaison
|
|
|
Get a factory object required to create nodes in the result tree.
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.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Create an empty DOM Document.
Mainly used for creating an output document.
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.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Destroy the supplied XalanDocument instance.
It must be an instance that was created by a previous call to createDocument() or getDOMFactory().
theDocument | The XalanDocument instance to destroy. |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
This method returns the installed entity resolver.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
This method returns the installed error handler.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Get the amount to indent when indent-result="yes".
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Return a string suitable for telling the user what parser is being used.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Get whether or not validation will be performed.
Validation is off by default.
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
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 |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
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 |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
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. |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
This method installs the user-specified error handler.
handler | A pointer to the error handler to be called upon error. |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
Set the amount to indent when indent-result="yes".
i | number of characters to indent |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
|
If set to true, validation will be performed.
Validation is off by default.
b | true to perform validation |
Reimplemented in XalanSourceTreeParserLiaison, and XercesParserLiaison.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.6 |
|