Modifier and Type | Method and Description |
---|---|
boolean |
booleanValueOf(java.lang.String path,
Base base)
Return a boolean representation of the specified Path
|
java.lang.Object |
evaluate(java.lang.String path,
Base base)
Evaluate the specified XPath and return it's value
|
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.util.List |
selectNodes(java.lang.String path,
Base base)
Return a listing of nodes matching the specified Path
|
java.lang.Object |
selectSingleNode(java.lang.String path,
Base base)
Return the first node matching the specified Path
|
java.lang.String |
valueOf(java.lang.String path,
Base base)
Return the text value of the specified Path
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
booleanValueOf, evaluate, numericValueOf, selectNodes, selectSingleNode, valueOf
public java.util.Map<java.lang.String,java.lang.String> getDefaultNamespaces()
XPath
getDefaultNamespaces
in interface XPath
public java.util.List selectNodes(java.lang.String path, Base base) throws XPathException
XPath
selectNodes
in interface XPath
XPathException
public java.lang.Object selectSingleNode(java.lang.String path, Base base) throws XPathException
XPath
selectSingleNode
in interface XPath
XPathException
public java.lang.Object evaluate(java.lang.String path, Base base) throws XPathException
XPath
evaluate
in interface XPath
XPathException
public java.lang.String valueOf(java.lang.String path, Base base) throws XPathException
XPath
valueOf
in interface XPath
XPathException
public boolean booleanValueOf(java.lang.String path, Base base) throws XPathException
XPath
booleanValueOf
in interface XPath
XPathException
public java.lang.Number numericValueOf(java.lang.String path, Base base) throws XPathException
XPath
numericValueOf
in interface XPath
XPathException
Copyright © 2010 - 2020 Adobe. All Rights Reserved