|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathException | |
---|---|
org.apache.abdera.parser.stax | |
org.apache.abdera.util | |
org.apache.abdera.xpath |
Uses of XPathException in org.apache.abdera.parser.stax |
---|
Methods in org.apache.abdera.parser.stax that throw XPathException | |
---|---|
boolean |
FOMXPath.booleanValueOf(String path,
Base base,
Map<String,String> namespaces)
|
boolean |
FOMXPath.booleanValueOf(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
Object |
FOMXPath.evaluate(String path,
Base base,
Map<String,String> namespaces)
|
Object |
FOMXPath.evaluate(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
Number |
FOMXPath.numericValueOf(String path,
Base base,
Map<String,String> namespaces)
|
Number |
FOMXPath.numericValueOf(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
List |
FOMXPath.selectNodes(String path,
Base base,
Map<String,String> namespaces)
|
List |
FOMXPath.selectNodes(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
Object |
FOMXPath.selectSingleNode(String path,
Base base,
Map<String,String> namespaces)
|
Object |
FOMXPath.selectSingleNode(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
String |
FOMXPath.valueOf(String path,
Base base,
Map<String,String> namespaces)
|
String |
FOMXPath.valueOf(String path,
Base base,
Map<String,String> namespaces,
Map<QName,org.jaxen.Function> functions,
Map<QName,Object> variables)
|
Uses of XPathException in org.apache.abdera.util |
---|
Methods in org.apache.abdera.util that throw XPathException | |
---|---|
boolean |
AbstractXPath.booleanValueOf(String path,
Base base)
|
Object |
AbstractXPath.evaluate(String path,
Base base)
|
Number |
AbstractXPath.numericValueOf(String path,
Base base)
|
List |
AbstractXPath.selectNodes(String path,
Base base)
|
Object |
AbstractXPath.selectSingleNode(String path,
Base base)
|
String |
AbstractXPath.valueOf(String path,
Base base)
|
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 |