Public Types | |
typedef XalanMap< const XalanDocument *, XalanSourceTreeDocument * > | DocumentMapType |
Public Member Functions | |
XalanSourceTreeParserLiaison (XalanSourceTreeDOMSupport &theSupport, MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR) | |
Construct a XalanSourceTreeParserLiaison instance. | |
XalanSourceTreeParserLiaison (MemoryManagerType &theManager XALAN_DEFAULT_MEMMGR) | |
Construct a XalanSourceTreeParserLiaison instance. | |
MemoryManagerType & | getMemoryManager () |
virtual | ~XalanSourceTreeParserLiaison () |
bool | getPoolAllText () const |
Get the value of the flag which determines if the data of all text nodes are pooled, or just whitespace text nodes. | |
void | setPoolAllText (bool fValue) |
Set the value of the flag which determines if the data of all text nodes are pooled, or just whitespace text nodes. | |
virtual void | reset () |
virtual ExecutionContext * | getExecutionContext () const |
virtual void | setExecutionContext (ExecutionContext &theContext) |
virtual XalanDocument * | parseXMLStream (const InputSourceType &reader, const XalanDOMString &identifier=XalanDOMString(XalanMemMgrs::getDummyMemMgr())) |
Parse the text pointed at by the reader as XML, and return a DOM Document interface. | |
virtual void | parseXMLStream (const InputSourceType &inputSource, DocumentHandlerType &handler, const XalanDOMString &identifier=XalanDOMString(XalanMemMgrs::getDummyMemMgr())) |
Parse the text pointed at by the reader as XML. | |
virtual void | destroyDocument (XalanDocument *theDocument) |
Destroy the supplied XalanDocument instance. | |
virtual int | getIndent () const |
Get the amount to indent when indent-result="yes". | |
virtual void | setIndent (int i) |
Set the amount to indent when indent-result="yes". | |
virtual bool | getUseValidation () const |
Get whether or not validation will be performed. | |
virtual void | setUseValidation (bool b) |
If set to true, validation will be performed. | |
virtual const XalanDOMString & | getParserDescription (XalanDOMString &theResult) const |
Return a string suitable for telling the user what parser is being used. | |
virtual EntityResolverType * | getEntityResolver () const |
This method returns the installed entity resolver. | |
virtual void | setEntityResolver (EntityResolverType *resolver) |
This method installs the user specified entity resolver on the parser. | |
virtual void | parseXMLStream (const InputSourceType &theInputSource, ContentHandlerType &theContentHandler, const XalanDOMString &theIdentifier, DTDHandlerType *theDTDHandler=0, LexicalHandlerType *theLexicalHandler=0) |
Parse using a SAX2 ContentHandler, DTDHandler, and LexicalHandler. | |
virtual DOMDocument_Type * | createDOMFactory () |
virtual void | destroyDocument (DOMDocument_Type *theDocument) |
virtual bool | getIncludeIgnorableWhitespace () const |
Get the 'include ignorable whitespace' flag. | |
virtual void | setIncludeIgnorableWhitespace (bool include) |
Set the 'include ignorable whitespace' flag. | |
virtual ErrorHandlerType * | getErrorHandler () const |
This method returns the installed error handler. | |
virtual void | setErrorHandler (ErrorHandlerType *handler) |
This method installs the user specified error handler on the parser. | |
virtual bool | getDoNamespaces () const |
This method returns the state of the parser's namespace handling capability. | |
virtual void | setDoNamespaces (bool newState) |
This method allows users to enable or disable the parser's namespace processing. | |
virtual bool | getExitOnFirstFatalError () const |
This method returns the state of the parser's exit-on-First-Fatal-Error flag. | |
virtual void | setExitOnFirstFatalError (bool newState) |
This method allows users to set the parser's behaviour when it encounters the first fatal error. | |
virtual const XalanDOMChar * | getExternalSchemaLocation () const |
This method returns the location for an external schema document for parsing. | |
virtual void | setExternalSchemaLocation (const XalanDOMChar *location) |
This method sets the location for an external schema document for parsing. | |
virtual const XalanDOMChar * | getExternalNoNamespaceSchemaLocation () const |
This method returns the location for an external schema document for parsing. | |
virtual void | setExternalNoNamespaceSchemaLocation (const XalanDOMChar *location) |
This method sets the location for an external schema document for parsing. | |
XalanSourceTreeDocument * | mapDocument (const XalanDocument *theDocument) const |
Map a pointer to a XalanDocument instance to its implementation class pointer. | |
XalanSourceTreeDocument * | createXalanSourceTreeDocument () |
Create a XalanSourceTreeDocument instance. | |
![]() | |
XMLParserLiaison () | |
virtual | ~XMLParserLiaison () |
Protected Member Functions | |
virtual SAX2XMLReaderType * | createReader () |
typedef XalanMap<const XalanDocument*, XalanSourceTreeDocument*> XalanSourceTreeParserLiaison::DocumentMapType |
XalanSourceTreeParserLiaison::XalanSourceTreeParserLiaison | ( | XalanSourceTreeDOMSupport & | theSupport, |
MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ||
) |
Construct a XalanSourceTreeParserLiaison instance.
theSupport | instance of DOMSupport object |
XalanSourceTreeParserLiaison::XalanSourceTreeParserLiaison | ( | MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ) |
Construct a XalanSourceTreeParserLiaison instance.
|
virtual |
|
virtual |
|
protectedvirtual |
XalanSourceTreeDocument* XalanSourceTreeParserLiaison::createXalanSourceTreeDocument | ( | ) |
Create a XalanSourceTreeDocument instance.
|
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. |
Implements XMLParserLiaison.
|
virtual |
|
virtual |
This method returns the state of the parser's namespace handling capability.
|
virtual |
This method returns the installed entity resolver.
Implements XMLParserLiaison.
|
virtual |
This method returns the installed error handler.
Implements XMLParserLiaison.
|
virtual |
Implements XMLParserLiaison.
|
virtual |
This method returns the state of the parser's exit-on-First-Fatal-Error flag.
|
virtual |
This method returns the location for an external schema document for parsing.
|
virtual |
This method returns the location for an external schema document for parsing.
|
virtual |
Get the 'include ignorable whitespace' flag.
This method returns the state of the parser's include ignorable whitespace flag.
|
virtual |
Get the amount to indent when indent-result="yes".
Implements XMLParserLiaison.
|
virtual |
Implements XMLParserLiaison.
|
virtual |
Return a string suitable for telling the user what parser is being used.
Implements XMLParserLiaison.
bool XalanSourceTreeParserLiaison::getPoolAllText | ( | ) | const |
Get the value of the flag which determines if the data of all text nodes are pooled, or just whitespace text nodes.
|
virtual |
Get whether or not validation will be performed.
Validation is off by default.
Implements XMLParserLiaison.
XalanSourceTreeDocument* XalanSourceTreeParserLiaison::mapDocument | ( | const XalanDocument * | theDocument | ) | const |
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.
theDocument | A pointer to a XalanDocument instance. |
|
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 |
Implements XMLParserLiaison.
|
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 |
Implements XMLParserLiaison.
|
virtual |
Parse using a SAX2 ContentHandler, DTDHandler, and LexicalHandler.
theInputSource | The input source for the parser |
theContentHandler | The ContentHandler to use |
theDTDHandler | The DTDHandler to use. May be null. |
theLexicalHandler | The LexicalHandler to use. May be null. |
identifier | Used for error reporting only. |
|
virtual |
Implements XMLParserLiaison.
|
virtual |
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.
newState | The value specifying whether NameSpace rules should be enforced or not. |
|
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. |
Implements XMLParserLiaison.
|
virtual |
This method installs the user specified error handler on the parser.
handler | A pointer to the error handler to be called when the parser comes across 'error' events as per the SAX specification. |
Implements XMLParserLiaison.
|
virtual |
Implements XMLParserLiaison.
|
virtual |
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.
newState | The value specifying whether the parser should continue or exit when it encounters the first fatal error. |
|
virtual |
This method sets the location for an external schema document for parsing.
location | A string representing the location of the external schema document |
|
virtual |
This method sets the location for an external schema document for parsing.
location | A string representing the location of the external schema document |
|
virtual |
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 DOM_Text::isIgnorableWhitespace() will return true for those text nodes only.
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.
include | The new state of the include ignorable whitespace flag. |
|
virtual |
Set the amount to indent when indent-result="yes".
i | number of characters to indent |
Implements XMLParserLiaison.
void XalanSourceTreeParserLiaison::setPoolAllText | ( | bool | fValue | ) |
Set the value of the flag which determines if the data of all text nodes are pooled, or just whitespace text nodes.
fValue | The new value for the flag. |
|
virtual |
If set to true, validation will be performed.
Validation is off by default.
b | true to perform validation |
Implements XMLParserLiaison.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|