Xalan-C++ API Documentation

The Xalan C++ XSL Transformer Version 1.1

Main Page   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

Inheritance graph

[legend]
Collaboration diagram for XPathProcessorImpl:

Collaboration graph

[legend]
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

XPathProcessorImpl::XPathProcessorImpl ( ) [explicit]
 

virtual XPathProcessorImpl::~XPathProcessorImpl ( ) [virtual]
 


Member Function Documentation

virtual void XPathProcessorImpl::initMatchPattern ( XPath & pathObj,
const XalanDOMString & expression,
const PrefixResolver & prefixResolver,
const Locator * locator = 0 ) [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
locator   the Locator to use for error report. May be null

Reimplemented from XPathProcessor.

virtual void XPathProcessorImpl::initXPath ( XPath & pathObj,
const XalanDOMString & expression,
const PrefixResolver & prefixResolver,
const Locator * locator = 0 ) [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
locator   the Locator to use for error report. May be null

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.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.