submarine.util
Class XPathForXalan

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

public class XPathForXalan
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
XPathForXalan()
           
XPathForXalan(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

xpath

private java.lang.String xpath
Constructor Detail

XPathForXalan

public XPathForXalan()

XPathForXalan

public XPathForXalan(java.lang.String path)
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 javax.xml.transform.TransformerException
Specified by:
selectNodes in interface IXPath

selectSingleNode

public org.w3c.dom.Node selectSingleNode(org.w3c.dom.Node context)
                                  throws javax.xml.transform.TransformerException
Specified by:
selectSingleNode in interface IXPath

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