submarine.util
Class XPathForJaxen

java.lang.Object
  |
  +--submarine.util.XPathForJaxen
All Implemented Interfaces:
IXPath

public class XPathForJaxen
extends java.lang.Object
implements IXPath


Field Summary
private  java.lang.String xpath
           
 
Fields inherited from interface submarine.util.IXPath
XPATH_CLASS_PTY
 
Constructor Summary
XPathForJaxen()
           
XPathForJaxen(java.lang.String exp)
           
 
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)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

xpath

private java.lang.String xpath
Constructor Detail

XPathForJaxen

public XPathForJaxen()

XPathForJaxen

public XPathForJaxen(java.lang.String exp)
Method Detail

setPath

public void setPath(java.lang.String path)
Specified by:
setPath in interface IXPath

selectNodes

public java.util.List selectNodes(org.w3c.dom.Node context)
                           throws java.lang.Exception
Specified by:
selectNodes in interface IXPath

selectSingleNode

public org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node context)
                                  throws java.lang.Exception
Specified by:
selectSingleNode in interface IXPath

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