Package org.apache.abdera.util
Class AbstractXPath
java.lang.Object
org.apache.abdera.util.AbstractXPath
- All Implemented Interfaces:
XPath
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Abstract base implementation of XPath
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanValueOf(String path, Base base) Deprecated.Return a boolean representation of the specified PathDeprecated.Evaluate the specified XPath and return it's valueDeprecated.Return the default mapping of Prefixes to XML NamespacesnumericValueOf(String path, Base base) Deprecated.Return a numeric representation of the specified PathselectNodes(String path, Base base) Deprecated.Return a listing of nodes matching the specified PathselectSingleNode(String path, Base base) Deprecated.Return the first node matching the specified PathDeprecated.Return the text value of the specified PathMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.abdera.xpath.XPath
booleanValueOf, evaluate, numericValueOf, selectNodes, selectSingleNode, valueOf
-
Method Details
-
getDefaultNamespaces
Deprecated.Description copied from interface:XPathReturn the default mapping of Prefixes to XML Namespaces- Specified by:
getDefaultNamespacesin interfaceXPath
-
selectNodes
Deprecated.Description copied from interface:XPathReturn a listing of nodes matching the specified Path- Specified by:
selectNodesin interfaceXPath- Throws:
XPathException
-
selectSingleNode
Deprecated.Description copied from interface:XPathReturn the first node matching the specified Path- Specified by:
selectSingleNodein interfaceXPath- Throws:
XPathException
-
evaluate
Deprecated.Description copied from interface:XPathEvaluate the specified XPath and return it's value- Specified by:
evaluatein interfaceXPath- Throws:
XPathException
-
valueOf
Deprecated.Description copied from interface:XPathReturn the text value of the specified Path- Specified by:
valueOfin interfaceXPath- Throws:
XPathException
-
booleanValueOf
Deprecated.Description copied from interface:XPathReturn a boolean representation of the specified Path- Specified by:
booleanValueOfin interfaceXPath- Throws:
XPathException
-
numericValueOf
Deprecated.Description copied from interface:XPathReturn a numeric representation of the specified Path- Specified by:
numericValueOfin interfaceXPath- Throws:
XPathException
-