XPathUnaryExpr Abstract Class

Definition

Line 39 of System.XPath/XPathExpr.cm

Inheritance

Constructors & Destructor

public XPathUnaryExpr(XPathExpr* operand_)

Member Functions

public XPathExpr* Operand() const

Member Variables

private UniquePtr<XPathExpr> operand

Constructor& Destructor Details

XPathUnaryExpr Constructor

public XPathUnaryExpr(XPathExpr* operand_)

Definition
Line 41 of System.XPath/XPathExpr.cm


Member Function Details

Operand Member Function

public XPathExpr* Operand()

Definition
Line 45 of System.XPath/XPathExpr.cm