Xalan-C++ API Reference  1.12.0
Public Member Functions | Protected Member Functions | List of all members
xalanc::XPath::NodeTester Class Reference

#include <xalanc/XPath/XPath.hpp>

Inheritance diagram for xalanc::XPath::NodeTester:
[legend]

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 1032 of file XPath.hpp.

Constructor & Destructor Documentation

◆ NodeTester() [1/5]

xalanc::XPath::NodeTester::NodeTester ( )

◆ NodeTester() [2/5]

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

◆ NodeTester() [3/5]

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

◆ NodeTester() [4/5]

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

◆ NodeTester() [5/5]

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

Member Function Documentation

◆ initialize() [1/2]

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

◆ initialize() [2/2]

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

◆ operator()() [1/2]

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

Definition at line 1070 of file XPath.hpp.

◆ operator()() [2/2]

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

Definition at line 1060 of file XPath.hpp.

References xalanc::XalanNode::getNodeType().

◆ operator=()

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

Definition at line 1076 of file XPath.hpp.


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