|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.werken.xpath.DOM4JXPathEngine
Constructor Summary | |
DOM4JXPathEngine()
|
Method Summary | |
org.dom4j.XPath |
createXPath(java.lang.String xpathExpr)
|
java.util.List |
selectNodes(org.dom4j.Node contextNode,
org.dom4j.XPath dom4jxpath)
|
org.dom4j.Node |
selectSingleNode(org.dom4j.Node contextNode,
org.dom4j.XPath dom4jxpath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DOM4JXPathEngine()
Method Detail |
public org.dom4j.XPath createXPath(java.lang.String xpathExpr)
createXPath
in interface org.dom4j.XPathEngine
public java.util.List selectNodes(org.dom4j.Node contextNode, org.dom4j.XPath dom4jxpath)
selectNodes
in interface org.dom4j.XPathEngine
public org.dom4j.Node selectSingleNode(org.dom4j.Node contextNode, org.dom4j.XPath dom4jxpath)
selectSingleNode
in interface org.dom4j.XPathEngine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |