public interface XPath
| Modifier and Type | Method and Description |
|---|---|
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
|
Map<String,String> getDefaultNamespaces()
List selectNodes(String path, Base base) throws XPathException
XPathExceptionObject selectSingleNode(String path, Base base) throws XPathException
XPathExceptionObject evaluate(String path, Base base) throws XPathException
XPathExceptionString valueOf(String path, Base base) throws XPathException
XPathExceptionboolean booleanValueOf(String path, Base base) throws XPathException
XPathExceptionNumber numericValueOf(String path, Base base) throws XPathException
XPathExceptionList selectNodes(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionObject selectSingleNode(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionObject evaluate(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionString valueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionboolean booleanValueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionNumber numericValueOf(String path, Base base, Map<String,String> namespaces) throws XPathException
XPathExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved