#include <XPathEnvSupport.hpp>
Inheritance diagram for XPathEnvSupport:

Collaboration diagram for XPathEnvSupport:

|
|
|
| eXMLParser | |
| eXSLTProcessor | |
| eXPATHParser | |
| eXPATHProcessor | |
| eDataSource |
|
|
|
Determine if an external element is available.
| theNamespace | namespace for the element |
| elementName | name of extension element |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Handle an extension function.
| executionContext | current execution context |
| theNamespace | namespace of function |
| functionName | extension function name |
| argVec | vector of arguments to function |
| locator | A Locator instance for error reporting. |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Given a DOM Document, tell what URI was used to parse it.
Needed for relative resolution.
| owner | source document |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Determine if a function is available.
For standard function availability, theNamespace should be an empty string.
| theNamespace | namespace for the function |
| functionName | name of the function |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Get the source document for the given URI.
| theURI | document URI |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Provides support for XML parsing service.
| urlString | location of the XML |
| base | base location for URI |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Function that is called when a problem event occurs.
| where | either eXMLParser, eXSLTProcessor, eXPATHParser, eXPATHProcessor, or eDataSource. |
| classification | either eWarning, or eError |
| resolver | resolver for namespace resolution |
| sourceNode | source tree node where the problem occurred (may be 0) |
| msg | string message explaining the problem. |
| uri | the URI of the stylesheet, if available. May be 0; |
| lineNo | line number where the problem occurred, if it is known, else -1 |
| charOffset | character offset where the problem, occurred if it is known, else -1 |
Reimplemented in XPathEnvSupportDefault, XPathEnvSupportDefault, XSLTProcessorEnvSupport, XSLTProcessorEnvSupport, XSLTProcessorEnvSupportDefault, and XSLTProcessorEnvSupportDefault.
|
Function that is called when a problem event occurs.
| where | either eXMLParser, eXSLTProcessor, eXPATHParser, eXPATHProcessor, or eDataSource. |
| classification | either eWarning, or eError |
| styleNode | style tree node where the problem occurred (may be 0) |
| sourceNode | source tree node where the problem occurred (may be 0) |
| msg | string message explaining the problem. |
| uri | the URI of the stylesheet, if available. May be 0; |
| lineNo | line number where the problem occurred, if it is known, else -1 |
| charOffset | character offset where the problem, occurred if it is known, else -1 |
Reimplemented in XPathEnvSupportDefault, XPathEnvSupportDefault, XSLTProcessorEnvSupport, XSLTProcessorEnvSupport, XSLTProcessorEnvSupportDefault, and XSLTProcessorEnvSupportDefault.
|
Reset the instance.
Reimplemented from Resettable.
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
|
Associate a document with a given URI.
| theURI | document URI |
| theDocument | source document |
Reimplemented in XPathEnvSupportDefault, XSLTProcessorEnvSupport, and XSLTProcessorEnvSupportDefault.
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.4 |
|
|