Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Member Functions | Static Public Member Functions | Public Attributes
XSLTProcessorEnvSupportDefault Class Reference
Inheritance diagram for XSLTProcessorEnvSupportDefault:
XSLTProcessorEnvSupport XPathEnvSupport

List of all members.

Public Member Functions

Static Public Member Functions

Public Attributes


Constructor & Destructor Documentation

XSLTProcessorEnvSupportDefault::XSLTProcessorEnvSupportDefault ( MemoryManagerType theManager,
XSLTProcessor theProcessor = 0 
)
virtual XSLTProcessorEnvSupportDefault::~XSLTProcessorEnvSupportDefault ( ) [virtual]
XSLTProcessorEnvSupportDefault::XSLTProcessorEnvSupportDefault ( const XSLTProcessorEnvSupportDefault )

Member Function Documentation

virtual bool XSLTProcessorEnvSupportDefault::elementAvailable ( const XalanDOMString theNamespace,
const XalanDOMString elementName 
) const [virtual]

Determine if an external element is available.

Parameters:
theNamespacenamespace for the element
elementNamename of extension element
Returns:
whether the element is available or not

Implements XSLTProcessorEnvSupport.

virtual XObjectPtr XSLTProcessorEnvSupportDefault::extFunction ( XPathExecutionContext executionContext,
const XalanDOMString theNamespace,
const XalanDOMString functionName,
XalanNode context,
const XObjectArgVectorType argVec,
const LocatorType locator 
) const [virtual]

Handle an extension function.

Parameters:
executionContextcurrent execution context
theNamespacenamespace of function
functionNameextension function name
argVecvector of arguments to function
locatorA LocatorType instance for error reporting.
Returns:
pointer to XObject result

Implements XSLTProcessorEnvSupport.

virtual const XalanDOMString& XSLTProcessorEnvSupportDefault::findURIFromDoc ( const XalanDocument owner) const [virtual]

Given a DOM Document, tell what URI was used to parse it.

Needed for relative resolution.

Parameters:
ownersource document
Returns:
document URI

Implements XSLTProcessorEnvSupport.

virtual bool XSLTProcessorEnvSupportDefault::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.

Parameters:
theNamespacenamespace for the function
functionNamename of the function
Returns:
whether the function is available or not

Implements XSLTProcessorEnvSupport.

virtual XalanDocument* XSLTProcessorEnvSupportDefault::getSourceDocument ( const XalanDOMString theURI) const [virtual]

Get the source document for the given URI.

Parameters:
theURIdocument URI
Returns:
source document

Implements XSLTProcessorEnvSupport.

static void XSLTProcessorEnvSupportDefault::installExternalFunctionGlobal ( const XalanDOMString theNamespace,
const XalanDOMString functionName,
const Function function 
) [static]

Install an external function in the global space.

Parameters:
theNamespaceThe namespace for the functionl
functionNameThe name of the function.
functionThe function to install.
virtual void XSLTProcessorEnvSupportDefault::installExternalFunctionLocal ( const XalanDOMString theNamespace,
const XalanDOMString functionName,
const Function function 
) [virtual]

Install an external function in the local space.

Parameters:
theNamespaceThe namespace for the functionl
functionNameThe name of the function.
functionThe function to install.
XSLTProcessorEnvSupportDefault& XSLTProcessorEnvSupportDefault::operator= ( const XSLTProcessorEnvSupportDefault )
bool XSLTProcessorEnvSupportDefault::operator== ( const XSLTProcessorEnvSupportDefault ) const
virtual XalanDocument* XSLTProcessorEnvSupportDefault::parseXML ( MemoryManagerType theManager,
const XalanDOMString urlString,
const XalanDOMString base 
) [virtual]

Provides support for XML parsing service.

Parameters:
urlStringlocation of the XML
basebase location for URI
Returns:
parsed document

Implements XSLTProcessorEnvSupport.

virtual bool XSLTProcessorEnvSupportDefault::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.

Parameters:
whereeither eXMLParser, eXSLTProcessor, eXPATHParser, eXPATHProcessor, or eDataSource.
classificationeither eWarning, or eError
resolverresolver for namespace resolution
sourceNodesource tree node where the problem occurred (may be 0)
msgstring message explaining the problem.
urithe URI of the stylesheet, if available. May be 0;
lineNoline number where the problem occurred.
charOffsetcharacter offset where the problem.
Returns:
true if the return is an ERROR, in which case exception will be thrown. Otherwise the processor will continue to process.

Implements XSLTProcessorEnvSupport.

virtual bool XSLTProcessorEnvSupportDefault::problem ( eSource  where,
eClassification  classification,
const XalanNode sourceNode,
const ElemTemplateElement styleNode,
const XalanDOMString msg,
const XalanDOMChar *  uri,
int  lineNo,
int  charOffset 
) const [virtual]

Function that is called when a problem event occurs.

Parameters:
whereeither eXMLParser, eXSLTProcessor, eXPATHParser, eXPATHProcessor, or eDataSource.
classificationeither eWarning, or eError
resolverresolver for namespace resolution
sourceNodesource tree node where the problem occurred (may be 0)
styleNodestylesheet node where the problem occurred (may be 0)
msgstring message explaining the problem.
urithe URI of the stylesheet, if available. May be 0;
lineNoline number where the problem occurred.
charOffsetcharacter offset where the problem.
Returns:
true if the return is an ERROR, in which case exception will be thrown. Otherwise the processor will continue to process.

Implements XSLTProcessorEnvSupport.

virtual void XSLTProcessorEnvSupportDefault::reset ( ) [virtual]

Reset the instance.

Implements XSLTProcessorEnvSupport.

void XSLTProcessorEnvSupportDefault::setProcessor ( XSLTProcessor theProcessor)

Reset the XLST processor instance.

Parameters:
theProcessorpointer to new processor instance
virtual void XSLTProcessorEnvSupportDefault::setSourceDocument ( const XalanDOMString theURI,
XalanDocument theDocument 
) [virtual]

Associate a document with a given URI.

Parameters:
theURIdocument URI
theDocumentsource document

Implements XSLTProcessorEnvSupport.

static void XSLTProcessorEnvSupportDefault::uninstallExternalFunctionGlobal ( const XalanDOMString theNamespace,
const XalanDOMString functionName 
) [static]

Uninstall an external function from the global space.

Parameters:
theNamespaceThe namespace for the functionl
functionNameThe name of the function.
virtual void XSLTProcessorEnvSupportDefault::uninstallExternalFunctionLocal ( const XalanDOMString theNamespace,
const XalanDOMString functionName 
) [virtual]

Uninstall an external function from the local space.

Parameters:
theNamespaceThe namespace for the functionl
functionNameThe name of the function.

Member Data Documentation


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo