#include <XMLParserLiaisonDefault.hpp>
Inheritance diagram for XMLParserLiaisonDefault
Collaboration diagram for XMLParserLiaisonDefault:
|
Construct a XMLParserLiaisonDefault instance.
|
|
|
|
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 from XMLParserLiaison. |
|
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 from XMLParserLiaison. |
|
Destroy the supplied XalanDocument instance. It must be an instance that was created by a previous call to createDocument() or getDOMFactory().
Reimplemented from XMLParserLiaison. |
|
Get a unique number for identifying the document. The number need only be unique to the parser liaison instance.
Reimplemented from XMLParserLiaison. |
|
This method returns the installed entity resolver.
Reimplemented from XMLParserLiaison. |
|
Reimplemented from XMLParserLiaison. |
|
Get the amount to indent when indent-result="yes".
Reimplemented from XMLParserLiaison. |
|
Return a string suitable for telling the user what parser is being used.
Reimplemented from XMLParserLiaison. |
|
Get whether or not validation will be performed. Validation is off by default.
Reimplemented from XMLParserLiaison. |
|
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.
Reimplemented from XMLParserLiaison. |
|
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.
Reimplemented from XMLParserLiaison. |
|
Reset the instance.
Reimplemented from XMLParserLiaison. |
|
This method installs the user specified entity resolver on the parser. It allows applications to trap and redirect calls to external entities.
Reimplemented from XMLParserLiaison. |
|
Reimplemented from XMLParserLiaison. |
|
Set the amount to indent when indent-result="yes".
Reimplemented from XMLParserLiaison. |
|
If set to true, validation will be performed. Validation is off by default.
Reimplemented from XMLParserLiaison. |
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++ XSL Transformer Version 1.1 |
|