#include <XMLParserLiaison.hpp>
Inheritance diagram for XMLParserLiaison:
Collaboration diagram for XMLParserLiaison:
|
|
|
Set whether to expand all entity references in the source and style trees.
b | true if entity references should be expanded |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Create an empty DOM Document.
Mainly used for creating an output document.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Get the factory object required to create DOM nodes in the result tree.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Returns the attribute name with the namespace expanded.
attr | attribute queried |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Return the expanded element name.
elem | DOM element queried |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Get the amount to indent when indent-result="yes".
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Return a string suitable for telling the user what parser is being used.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Determine whether to expand all entity references in the source and style trees.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Get special characters for attributes that will be escaped.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Get whether or not validation will be performed.
Validation is off by default.
Reimplemented in XMLParserLiaisonDefault, 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.
urlInputSource | 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 XMLParserLiaisonDefault, 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.
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 XMLParserLiaisonDefault, and XercesParserLiaison.
|
Reset the instance.
Reimplemented from Resettable.
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Set the amount to indent when indent-result="yes".
i | number of characters to indent |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Set special characters for attributes that will be escaped.
str | string containing characters |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
If set to true, validation will be performed.
Validation is off by default.
b | true to perform validation |
Reimplemented in XMLParserLiaisonDefault, and XercesParserLiaison.
|
Determine if the liaison supports the SAX DocumentHandler interface.
Reimplemented in XMLParserLiaisonDefault, 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++ XSL Transformer Version 1.0 |
|