XPathPILiteralTest Class

Definition

Line 731 of System.XPath/XPathExpr.cm

Inheritance

Constructors & Destructor

public XPathPILiteralTest(XPathExpr* literal_)

Member Functions

public override bool Select(Node* node, Axis axis) const
public override UniquePtr<Node> ToDom() const

Member Variables

private UniquePtr<XPathExpr> literal

Constructor& Destructor Details

XPathPILiteralTest Constructor

public XPathPILiteralTest(XPathExpr* literal_)

Definition
Line 733 of System.XPath/XPathExpr.cm


Member Function Details

Select Member Function

public override bool Select(Node* node, Axis axis)

Definition
Line 737 of System.XPath/XPathExpr.cm


ToDom Member Function

public override UniquePtr<Node> ToDom()

Definition
Line 749 of System.XPath/XPathExpr.cm