org.joox
Interface FastFilter

All Superinterfaces:
Filter

public interface FastFilter
extends Filter

A filter indicating whether an element/index should be kept when reducing an Match node set

In addition to the filtering functionality, this marker interface can be used to indicate that Context.elementSize() may not be needed for filtering. This is particularly interesting for filters, such as JOOX.tag(String), JOOX.all(), etc

Author:
Lukas Eder

Method Summary
 
Methods inherited from interface org.joox.Filter
filter
 



Copyright © 2012. All Rights Reserved.