Firefish 0.5.10

gov.lbl.dsd.firefish
Class XPathTool

java.lang.Object
  extended bygov.lbl.dsd.firefish.XPathTool

public class XPathTool
extends Object

Convenience tools for evaluating an XPath query.

Version:
$Revision: 1.4 $, $Date: 2004/02/06 23:05:34 $

Constructor Summary
XPathTool()
           
 
Method Summary
static void addNamespaces(XPath xpath, Map map)
           
static void addVariables(XPath xpath, Map map)
           
static ItemSet xpath(XPath xpath, Node context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathTool

public XPathTool()
Method Detail

xpath

public static ItemSet xpath(XPath xpath,
                            Node context)
                     throws JaxenException
Throws:
JaxenException

addNamespaces

public static void addNamespaces(XPath xpath,
                                 Map map)
                          throws JaxenException
Throws:
JaxenException

addVariables

public static void addVariables(XPath xpath,
                                Map map)

Firefish 0.5.10

Jump to the Firefish Homepage