com.werken.xpath
Class DOM4JXPathEngine

java.lang.Object
  |
  +--com.werken.xpath.DOM4JXPathEngine
All Implemented Interfaces:
org.dom4j.XPathEngine

public class DOM4JXPathEngine
extends java.lang.Object
implements org.dom4j.XPathEngine


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

DOM4JXPathEngine

public DOM4JXPathEngine()
Method Detail

createXPath

public org.dom4j.XPath createXPath(java.lang.String xpathExpr)
Specified by:
createXPath in interface org.dom4j.XPathEngine

selectNodes

public java.util.List selectNodes(org.dom4j.Node contextNode,
                                  org.dom4j.XPath dom4jxpath)
Specified by:
selectNodes in interface org.dom4j.XPathEngine

selectSingleNode

public org.dom4j.Node selectSingleNode(org.dom4j.Node contextNode,
                                       org.dom4j.XPath dom4jxpath)
Specified by:
selectSingleNode in interface org.dom4j.XPathEngine


Copyright © 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.