Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Public Types | Public Member Functions | Static Public Member Functions
XPathProcessor Class Reference
Inheritance diagram for XPathProcessor:
XPathProcessorImpl

List of all members.

Public Types

Public Member Functions

Static Public Member Functions


Member Typedef Documentation

typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator XPathProcessor::LocatorType

Constructor & Destructor Documentation

XPathProcessor::XPathProcessor ( ) [explicit]
virtual XPathProcessor::~XPathProcessor ( ) [virtual]

Member Function Documentation

virtual void XPathProcessor::initMatchPattern ( XPath pathObj,
XPathConstructionContext constructionContext,
const XalanDOMString expression,
const PrefixResolver resolver,
const LocatorType locator = 0,
bool  allowVariableReferences = true,
bool  allowKeyFunction = true 
) [pure virtual]

Given a string, create an XSLT Match Pattern object.

Parameters:
pathObjXPath object to be initialized
constructionContextThe construction context
expressionexpression that will be evaluated
resolverprefix resolver to use
locatorthe LocatorType to use for error report. May be null
allowVariableReferencesIf true, variable references are allowed.
allowKeyFunctionIf true, calls to the key() function are allowed.

Implemented in XPathProcessorImpl.

virtual void XPathProcessor::initXPath ( XPath pathObj,
XPathConstructionContext constructionContext,
const XalanDOMString expression,
const PrefixResolver resolver,
const LocatorType locator = 0,
bool  allowVariableReferences = true,
bool  allowKeyFunction = true 
) [pure virtual]

Given a string, make an XPath object, in order that a parse doesn't have to be done each time the expression is executed.

Parameters:
pathObjXPath object to be initialized
constructionContextThe construction context
expressionexpression that will be evaluated
resolverprefix resolver to use
locatorthe LocatorType to use for error report. May be null
allowVariableReferencesIf true, variable references are allowed.
allowKeyFunctionIf true, calls to the key() function are allowed.

Implemented in XPathProcessorImpl.

static void XPathProcessor::installFunction ( const XalanDOMString theFunctionName,
const Function theFunction 
) [static]

Given a string, and a reference to a function object, install the function with the given name.

Parameters:
theFunctionNamename of function
theFunctionfunction object corresponding to name

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