public interface XmlFieldSelector
Modifier and Type | Method and Description |
---|---|
Boolean |
selectXPathToBoolean(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as a
boolean.
|
XmlFieldNode |
selectXPathToNode(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
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)
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)
Select xpath expression to an xml field node and return the result as a
double.
|
String |
selectXPathToString(NamespaceMap namespaces,
String xpath,
XmlFieldNode node)
Select xpath expression to an xml field node and return the result as a
string.
|
Boolean selectXPathToBoolean(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedXmlFieldNode selectXPathToNode(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedXmlFieldNodeList selectXPathToNodeList(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedDouble selectXPathToNumber(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedString selectXPathToString(NamespaceMap namespaces, String xpath, XmlFieldNode node) throws XmlFieldXPathException
namespaces
- xml namespacesxpath
- xpath expressionnode
- xml field nodeXmlFieldXPathException
- exception thrown when the xpath evaluation failedCopyright © 2011–2014. All rights reserved.