XPathBoolean Class

Definition

Line 110 of System.XPath/XPathObject.cm

Inheritance

Constructors & Destructor

public XPathBoolean(bool value_)

Member Functions

public override UniquePtr<Node> ToDom() const
public bool Value() const

Member Variables

private bool value

Constructor& Destructor Details

XPathBoolean Constructor

public XPathBoolean(bool value_)

Definition
Line 112 of System.XPath/XPathObject.cm


Member Function Details

ToDom Member Function

public override UniquePtr<Node> ToDom()

Definition
Line 120 of System.XPath/XPathObject.cm


Value Member Function

public bool Value()

Definition
Line 116 of System.XPath/XPathObject.cm