XPathNodeSet Class

Definition

Line 31 of System.XPath/XPathObject.cm

Inheritance

Constructors & Destructor

public XPathNodeSet()

Member Functions

public void Add(Node* node)
public int Length() const
public override UniquePtr<Node> ToDom() const
public Node* operator[](int index) const

Member Variables

private NodeList nodes

Constructor& Destructor Details

XPathNodeSet Constructor

public XPathNodeSet()

Definition
Line 33 of System.XPath/XPathObject.cm


Member Function Details

Add Member Function

public void Add(Node* node)

Definition
Line 45 of System.XPath/XPathObject.cm


Length Member Function

public int Length()

Definition
Line 41 of System.XPath/XPathObject.cm


ToDom Member Function

public override UniquePtr<Node> ToDom()

Definition
Line 49 of System.XPath/XPathObject.cm


operator[] Member Function

public Node* operator[](int index)

Definition
Line 37 of System.XPath/XPathObject.cm