public interface XPath
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValueOf(java.lang.String path,
Base base)
Return a boolean representation of the specified Path
|
boolean |
booleanValueOf(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Return a boolean representation of the specified Path using the specified Namespaces mapping
|
java.lang.Object |
evaluate(java.lang.String path,
Base base)
Evaluate the specified XPath and return it's value
|
java.lang.Object |
evaluate(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Evaluate the specified XPath and return it's value using the specified Namespaces mapping
|
java.util.Map<java.lang.String,java.lang.String> |
getDefaultNamespaces()
Return the default mapping of Prefixes to XML Namespaces
|
java.lang.Number |
numericValueOf(java.lang.String path,
Base base)
Return a numeric representation of the specified Path
|
java.lang.Number |
numericValueOf(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Return a numeric representation of the specified Path using the specified Namespaces mapping
|
java.util.List |
selectNodes(java.lang.String path,
Base base)
Return a listing of nodes matching the specified Path
|
java.util.List |
selectNodes(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Return a listing of nodes matching the specified Path using the specified Namespaces mapping
|
java.lang.Object |
selectSingleNode(java.lang.String path,
Base base)
Return the first node matching the specified Path
|
java.lang.Object |
selectSingleNode(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Return a the first node matching the specified Path using the specified Namespaces mapping
|
java.lang.String |
valueOf(java.lang.String path,
Base base)
Return the text value of the specified Path
|
java.lang.String |
valueOf(java.lang.String path,
Base base,
java.util.Map<java.lang.String,java.lang.String> namespaces)
Return the text value of the specified Path using the specified Namespaces mapping
|
java.util.Map<java.lang.String,java.lang.String> getDefaultNamespaces()
java.util.List selectNodes(java.lang.String path, Base base) throws XPathException
XPathException
java.lang.Object selectSingleNode(java.lang.String path, Base base) throws XPathException
XPathException
java.lang.Object evaluate(java.lang.String path, Base base) throws XPathException
XPathException
java.lang.String valueOf(java.lang.String path, Base base) throws XPathException
XPathException
boolean booleanValueOf(java.lang.String path, Base base) throws XPathException
XPathException
java.lang.Number numericValueOf(java.lang.String path, Base base) throws XPathException
XPathException
java.util.List selectNodes(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
java.lang.Object selectSingleNode(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
java.lang.Object evaluate(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
java.lang.String valueOf(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
boolean booleanValueOf(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
java.lang.Number numericValueOf(java.lang.String path, Base base, java.util.Map<java.lang.String,java.lang.String> namespaces) throws XPathException
XPathException
Copyright © 2010 - 2023 Adobe. All Rights Reserved