-
Fetches a single element from the xpath.
void
Perform a single callback for a single node matching the xpath expression.
boolean
Get a boolean from an xpath location.
double
Get a 64 bit IEEE double floating point value from an xpath location and check that
it complies with the restrictions.
float
Get a 32 bit IEEE double floating point value from an xpath location and check that
it complies with the restrictions.
Retrieve a fully qualified domain name, such as mail.mydomain.com.
Retrieve a host name, such as mail or gateway or mycomputer.
Retrieve an internet address ipv4 or ipv6.
int
Get a 32 bit signed integer from an xpath location and check that
it complies with the restriction.
long
Get a 64 bit signed integer from an xpath location that complies with
any restriction.
Get a string from an xpath location that complies with a restriction.
Retrieve an URL, such as https://foo.bar.com?
Fetches a single element and wraps it inside a query from the xpath.