PILiteralNodeTest Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
90
of
System.XPath/XPathNodeTest.cm
Inheritance
Constructors & Destructor
public
explicit
PILiteralNodeTest
(
Literal
* literal_)
Member Functions
public
inline
Literal
*
GetLiteral
()
const
public
override
bool
Select
(
Node
* node,
Axis
axis)
const
public
override
Element
*
ToXmlElement
()
const
Member Variables
private
UniquePtr
<
Literal
>
literal
Constructor& Destructor Details
PILiteralNodeTest Constructor
public
explicit
PILiteralNodeTest(
Literal
* literal_)
Definition
Line
92
of
System.XPath/XPathNodeTest.cm
Member Function Details
GetLiteral Member Function
public
inline
Literal
* GetLiteral()
Definition
Line
95
of
System.XPath/XPathNodeTest.cm
Select Member Function
public
override
bool
Select(
Node
* node,
Axis
axis)
Definition
Line
99
of
System.XPath/XPathNodeTest.cm
ToXmlElement Member Function
public
override
Element
* ToXmlElement()
Definition
Line
111
of
System.XPath/XPathNodeTest.cm