submarine.util
Class XPath

java.lang.Object
  |
  +--submarine.util.XPath

public final class XPath
extends java.lang.Object


Field Summary
private  IXPath xp
           
 
Constructor Summary
XPath()
           
XPath(java.lang.String path)
           
 
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

xp

private IXPath xp
Constructor Detail

XPath

public XPath()

XPath

public XPath(java.lang.String path)
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.