org.softnetwork.xml.dom.xpath
Class LookupService

java.lang.Object
  extended by org.softnetwork.xml.dom.xpath.LookupService
All Implemented Interfaces:
XPath

public final class LookupService
extends java.lang.Object
implements XPath

Author:
stephane.manciot@ebiznext.com

Field Summary
 
Fields inherited from interface org.softnetwork.xml.dom.xpath.XPath
EMPTY, EMPTY_NODES, XPATH_ALL, XPATH_ATTRIBUTE, XPATH_COND_BEGIN, XPATH_COND_END, XPATH_COUNT_FUNCTION, XPATH_CURRENT, XPATH_EQUALITY, XPATH_LAST_POS_FUNCTION, XPATH_NAME_FUNCTION, XPATH_NOT_COND, XPATH_POS_FUNCTION, XPATH_SEPARATOR, XPATH_TEXT_FUNCTION
 
Method Summary
static org.w3c.dom.Element[] selectElements(org.w3c.dom.Element current, java.lang.String xPath)
           
static org.w3c.dom.Node[] selectNodes(org.w3c.dom.Node current, java.lang.String xPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

selectNodes

public static org.w3c.dom.Node[] selectNodes(org.w3c.dom.Node current,
                                             java.lang.String xPath)
                                      throws XPathFormatException
Throws:
XPathFormatException

selectElements

public static org.w3c.dom.Element[] selectElements(org.w3c.dom.Element current,
                                                   java.lang.String xPath)
                                            throws XPathFormatException
Throws:
XPathFormatException


Copyright © 2005-2007 softnetwork.org. All Rights Reserved.