|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XPath
Used to execute XPath queries over Feed Object Model instances.
Method Summary | |
---|---|
boolean |
booleanValueOf(String path,
Base base)
Return a boolean representation of the specified Path |
boolean |
booleanValueOf(String path,
Base base,
Map<String,String> namespaces)
Return a boolean representation of the specified Path using the specified Namespaces mapping |
Object |
evaluate(String path,
Base base)
Evaluate the specified XPath and return it's value |
Object |
evaluate(String path,
Base base,
Map<String,String> namespaces)
Evaluate the specified XPath and return it's value using the specified Namespaces mapping |
Map<String,String> |
getDefaultNamespaces()
Return the default mapping of Prefixes to XML Namespaces |
Number |
numericValueOf(String path,
Base base)
Return a numeric representation of the specified Path |
Number |
numericValueOf(String path,
Base base,
Map<String,String> namespaces)
Return a numeric representation of the specified Path using the specified Namespaces mapping |
List |
selectNodes(String path,
Base base)
Return a listing of nodes matching the specified Path |
List |
selectNodes(String path,
Base base,
Map<String,String> namespaces)
Return a listing of nodes matching the specified Path using the specified Namespaces mapping |
Object |
selectSingleNode(String path,
Base base)
Return the first node matching the specified Path |
Object |
selectSingleNode(String path,
Base base,
Map<String,String> namespaces)
Return a the first node matching the specified Path using the specified Namespaces mapping |
String |
valueOf(String path,
Base base)
Return the text value of the specified Path |
String |
valueOf(String path,
Base base,
Map<String,String> namespaces)
Return the text value of the specified Path using the specified Namespaces mapping |
Method Detail |
---|
Map<String,String> getDefaultNamespaces()
List selectNodes(String path, Base base) throws XPathException
XPathException
Object selectSingleNode(String path, Base base) throws XPathException
XPathException
Object evaluate(String path, Base base) throws XPathException
XPathException
String valueOf(String path, Base base) throws XPathException
XPathException
boolean booleanValueOf(String path, Base base) throws XPathException
XPathException
Number numericValueOf(String path, Base base) throws XPathException
XPathException
List selectNodes(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
Object selectSingleNode(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
Object evaluate(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
String valueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
boolean booleanValueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
Number numericValueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |