Package org.apache.abdera.xpath
Interface XPath
- All Known Implementing Classes:
AbstractXPath
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Used to execute XPath queries over Feed Object Model instances.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
booleanValueOf
(String path, Base base) Deprecated.Return a boolean representation of the specified Pathboolean
Deprecated.Return a boolean representation of the specified Path using the specified Namespaces mappingDeprecated.Evaluate the specified XPath and return it's valueDeprecated.Evaluate the specified XPath and return it's value using the specified Namespaces mappingDeprecated.Return the default mapping of Prefixes to XML NamespacesnumericValueOf
(String path, Base base) Deprecated.Return a numeric representation of the specified PathDeprecated.Return a numeric representation of the specified Path using the specified Namespaces mappingselectNodes
(String path, Base base) Deprecated.Return a listing of nodes matching the specified PathDeprecated.Return a listing of nodes matching the specified Path using the specified Namespaces mappingselectSingleNode
(String path, Base base) Deprecated.Return the first node matching the specified PathDeprecated.Return a the first node matching the specified Path using the specified Namespaces mappingDeprecated.Return the text value of the specified PathDeprecated.Return the text value of the specified Path using the specified Namespaces mapping
-
Method Details
-
getDefaultNamespaces
Deprecated.Return the default mapping of Prefixes to XML Namespaces -
selectNodes
Deprecated.Return a listing of nodes matching the specified Path- Throws:
XPathException
-
selectSingleNode
Deprecated.Return the first node matching the specified Path- Throws:
XPathException
-
evaluate
Deprecated.Evaluate the specified XPath and return it's value- Throws:
XPathException
-
valueOf
Deprecated.Return the text value of the specified Path- Throws:
XPathException
-
booleanValueOf
Deprecated.Return a boolean representation of the specified Path- Throws:
XPathException
-
numericValueOf
Deprecated.Return a numeric representation of the specified Path- Throws:
XPathException
-
selectNodes
Deprecated.Return a listing of nodes matching the specified Path using the specified Namespaces mapping- Throws:
XPathException
-
selectSingleNode
Object selectSingleNode(String path, Base base, Map<String, String> namespaces) throws XPathExceptionDeprecated.Return a the first node matching the specified Path using the specified Namespaces mapping- Throws:
XPathException
-
evaluate
Deprecated.Evaluate the specified XPath and return it's value using the specified Namespaces mapping- Throws:
XPathException
-
valueOf
Deprecated.Return the text value of the specified Path using the specified Namespaces mapping- Throws:
XPathException
-
booleanValueOf
Deprecated.Return a boolean representation of the specified Path using the specified Namespaces mapping- Throws:
XPathException
-
numericValueOf
Deprecated.Return a numeric representation of the specified Path using the specified Namespaces mapping- Throws:
XPathException
-