submarine.util
Interface IXPath

All Known Implementing Classes:
XPathForJaxen, XPathForSaxon, XPathForXalan

public interface IXPath


Field Summary
static java.lang.String XPATH_CLASS_PTY
           
 
Method Summary
 java.util.List selectNodes(org.w3c.dom.Node context)
           
 org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node context)
           
 void setPath(java.lang.String path)
           
 

Field Detail

XPATH_CLASS_PTY

public static final java.lang.String XPATH_CLASS_PTY
Method Detail

setPath

public void setPath(java.lang.String path)

selectNodes

public java.util.List selectNodes(org.w3c.dom.Node context)
                           throws java.lang.Exception

selectSingleNode

public org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node context)
                                  throws java.lang.Exception

Submarine project. free distribution of this software must include the opensource licence.
Guénolé de Cadoudal.