Interface Summary |
Attrs |
A wrapper for a NamedNodeMap that is returned when calling
Node.getAttributes() on a matched element. |
Content |
A Callback providing (mostly new) content for each element |
Context |
The context object passed to callback methods in Content ,
Each , Filter , and Mapper |
Each |
A callback to be executed for a set of matched elements. |
FastFilter |
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. |
Filter |
A filter indicating whether an element/index should be kept when reducing an
Match node set |
Mapper<E> |
A mapping type providing data for every element. |
Match |
A wrapper type for Element
This is the main type of the jOOX library. |