Module: LibXML::XML::XPath
- Defined in:
- ext/libxml/ruby_xml_xpath.c
Defined Under Namespace
Classes: Context, Expression
Constant Summary collapse
- UNDEFINED =
Undefined value.
0- NODESET =
A nodeset, will be wrapped by XPath Object.
1- BOOLEAN =
A boolean value.
2- NUMBER =
A numeric value.
3- STRING =
A string value.
4- POINT =
An xpointer point
5- RANGE =
An xpointer range
6- LOCATIONSET =
An xpointer location set
7- USERS =
XPath user type
8- XSLT_TREE =
An XSLT value tree, non modifiable
9