@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
XmlFieldSelectorselectXPathToBoolean in interface XmlFieldSelectornamespaces - xml namespacesxpath - xpath expressionnode - xml field nodeXmlFieldXPathException - exception thrown when the xpath evaluation failedpublic XmlFieldNode selectXPathToNode(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelectorselectXPathToNode in interface XmlFieldSelectornamespaces - xml namespacesxpath - xpath expressionnode - xml field nodeXmlFieldXPathException - exception thrown when the xpath evaluation failedpublic XmlFieldNodeList selectXPathToNodeList(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelectorselectXPathToNodeList in interface XmlFieldSelectornamespaces - xml namespacesxpath - xpath expressionnode - xml field nodeXmlFieldXPathException - exception thrown when the xpath evaluation failedpublic Double selectXPathToNumber(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelectorselectXPathToNumber in interface XmlFieldSelectornamespaces - xml namespacesxpath - xpath expressionnode - xml field nodeXmlFieldXPathException - exception thrown when the xpath evaluation failedpublic String selectXPathToString(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
XmlFieldSelectorselectXPathToString in interface XmlFieldSelectornamespaces - xml namespacesxpath - xpath expressionnode - xml field nodeXmlFieldXPathException - exception thrown when the xpath evaluation failedCopyright © 2011–2014. All rights reserved.