org.xfp.filters.jxpath
Class JXPathIterate

java.lang.Object
  extended byorg.xfp.AttributeContainer
      extended byorg.xfp.Filter
          extended byorg.xfp.filters.jxpath.JXPathAbstractFilter
              extended byorg.xfp.filters.jxpath.JXPathIterate

public class JXPathIterate
extends JXPathAbstractFilter

Evaluates the xpath and returns an Iterator on the results.

Version:
$Id: JXPathIterate.java,v 1.1 2004/03/19 15:56:31 flaviotordini Exp $
Author:
Flavio Tordini
JAR Dependency:
Apache JXPath (Jakarta Commons)

Nested Class Summary
 
Nested classes inherited from class org.xfp.Filter
Filter.OnErrorEnum, Filter.OnLoopErrorEnum
 
Field Summary
 
Fields inherited from class org.xfp.AttributeContainer
name, parentContainer
 
Constructor Summary
JXPathIterate()
           
 
Method Summary
 java.util.Iterator execute(java.lang.Object bean)
          Executes this filter.
protected  void subreset()
          Subclasses must reset their status within this method.
 
Methods inherited from class org.xfp.filters.jxpath.JXPathAbstractFilter
getXpath, reset, setXpath
 
Methods inherited from class org.xfp.Filter
getOnError, initialize, log, newInstance, perform, toString
 
Methods inherited from class org.xfp.AttributeContainer
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JXPathIterate

public JXPathIterate()
Method Detail

execute

public java.util.Iterator execute(java.lang.Object bean)
Executes this filter.

Parameters:
bean - The context bean
Returns:
Iterator of Object.

subreset

protected void subreset()
Description copied from class: JXPathAbstractFilter
Subclasses must reset their status within this method.

Specified by:
subreset in class JXPathAbstractFilter
See Also:
JXPathAbstractFilter.subreset()


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