NodeSelectionOp Class

Definition

Line 1687 of System.XPath/XPathExpr.cm

Inheritance

Constructors & Destructor

public NodeSelectionOp(XPathNodeTestExpr* nodeTest_, XPathNodeSet& nodeSet_, Axis axis_)

Member Functions

public override void Apply(Node* node)

Member Variables

private Axis axis
private XPathNodeSet& nodeSet
private XPathNodeTestExpr* nodeTest

Constructor& Destructor Details

NodeSelectionOp Constructor

public NodeSelectionOp(XPathNodeTestExpr* nodeTest_, XPathNodeSet& nodeSet_, Axis axis_)

Definition
Line 1689 of System.XPath/XPathExpr.cm


Member Function Details

Apply Member Function

public override void Apply(Node* node)

Definition
Line 1693 of System.XPath/XPathExpr.cm