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 voidJaxenHandler. 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 interfaceAllNodeStepRepresents the XPath node-testnode().interfaceCommentNodeStepRepresents the XPath node-testcomment().interfaceFilterExprRepresents an XPath filter expression.interfaceNameStepRepresents an XPath name test such asparaorsvg:rect.interfaceProcessingInstructionNodeStepRepresents the XPath node-testprocessing-instruction().interfaceStepRepresents a location step in a LocationPath.interfaceTextNodeStepRepresents the XPath node-testtext().Classes in org.jaxen.expr that implement Predicated Modifier and Type Class Description classDefaultAllNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultCommentNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultFilterExprDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultNameStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultProcessingInstructionNodeStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultStepDeprecated.this class will become non-public in the future; use the interface insteadclassDefaultTextNodeStepDeprecated.this class will become non-public in the future; use the interface instead
-