|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathException | |
---|---|
org.apache.abdera.xpath |
Uses of XPathException in org.apache.abdera.xpath |
---|
Methods in org.apache.abdera.xpath that throw XPathException | |
---|---|
boolean |
XPath.booleanValueOf(String path,
Base base)
Return a boolean representation of the specified Path |
boolean |
XPath.booleanValueOf(String path,
Base base,
Map<String,String> namespaces)
Return a boolean representation of the specified Path using the specified Namespaces mapping |
Object |
XPath.evaluate(String path,
Base base)
Evaluate the specified XPath and return it's value |
Object |
XPath.evaluate(String path,
Base base,
Map<String,String> namespaces)
Evaluate the specified XPath and return it's value using the specified Namespaces mapping |
Number |
XPath.numericValueOf(String path,
Base base)
Return a numeric representation of the specified Path |
Number |
XPath.numericValueOf(String path,
Base base,
Map<String,String> namespaces)
Return a numeric representation of the specified Path using the specified Namespaces mapping |
List |
XPath.selectNodes(String path,
Base base)
Return a listing of nodes matching the specified Path |
List |
XPath.selectNodes(String path,
Base base,
Map<String,String> namespaces)
Return a listing of nodes matching the specified Path using the specified Namespaces mapping |
Object |
XPath.selectSingleNode(String path,
Base base)
Return the first node matching the specified Path |
Object |
XPath.selectSingleNode(String path,
Base base,
Map<String,String> namespaces)
Return a the first node matching the specified Path using the specified Namespaces mapping |
String |
XPath.valueOf(String path,
Base base)
Return the text value of the specified Path |
String |
XPath.valueOf(String path,
Base base,
Map<String,String> namespaces)
Return the text value of the specified Path using the specified Namespaces mapping |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |