@Deprecated public class DomXalanSelector extends Object implements XmlFieldSelector
Constructor and Description |
---|
DomXalanSelector()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static XPath |
getXPath(NamespaceMap namespaces)
Deprecated.
|
Boolean |
selectXPathToBoolean(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
Select xpath expression to an xml field node and return the result as a
boolean.
|
XmlFieldNode |
selectXPathToNode(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
Select xpath expression to an xml field node and return the result as an
xml field node.
|
XmlFieldNodeList |
selectXPathToNodeList(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
Select xpath expression to an xml field node and return the result as an
xml field node list.
|
Double |
selectXPathToNumber(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
Select xpath expression to an xml field node and return the result as a
double.
|
String |
selectXPathToString(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Deprecated.
Select xpath expression to an xml field node and return the result as a
string.
|
public static XPath getXPath(NamespaceMap namespaces)
public Boolean selectXPathToBoolean(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelector
selectXPathToBoolean
in interface XmlFieldSelector
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedpublic XmlFieldNode selectXPathToNode(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelector
selectXPathToNode
in interface XmlFieldSelector
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedpublic XmlFieldNodeList selectXPathToNodeList(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelector
selectXPathToNodeList
in interface XmlFieldSelector
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedpublic Double selectXPathToNumber(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelector
selectXPathToNumber
in interface XmlFieldSelector
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedpublic String selectXPathToString(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelector
selectXPathToString
in interface XmlFieldSelector
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedCopyright © 2011–2014. All rights reserved.