Uses of Interface gnu.lists.ItemPredicate

Uses in package gnu.kawa.xml

Classes implementing gnu.lists.ItemPredicate

class
Matches an attribute name pattern.
class
class
A SeqPosition used to represent a node in (usually) a TreeList.
class

Uses in package gnu.lists

Methods with parameter type gnu.lists.ItemPredicate

int
int
AbstractSequence.nextMatching(int startPos, ItemPredicate type, int endPos, boolean descend)
Get next matching child or descendent (ignoring attributes).
int
TreeList.nextMatching(int startPos, ItemPredicate predicate, int endPos, boolean descend)
Get next matching child or descendent (ignoring attributes).