Uses of Interface
xmlparser.xpath.Predicate
| Package | Description |
|---|---|
| xmlparser.xpath |
-
Uses of Predicate in xmlparser.xpath
Fields in xmlparser.xpath with type parameters of type Predicate Modifier and Type Field Description java.util.List<Predicate>Segment. predicatesMethods in xmlparser.xpath that return Predicate Modifier and Type Method Description static PredicatePredicate. newEqualityPredicate(java.lang.String s)static PredicatePredicate. parsePredicate(java.lang.String predicate)Constructor parameters in xmlparser.xpath with type arguments of type Predicate Constructor Description Segment(java.lang.String elementName, java.util.List<Predicate> predicates)