XPathObject Abstract Class

Definition

Line 15 of System.XPath/XPathObject.cm

Inheritance

Constructors & Destructor

public XPathObject(XPathObjectType type_)
public virtual ~XPathObject()

Member Functions

public abstract UniquePtr<Node> ToDom() const
public XPathObjectType Type() const

Member Variables

private XPathObjectType type

Constructor& Destructor Details

XPathObject Constructor

public XPathObject(XPathObjectType type_)

Definition
Line 17 of System.XPath/XPathObject.cm


~XPathObject Destructor

public virtual ~XPathObject()

Definition
Line 21 of System.XPath/XPathObject.cm


Member Function Details

ToDom Member Function

public abstract UniquePtr<Node> ToDom()

Definition
Line 28 of System.XPath/XPathObject.cm


Type Member Function

public XPathObjectType Type()

Definition
Line 24 of System.XPath/XPathObject.cm