Uses of Interface
org.joox.FastFilter

Uses of FastFilter in org.joox
 

Methods in org.joox that return FastFilter
static FastFilter JOOX.all()
          A filter that always returns true
static FastFilter JOOX.at(int... indexes)
          A filter that returns true on elements at given iteration indexes
static FastFilter JOOX.even()
          A filter that returns true on all even iteration indexes (starting with 0!)
static FastFilter JOOX.ids(String... ids)
          Create a filter matching id attributes
static FastFilter JOOX.none()
          A filter that always returns false
static FastFilter JOOX.odd()
          A filter that returns true on all odd iteration indexes (starting with 0!)
static FastFilter JOOX.tag(String tagName)
          A filter that returns all elements with a given tag name
 



Copyright © 2012. All Rights Reserved.