XPathPrefixTest Class
Definition
Line
828
of
System.XPath/XPathExpr.cm
Inheritance
Constructors & Destructor
public
XPathPrefixTest
(
const
String
<
uchar
>& name_)
Member Functions
public
override
bool
Select
(
Node
* node,
Axis
axis)
const
public
override
UniquePtr
<
Node
>
ToDom
()
const
Member Variables
private
String
<
uchar
>
name
Constructor& Destructor Details
XPathPrefixTest Constructor
public
XPathPrefixTest(
const
String
<
uchar
>& name_)
Definition
Line
830
of
System.XPath/XPathExpr.cm
Member Function Details
Select Member Function
public
override
bool
Select(
Node
* node,
Axis
axis)
Definition
Line
834
of
System.XPath/XPathExpr.cm
ToDom Member Function
public
override
UniquePtr
<
Node
> ToDom()
Definition
Line
861
of
System.XPath/XPathExpr.cm