Dummy class in order to make the XPath object happy for diagnostic purposes. More...
Inheritance diagram for XPathEnvSupportDefault:
Dummy class in order to make the XPath object happy for diagnostic purposes.
typedef XalanMap<XalanDOMString, FunctionTableType> XPathEnvSupportDefault::NamespaceFunctionTablesType |
XPathEnvSupportDefault::XPathEnvSupportDefault | ( | MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | ) |
virtual XPathEnvSupportDefault::~XPathEnvSupportDefault | ( | ) | [virtual] |
static void XPathEnvSupportDefault::initialize | ( | MemoryManagerType & | theManager | ) | [static] |
Perform initialization of statics -- must be called before any processing occurs.
See class XPathInit.
static void XPathEnvSupportDefault::terminate | ( | ) | [static] |
Perform termination of statics.
See class XPathInit.
MemoryManagerType& XPathEnvSupportDefault::getMemoryManager | ( | ) |
static void XPathEnvSupportDefault::installExternalFunctionGlobal | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName, | |||
const Function & | function | |||
) | [static] |
Install an external function in the global space.
theNamespace | The namespace for the functionl | |
functionName | The name of the function. | |
function | The function to install. |
static void XPathEnvSupportDefault::uninstallExternalFunctionGlobal | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName | |||
) | [static] |
Uninstall an external function from the global space.
theNamespace | The namespace for the functionl | |
functionName | The name of the function. |
virtual void XPathEnvSupportDefault::installExternalFunctionLocal | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName, | |||
const Function & | function | |||
) | [virtual] |
Install an external function in the local space.
theNamespace | The namespace for the functionl | |
functionName | The name of the function. | |
function | The function to install. |
virtual void XPathEnvSupportDefault::uninstallExternalFunctionLocal | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName | |||
) | [virtual] |
Uninstall an external function from the local space.
theNamespace | The namespace for the functionl | |
functionName | The name of the function. |
virtual XalanDocument* XPathEnvSupportDefault::parseXML | ( | MemoryManagerType & | theManager, | |
const XalanDOMString & | urlString, | |||
const XalanDOMString & | base | |||
) | [virtual] |
Provides support for XML parsing service.
urlString | location of the XML | |
base | base location for URI |
Implements XPathEnvSupport.
virtual XalanDocument* XPathEnvSupportDefault::getSourceDocument | ( | const XalanDOMString & | theURI | ) | const [virtual] |
Get the source document for the given URI.
theURI | document URI |
Implements XPathEnvSupport.
virtual void XPathEnvSupportDefault::setSourceDocument | ( | const XalanDOMString & | theURI, | |
XalanDocument * | theDocument | |||
) | [virtual] |
Associate a document with a given URI.
theURI | document URI | |
theDocument | source document |
Implements XPathEnvSupport.
virtual const XalanDOMString& XPathEnvSupportDefault::findURIFromDoc | ( | const XalanDocument * | owner | ) | const [virtual] |
Given a DOM Document, tell what URI was used to parse it.
Needed for relative resolution.
owner | source document |
Implements XPathEnvSupport.
virtual bool XPathEnvSupportDefault::elementAvailable | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | elementName | |||
) | const [virtual] |
Determine if an external element is available.
theNamespace | namespace for the element | |
elementName | name of extension element |
Implements XPathEnvSupport.
virtual bool XPathEnvSupportDefault::functionAvailable | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName | |||
) | const [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 XPathEnvSupport.
virtual XObjectPtr XPathEnvSupportDefault::extFunction | ( | XPathExecutionContext & | executionContext, | |
const XalanDOMString & | theNamespace, | |||
const XalanDOMString & | functionName, | |||
XalanNode * | context, | |||
const XObjectArgVectorType & | argVec, | |||
const LocatorType * | locator | |||
) | const [virtual] |
virtual bool XPathEnvSupportDefault::problem | ( | eSource | where, | |
eClassification | classification, | |||
const PrefixResolver * | resolver, | |||
const XalanNode * | sourceNode, | |||
const XalanDOMString & | msg, | |||
const XalanDOMChar * | uri, | |||
int | lineNo, | |||
int | charOffset | |||
) | const [virtual] |
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. | |
charOffset | character offset where the problem. |
Implements XPathEnvSupport.
virtual void XPathEnvSupportDefault::reset | ( | ) | [virtual] |
const Function* XPathEnvSupportDefault::findFunction | ( | const XalanDOMString & | theNamespace, | |
const XalanDOMString & | functionName | |||
) | const [protected] |
Find an external function.
theNamespace | The namespace for the function. | |
functionName | The name of the function. |
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 |
|