#include <XercesParserLiaison.hpp>
Inheritance diagram for XercesParserLiaison:
Collaboration diagram for XercesParserLiaison:
|
|
|
|
|
|
|
Construct a XercesParserLiaison instance.
|
|
Construct a XercesParserLiaison instance.
|
|
|
|
Create an instance of the Xerces default document that is suitable as a raw document. The new document instance is owned by this instance and will be destroyed when this instance goes out of scope, or by an explicit call to destroyDocument()
|
|
Create a XalanDocument proxy for an existing Xerces document. The parser liaison owns the instance, and you must not delete it. The liaison will delete it when reset() is called, or the liaison is destroyed.
|
|
Create a XalanDocument proxy for an existing Xerces document. The parser liaison owns the instance, and you must not delete it. The liaison will delete it when reset() is called, or the liaison is destroyed.
|
|
Destroy an instance created by a call to createDOMFactory(). @theDocument a pointer to the instance to be destroyed |
|
Destroy the supplied XalanDocument instance. It must be an instance that was created by a previous call to parseXMLStream().
Reimplemented from XMLParserLiaison. |
|
Create a XalanDocument proxy for an existing Xerces document.
|
|
|
|
|
|
|
|
This API is deprecated. This functions returns the state of the liaison's build-bridge-nodes flag.
|
|
This functions returns the state of the liaison's buildMaps flag. If true, maps will be created to allow mapping of Xalan<->Xerces mapping in both directions for XercesWrapper classes.
|
|
This functions returns the state of the liaison's build-wrapper-nodes flag.
|
|
This method returns the state of the parser's namespace handling capability.
|
|
This method returns the installed entity resolver.
Reimplemented from XMLParserLiaison. |
|
This method returns the installed error handler.
Reimplemented from XMLParserLiaison. |
|
Reimplemented from XMLParserLiaison. |
|
This method returns the state of the parser's exit-on-First-Fatal-Error flag.
|
|
This method returns the location for an external schema document for parsing.
|
|
This method returns the location for an external schema document for parsing.
|
|
Get the 'include ignorable whitespace' flag. This method returns the state of the parser's include ignorable whitespace flag.
|
|
Get the amount to indent when indent-result="yes".
Reimplemented from XMLParserLiaison. |
|
Reimplemented from XMLParserLiaison. |
|
Return a string suitable for telling the user what parser is being used.
Reimplemented from XMLParserLiaison. |
|
This functions returns the state of the liaison's thread-safe flag. If true, documents created will be safe when data is read. By default, documents are _not_ thread-safe. Note -- modifications are _never_ synchronized.
|
|
Get whether or not validation will be performed. Validation is off by default.
Reimplemented from XMLParserLiaison. |
|
Map a pointer to a XalanDocument instance to its implementation class pointer. Normally, you should have no reason for doing this. The liaison will return a null pointer if it did not create the instance passed.
|
|
Map a pointer to a XalanDocument instance to its corresponding class pointer. Normally, you should have no reason for doing this. The liaison will return a null pointer if it did not create the instance passed.
|
|
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. |
|
Reimplemented from XMLParserLiaison. |
|
|
|
This API is deprecated. This functions sets the state of the liaison's build-bridge-nodes flag. This flag must be set for the document to be thread safe. It can also be set to true to increase performance. If this flag is set to false, then the thread-safe flag will also be set to false.
|
|
This functions sets the state of the liaison's buildMaps flag. When this flag is true, maps will be built providing Xerces<->Xalan mapping in Wrapper classes.
|
|
This functions sets the state of the liaison's build-wrapper-nodes flag. This flag must be set for the document to be thread safe. It can also be set to true to increase performance. If this flag is set to false, then the thread-safe flag will also be set to false.
|
|
This method allows users to enable or disable the parser's namespace processing. When set to true, parser starts enforcing all the constraints / rules specified by the NameSpace specification.
The parser's default state is: false.
This flag is ignored by the underlying scanner if the installed validator indicates that namespace constraints should be enforced.
|
|
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. |
|
This method installs the user specified error handler on the parser.
Reimplemented from XMLParserLiaison. |
|
Reimplemented from XMLParserLiaison. |
|
This method allows users to set the parser's behaviour when it encounters the first fatal error. If set to true, the parser will exit at the first fatal error. If false, then it will report the error and continue processing.
The default value is 'true' and the parser exits on the first fatal error.
|
|
This method sets the location for an external schema document for parsing.
|
|
This method sets the location for an external schema document for parsing.
|
|
Set the 'include ignorable whitespace' flag. This method allows the user to specify whether a validating parser should include ignorable whitespaces as text nodes. It has no effect on non-validating parsers which always include non-markup text.
When set to true (also the default), ignorable whitespaces will be added to the DOM tree as text nodes. The method When set to false, all ignorable whitespace will be discarded and no text node is added to the DOM tree. Note: applications intended to process the "xml:space" attribute should not set this flag to false.
|
|
Set the amount to indent when indent-result="yes".
Reimplemented from XMLParserLiaison. |
|
This functions sets the state of the liaison's thread-safe flag. This flag must be set for the document to be thread safe. If this flag is set to true, then the build-bridge-nodes flag will also be set to true.
|
|
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++ XSLT Processor Version 1.10 |
|