|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Predicated | |
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 | |
protected void |
JaxenHandler.addPredicates(Predicated obj,
Iterator predIter)
|
Uses of Predicated in org.jaxen.expr |
Subinterfaces of Predicated in org.jaxen.expr | |
interface |
AllNodeStep
|
interface |
CommentNodeStep
|
interface |
FilterExpr
|
interface |
NameStep
|
interface |
ProcessingInstructionNodeStep
|
interface |
Step
A Step represents a location step in a LocationPath. |
interface |
TextNodeStep
|
Classes in org.jaxen.expr that implement Predicated | |
class |
DefaultAllNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultCommentNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultFilterExpr
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultNameStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultProcessingInstructionNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultStep
Deprecated. this class will become non-public in the future; use the interface instead |
class |
DefaultTextNodeStep
Deprecated. this class will become non-public in the future; use the interface instead |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |