top
|
up
|
prev
|
next
XPathBooleanFunction Class
Definition at line
76
of
XPathFunction.cpp
Constructors
XPathBooleanFunction
()
Member Functions
std::unique_ptr<
XPathObject
>
Evaluate
(
XPathContext
& context, std::vector<
XPathObject
*>& arguments)
override
Constructor Details
XPathBooleanFunction Constructor
sngxml::xpath::XPathBooleanFunction::XPathBooleanFunction()
Definition at line
83
of
XPathFunction.cpp
:
83
:
XPathFunction
(
U"boolean"
,
1
,
1
)
84
{
85
}
Declaration at line
79
of
XPathFunction.cpp
Member Function Details
Evaluate Member Function
std::unique_ptr<
XPathObject
> sngxml::xpath::XPathBooleanFunction::Evaluate(
XPathContext
& context, std::vector<
XPathObject
*>& arguments)
override
Definition at line
87
of
XPathFunction.cpp
Declaration at line
80
of
XPathFunction.cpp
Base class overridden functions:
sngxml::xpath::XPathFunction::Evaluate
Calls:
sngxml::xpath::XPathBoolean::Value
,
sngxml::xpath::XPathNodeSet::Length
,
sngxml::xpath::XPathNumber::Value
,
sngxml::xpath::XPathObject::Type
,
sngxml::xpath::XPathString::Value
top
|
up
|
prev
|
next