Uses of Interface
gnu.lists.ItemPredicate
-
Packages that use ItemPredicate Package Description gnu.kawa.xml gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.mapping SupportsProcedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). -
-
Uses of ItemPredicate in gnu.kawa.xml
Classes in gnu.kawa.xml that implement ItemPredicate Modifier and Type Class Description classAttributeTypeMatches an attribute name pattern.classElementTypeclassNodeTypeA SeqPosition used to represent a node in (usually) a TreeList.classProcessingInstructionType -
Uses of ItemPredicate in gnu.lists
Subinterfaces of ItemPredicate in gnu.lists Modifier and Type Interface Description interfaceAttributePredicateA predicate that (only) matches a ATTRIBUTE_VALUE.interfaceElementPredicateA predicate that (only) matches a ELEMENT_VALUE.interfaceNodePredicateA predicate that (only) matches only "nodes" in the XML sense.Methods in gnu.lists with parameters of type ItemPredicate Modifier and Type Method Description intAbstractSequence. firstChildPos(int ipos, ItemPredicate predicate)intAbstractSequence. nextMatching(int startPos, ItemPredicate type, int endPos, boolean descend)Get next matching child or descendent (ignoring attributes).intTreeList. nextMatching(int startPos, ItemPredicate predicate, int endPos, boolean descend) -
Uses of ItemPredicate in gnu.mapping
Methods in gnu.mapping with parameters of type ItemPredicate Modifier and Type Method Description intValues.FromTreeList. nextMatching(int startPos, ItemPredicate type, int endPos, boolean descend)
-