Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Protected Member Functions | List of all members
XPath::NodeTester Class Reference

#include <XPath.hpp>

Inherited by XalanSpaceNodeTester.

Public Member Functions

 NodeTester ()
 
 NodeTester (const NodeTester &theSource)
 
 NodeTester (const XPath &xpath, XPathExecutionContext &executionContext, OpCodeMapPositionType opPos, OpCodeMapValueType argLen, OpCodeMapValueType stepType)
 
 NodeTester (XPathConstructionContext &theContext, const XalanDOMString &theNameTest, const PrefixResolver &thePrefixResolver, const Locator *theLocator=0, eMatchScore *theMatchScore=0)
 
 NodeTester (const XalanDOMString &theNamespaceURI, const XalanDOMString &theLocalName, eMatchScore *theMatchScore=0)
 
eMatchScore operator() (const XalanNode &context, XalanNode::NodeType nodeType) const
 
eMatchScore operator() (const XalanElement &context) const
 
NodeTesteroperator= (const NodeTester &theRHS)
 

Protected Member Functions

eMatchScore initialize (XPathConstructionContext &theConstructionContext, const XalanDOMString &theNameTest, const PrefixResolver &thePrefixResolver, const Locator *theLocator)
 
eMatchScore initialize (const XalanDOMString &theNamespaceURI, const XalanDOMString &theLocalName)
 

Detailed Description

Definition at line 1029 of file XPath.hpp.

Constructor & Destructor Documentation

◆ NodeTester() [1/5]

XPath::NodeTester::NodeTester ( )

◆ NodeTester() [2/5]

XPath::NodeTester::NodeTester ( const NodeTester theSource)

◆ NodeTester() [3/5]

XPath::NodeTester::NodeTester ( const XPath xpath,
XPathExecutionContext executionContext,
OpCodeMapPositionType  opPos,
OpCodeMapValueType  argLen,
OpCodeMapValueType  stepType 
)

◆ NodeTester() [4/5]

XPath::NodeTester::NodeTester ( XPathConstructionContext theContext,
const XalanDOMString theNameTest,
const PrefixResolver thePrefixResolver,
const Locator *  theLocator = 0,
eMatchScore theMatchScore = 0 
)

◆ NodeTester() [5/5]

XPath::NodeTester::NodeTester ( const XalanDOMString theNamespaceURI,
const XalanDOMString theLocalName,
eMatchScore theMatchScore = 0 
)

Member Function Documentation

◆ initialize() [1/2]

eMatchScore XPath::NodeTester::initialize ( XPathConstructionContext theConstructionContext,
const XalanDOMString theNameTest,
const PrefixResolver thePrefixResolver,
const Locator *  theLocator 
)
protected

◆ initialize() [2/2]

eMatchScore XPath::NodeTester::initialize ( const XalanDOMString theNamespaceURI,
const XalanDOMString theLocalName 
)
protected

◆ operator()() [1/2]

eMatchScore XPath::NodeTester::operator() ( const XalanNode context,
XalanNode::NodeType  nodeType 
) const
inline

Definition at line 1057 of file XPath.hpp.

◆ operator()() [2/2]

eMatchScore XPath::NodeTester::operator() ( const XalanElement context) const
inline

Definition at line 1067 of file XPath.hpp.

◆ operator=()

NodeTester& XPath::NodeTester::operator= ( const NodeTester theRHS)
inline

Definition at line 1073 of file XPath.hpp.


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++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo