|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathException | |
org.apache.excalibur.xml.xpath | XPath processor and implementation. |
Uses of XPathException in org.apache.excalibur.xml.xpath |
Methods in org.apache.excalibur.xml.xpath that throw XPathException | |
static Node |
XPathUtil.getSingleNode(XPathProcessor processor,
Node rootNode,
String path)
Return the Node from the DOM Node rootNode
using the XPath expression path .
|
static String |
XPathUtil.getValueOf(XPathProcessor processor,
Node root,
String path)
Get the value of the node specified by the XPath. |
static String |
XPathUtil.getValueOf(XPathProcessor processor,
Node root,
String path,
String defaultValue)
Get the value of the node specified by the XPath. |
static boolean |
XPathUtil.getValueAsBooleanOf(XPathProcessor processor,
Node root,
String path)
Get the boolean value of the node specified by the XPath. |
static boolean |
XPathUtil.getValueAsBooleanOf(XPathProcessor processor,
Node root,
String path,
boolean defaultValue)
Get the boolean value of the node specified by the XPath. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |