#include <XSLTProcessorEnvSupport.hpp>
Inheritance diagram for XSLTProcessorEnvSupport:
Collaboration diagram for XSLTProcessorEnvSupport:
|
|
|
Associate an XLocator provider to a node.
This makes the association based on the root of the tree that is the node's parent.
node | node for association |
xlocator | locator to associate with node |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Determine if an external element is available.
theNamespace | namespace for the element |
elementName | name of extension element |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Handle an extension function.
executionContext | current execution context |
theNamespace | namespace of function |
functionName | extension function name |
argVec | vector of arguments to function |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Given a DOM Document, tell what URI was used to parse it.
Needed for relative resolution.
owner | source document |
Reimplemented from XPathEnvSupport.
Reimplemented in 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 from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Get a DOM document, primarily for creating result tree fragments.
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Get the source document for the given URI.
theURI | document URI |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Get an XLocator provider keyed by node.
This gets the association based on the root of the tree that is the node's parent.
node | node for locator |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Provides support for XML parsing service.
urlString | location of the XML |
base | base location for URI |
Reimplemented from XPathEnvSupport.
Reimplemented in 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 null) |
msg | string message explaining the problem. |
lineNo | line number where the problem occurred, if it is known, else zero |
charOffset | character offset where the problem, occurred if it is known, else zero |
Reimplemented from XPathEnvSupport.
Reimplemented in 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 null) |
msg | string message explaining the problem. |
lineNo | line number where the problem occurred, if it is known, else zero |
charOffset | character offset where the problem, occurred if it is known, else zero |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Reset the instance.
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Associate a document with a given URI.
theURI | document URI |
theDocument | source document |
Reimplemented from XPathEnvSupport.
Reimplemented in XSLTProcessorEnvSupportDefault.
|
Tells, through the combination of the default-space attribute on xsl:stylesheet, xsl:strip-space, xsl:preserve-space, and the xml:space attribute, whether or not extra whitespace should be stripped from the node.
Literal elements from template elements should not be tested with this function.
executionContext | current execution context |
node | text node from the source tree |
Reimplemented from XPathEnvSupport.
Reimplemented in 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++ XSL Transformer Version 1.0 |
|