Uses of Interface
org.jaxen.expr.Predicated
-
Packages that use Predicated Package Description org.jaxen This package defines the core Jaxen API to the XPath engine.org.jaxen.expr Interfaces and default implementations for XPath expression components. -
-
Uses of Predicated in org.jaxen
Methods in org.jaxen with parameters of type Predicated Modifier and Type Method Description protected void
JaxenHandler. addPredicates(Predicated obj, java.util.Iterator predIter)
-
Uses of Predicated in org.jaxen.expr
Subinterfaces of Predicated in org.jaxen.expr Modifier and Type Interface Description interface
AllNodeStep
Represents the XPath node-testnode()
.interface
CommentNodeStep
Represents the XPath node-testcomment()
.interface
FilterExpr
Represents an XPath filter expression.interface
NameStep
Represents an XPath name test such aspara
orsvg:rect
.interface
ProcessingInstructionNodeStep
Represents the XPath node-testprocessing-instruction()
.interface
Step
Represents a location step in a LocationPath.interface
TextNodeStep
Represents the XPath node-testtext()
.Classes in org.jaxen.expr that implement Predicated Modifier and Type Class Description class
DefaultAllNodeStep
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultCommentNodeStep
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultFilterExpr
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultNameStep
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultProcessingInstructionNodeStep
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultStep
Deprecated.this class will become non-public in the future; use the interface insteadclass
DefaultTextNodeStep
Deprecated.this class will become non-public in the future; use the interface instead
-