top
|
up
|
prev
|
next
XPathNumberFunction Class
Definition at line
120
of
XPathFunction.cpp
Constructors
XPathNumberFunction
()
Member Functions
std::unique_ptr<
XPathObject
>
Evaluate
(
XPathContext
& context, std::vector<
XPathObject
*>& arguments)
override
Constructor Details
XPathNumberFunction Constructor
sngxml::xpath::XPathNumberFunction::XPathNumberFunction()
Definition at line
127
of
XPathFunction.cpp
:
127
:
XPathFunction
(
U"number"
,
0
,
1
)
128
{
129
}
Declaration at line
123
of
XPathFunction.cpp
Member Function Details
Evaluate Member Function
std::unique_ptr<
XPathObject
> sngxml::xpath::XPathNumberFunction::Evaluate(
XPathContext
& context, std::vector<
XPathObject
*>& arguments)
override
Definition at line
131
of
XPathFunction.cpp
Declaration at line
124
of
XPathFunction.cpp
Base class overridden functions:
sngxml::xpath::XPathFunction::Evaluate
Calls:
sngxml::xpath::XPathBoolean::Value
,
sngxml::xpath::XPathContext::Node
,
sngxml::xpath::XPathFunction::Evaluate
,
sngxml::xpath::XPathNodeSet::Add
,
sngxml::xpath::XPathNumber::Value
,
sngxml::xpath::XPathObject::Type
,
sngxml::xpath::XPathString::Value
top
|
up
|
prev
|
next