XPathContext Class
Definition
Line
10
of
System.XPath/XPathContext.cm
Constructors & Destructor
public
XPathContext
(
Node
* node_,
int
position_,
int
size_)
Member Functions
public
Node
*
Node
()
const
public
int
Position
()
const
public
int
Size
()
const
Member Variables
private
Node
*
node
private
int
position
private
int
size
Constructor& Destructor Details
XPathContext Constructor
public
XPathContext(
Node
* node_,
int
position_,
int
size_)
Definition
Line
12
of
System.XPath/XPathContext.cm
Member Function Details
Node Member Function
public
Node
* Node()
Definition
Line
16
of
System.XPath/XPathContext.cm
Position Member Function
public
int
Position()
Definition
Line
20
of
System.XPath/XPathContext.cm
Size Member Function
public
int
Size()
Definition
Line
24
of
System.XPath/XPathContext.cm