top
|
up
|
prev
|
next
XPathMulExpr Class
Definition at line
135
of
XPathExpr.hpp
Constructors
XPathMulExpr
(
XPathExpr
* left_,
XPathExpr
* right_)
Member Functions
std::unique_ptr<
XPathObject
>
Evaluate
(
XPathContext
& context)
override
std::unique_ptr<
Node
>
ToDom
()
const override
Constructor Details
XPathMulExpr Constructor
sngxml::xpath::XPathMulExpr::XPathMulExpr(
XPathExpr
* left_,
XPathExpr
* right_)
Definition at line
981
of
XPathExpr.cpp
Declaration at line
138
of
XPathExpr.hpp
Member Function Details
Evaluate Member Function
std::unique_ptr<
XPathObject
> sngxml::xpath::XPathMulExpr::Evaluate(
XPathContext
& context)
override
Definition at line
985
of
XPathExpr.cpp
Declaration at line
139
of
XPathExpr.hpp
Base class overridden functions:
sngxml::xpath::XPathExpr::Evaluate
Calls:
sngxml::xpath::XPathBinaryExpr::Left
,
sngxml::xpath::XPathBinaryExpr::Right
,
sngxml::xpath::XPathExpr::Evaluate
,
sngxml::xpath::XPathFunction::Evaluate
ToDom Member Function
std::unique_ptr<
Node
> sngxml::xpath::XPathMulExpr::ToDom()
const override
Definition at line
1009
of
XPathExpr.cpp
Declaration at line
140
of
XPathExpr.hpp
Base class overridden functions:
sngxml::xpath::XPathExpr::ToDom
Calls:
sngxml::xpath::XPathBinaryExpr::Left
,
sngxml::xpath::XPathBinaryExpr::Right
,
sngxml::xpath::XPathExpr::ToDom
top
|
up
|
prev
|
next