XPathCountFunction Class
Function:
number
count
(
node-set
)
Implements the
count
function.
Definition
Line
280
of
System.XPath/XPathFunction.cm
Inheritance
Constructors & Destructor
public
XPathCountFunction
()
Member Functions
public
override
UniquePtr
<
XPathObject
>
Evaluate
(
XPathContext
& context,
List
<
XPathObject
*>& arguments)
Constructor& Destructor Details
XPathCountFunction Constructor
public
XPathCountFunction()
Definition
Line
282
of
System.XPath/XPathFunction.cm
Member Function Details
Evaluate Member Function
public
override
UniquePtr
<
XPathObject
> Evaluate(
XPathContext
& context,
List
<
XPathObject
*>& arguments)
Definition
Line
286
of
System.XPath/XPathFunction.cm