Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XPathProcessorImpl Class Reference

The XPathProcessorImpl class responsibilities include tokenizing and parsing the XPath expression, and acting as a general interface to XPaths. More...

#include <XPathProcessorImpl.hpp>

Inheritance diagram for XPathProcessorImpl:

XPathProcessor Collaboration diagram for XPathProcessorImpl:

List of all members.

Public Types

Public Methods

Static Public Methods


Detailed Description

The XPathProcessorImpl class responsibilities include tokenizing and parsing the XPath expression, and acting as a general interface to XPaths.


Member Typedef Documentation

typedef std::map<XalanDOMString, XPathExpression::eOpCodes> XPathProcessorImpl::AxisNamesMapType

typedef std::vector<XalanDOMString> XPathProcessorImpl::DOMStringVectorType

typedef std::map<XalanDOMString, XPathExpression::eOpCodes> XPathProcessorImpl::FunctionNameMapType

typedef std::map<XalanDOMString, int> XPathProcessorImpl::KeywordsMapType

typedef std::map<XalanDOMString, XPathExpression::eOpCodes> XPathProcessorImpl::NodeTypesMapType


Constructor & Destructor Documentation

explicit XPathProcessorImpl::XPathProcessorImpl ()

virtual XPathProcessorImpl::~XPathProcessorImpl () [virtual]


Member Function Documentation

virtual void XPathProcessorImpl::initMatchPattern ( XPath & pathObj,
const XalanDOMString & expression,
const PrefixResolver & prefixResolver,
const XPathEnvSupport & envSupport) [virtual]

Given a string, create an XSLT Match Pattern object.

Parameters:
pathObj   XPath object to be initialized
expression   expression that will be evaluated
resolver   prefix resolver to use
xobjectFactory   factory class instance for XObjects
envSupport   XPath environment support class instance

Reimplemented from XPathProcessor.

virtual void XPathProcessorImpl::initXPath ( XPath & pathObj,
const XalanDOMString & expression,
const PrefixResolver & prefixResolver,
const XPathEnvSupport & envSupport) [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:
pathObj   XPath object to be initialized
expression   expression that will be evaluated
resolver   prefix resolver to use
xobjectFactory   factory class instance for XObjects
envSupport   XPath environment support class instance

Reimplemented from XPathProcessor.

void XPathProcessorImpl::initialize () [static]

Perform static initialization.

See class XPathInit.

void XPathProcessorImpl::terminate () [static]

Perform static shut down.

See class XPathInit.


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.

Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.