|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathProcessor | |
---|---|
org.apache.excalibur.xml.xpath | XPath processor and implementation. |
Uses of XPathProcessor in org.apache.excalibur.xml.xpath |
---|
Classes in org.apache.excalibur.xml.xpath that implement XPathProcessor | |
---|---|
class |
AbstractProcessorImpl
This class defines base class for the implementations of the XPathProcessor component. |
class |
JaxenProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
Saxon8ProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
class |
XPathProcessorImpl
This class defines the implementation of the XPathProcessor
component. |
Methods in org.apache.excalibur.xml.xpath with parameters of type XPathProcessor | |
---|---|
static org.w3c.dom.Node |
XPathUtil.getSingleNode(XPathProcessor processor,
org.w3c.dom.Node rootNode,
String path)
Return the Node from the DOM Node rootNode
using the XPath expression path . |
static boolean |
XPathUtil.getValueAsBooleanOf(XPathProcessor processor,
org.w3c.dom.Node root,
String path)
Get the boolean value of the node specified by the XPath. |
static boolean |
XPathUtil.getValueAsBooleanOf(XPathProcessor processor,
org.w3c.dom.Node root,
String path,
boolean defaultValue)
Get the boolean value of the node specified by the XPath. |
static String |
XPathUtil.getValueOf(XPathProcessor processor,
org.w3c.dom.Node root,
String path)
Get the value of the node specified by the XPath. |
static String |
XPathUtil.getValueOf(XPathProcessor processor,
org.w3c.dom.Node root,
String path,
String defaultValue)
Get the value of the node specified by the XPath. |
static String |
XPathUtil.getValueOfNode(XPathProcessor processor,
org.w3c.dom.Node node)
Get the value of the DOM node. |
static String |
XPathUtil.getValueOfNode(XPathProcessor processor,
org.w3c.dom.Node node,
String defaultValue)
Get the value of the node. |
static org.w3c.dom.NodeList |
XPathUtil.searchNodeList(XPathProcessor processor,
org.w3c.dom.Node contextNode,
String str)
Use an XPath string to select a nodelist. |
static org.w3c.dom.Node |
XPathUtil.searchSingleNode(XPathProcessor processor,
org.w3c.dom.Node contextNode,
String str)
Use an XPath string to select a single node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |