Uses of Class
org.jaxen.expr.PredicateSet
Packages that use PredicateSet
Package
Description
Interfaces and default implementations for
XPath expression components.
-
Uses of PredicateSet in org.jaxen.expr
Fields in org.jaxen.expr declared as PredicateSetModifier and TypeFieldDescriptionprivate PredicateSetDefaultFilterExpr.predicatesDeprecated.private PredicateSetDefaultStep.predicatesDeprecated.Methods in org.jaxen.expr that return PredicateSetModifier and TypeMethodDescriptionDefaultXPathFactory.createPredicateSet()XPathFactory.createPredicateSet()Create an empty predicate set.DefaultFilterExpr.getPredicateSet()Deprecated.DefaultStep.getPredicateSet()Deprecated.Predicated.getPredicateSet()Returns a possibly empty set of predicates.Constructors in org.jaxen.expr with parameters of type PredicateSetModifierConstructorDescriptionDefaultAllNodeStep(IterableAxis axis, PredicateSet predicateSet) Deprecated.DefaultCommentNodeStep(IterableAxis axis, PredicateSet predicateSet) Deprecated.DefaultFilterExpr(Expr expr, PredicateSet predicateSet) Deprecated.DefaultFilterExpr(PredicateSet predicateSet) Deprecated.DefaultNameStep(IterableAxis axis, String prefix, String localName, PredicateSet predicateSet) Deprecated.Constructor.DefaultProcessingInstructionNodeStep(IterableAxis axis, String name, PredicateSet predicateSet) Deprecated.DefaultStep(IterableAxis axis, PredicateSet predicates) Deprecated.DefaultTextNodeStep(IterableAxis axis, PredicateSet predicateSet) Deprecated.