PrefixNodeTest Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
120
of
System.XPath/XPathNodeTest.cm
Inheritance
Constructors & Destructor
public
PrefixNodeTest
(
const
String
<
char
>& prefix_)
Member Functions
public
override
bool
Select
(
Node
* node,
Axis
axis)
const
public
override
Element
*
ToXmlElement
()
const
Member Variables
private
String
<
char
>
prefix
Constructor& Destructor Details
PrefixNodeTest Constructor
public
PrefixNodeTest(
const
String
<
char
>& prefix_)
Definition
Line
122
of
System.XPath/XPathNodeTest.cm
Member Function Details
Select Member Function
public
override
bool
Select(
Node
* node,
Axis
axis)
Definition
Line
125
of
System.XPath/XPathNodeTest.cm
ToXmlElement Member Function
public
override
Element
* ToXmlElement()
Definition
Line
150
of
System.XPath/XPathNodeTest.cm