avignon.xml
Class XPathHelper

java.lang.Object
  extended byavignon.xml.XPathHelper

public class XPathHelper
extends java.lang.Object


Constructor Summary
XPathHelper()
           
 
Method Summary
static org.w3c.dom.Node selectNode(org.w3c.dom.Node root, java.lang.String xpath)
           
static org.w3c.dom.NodeList selectNodes(org.w3c.dom.Node root, java.lang.String xpath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathHelper

public XPathHelper()
Method Detail

selectNodes

public static org.w3c.dom.NodeList selectNodes(org.w3c.dom.Node root,
                                               java.lang.String xpath)

selectNode

public static org.w3c.dom.Node selectNode(org.w3c.dom.Node root,
                                          java.lang.String xpath)

SourceForge.net Logo