Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XSLT/XSLTProcessorEnvSupport.hpp>
Definition at line 42 of file XSLTProcessorEnvSupport.hpp.
xalanc::XSLTProcessorEnvSupport::XSLTProcessorEnvSupport | ( | ) |
|
virtual |
|
pure virtual |
Determine if an external element is available.
theNamespace | namespace for the element |
elementName | name of extension element |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
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. |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
Given a DOM Document, tell what URI was used to parse it.
Needed for relative resolution.
owner | source document |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
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 |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
Get the source document for the given URI.
theURI | document URI |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
Provides support for XML parsing service.
theManager | The MemoryManager instance to use. |
urlString | location of the XML |
base | base location for URI |
theErrorHandler | An optional ErrorHandler instance for error reporting. |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
Function that is called when a problem event occurs.
source | Either eXMLParser, eXSLProcessor, or eXPATH. |
classification | Either eMessage, eWarning, or eError. |
locator | The current Locator instance for the stylesheet. Maybe be a null pointer. |
sourceNode | The current source node, if any. |
msg | The error message. |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
|
pure virtual |
Function that is called when a problem event occurs.
This version assumes location information is already formatted into the message.
source | either eXMLPARSER, eXSLPROCESSOR, or eXPATH |
classification | either eMESSAGE, eERROR or eWARNING |
msg | string message explaining the problem. |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
Reset the instance.
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
References xalanc::operator==().
|
pure virtual |
Associate a document with a given URI.
theURI | document URI |
theDocument | source document |
Implements xalanc::XPathEnvSupport.
Implemented in xalanc::XSLTProcessorEnvSupportDefault.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by