NodeSet Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
70
of
System.XPath/XPathObject.cm
Inheritance
Constructors & Destructor
public
NodeSet
()
Member Functions
public
void
Add
(
Node
* node)
public
inline
int
Count
()
const
public
Node
*
GetNode
(
int
index)
const
public
inline
const
List
<
Node
*>&
Nodes
()
const
public
override
Element
*
ToXmlElement
()
const
Member Variables
private
List
<
Node
*>
nodes
Constructor& Destructor Details
NodeSet Constructor
public
NodeSet()
Definition
Line
72
of
System.XPath/XPathObject.cm
Member Function Details
Add Member Function
public
void
Add(
Node
* node)
Definition
Line
83
of
System.XPath/XPathObject.cm
Count Member Function
public
inline
int
Count()
Definition
Line
79
of
System.XPath/XPathObject.cm
GetNode Member Function
public
Node
* GetNode(
int
index)
Definition
Line
90
of
System.XPath/XPathObject.cm
Nodes Member Function
public
inline
const
List
<
Node
*>& Nodes()
Definition
Line
75
of
System.XPath/XPathObject.cm
ToXmlElement Member Function
public
override
Element
* ToXmlElement()
Definition
Line
95
of
System.XPath/XPathObject.cm