Package org.xfp.filters.jxpath

This package contains Jakarta Commons JXPath related Filters.

See:
          Description

Class Summary
JXPathAbstractFilter Base class for filters performing JXPath operations.
JXPathGetValue Evaluates the xpath, converts the result to the specified class and returns the resulting object.
JXPathIterate Evaluates the xpath and returns an Iterator on the results.
JXPathSetValue Modifies the value of the property described by the supplied xpath.
 

Package org.xfp.filters.jxpath Description

This package contains Jakarta Commons JXPath related Filters. JXPath defines a simple interpreter of the XPath expression language. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof.



Copyright © 2003-2004 XFP Team. All Rights Reserved.