|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaxen.expr.DefaultStep
org.jaxen.expr.DefaultTextNodeStep
public class DefaultTextNodeStep
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Deprecated. |
| Constructor Summary | |
|---|---|
DefaultTextNodeStep(IterableAxis axis,
PredicateSet predicateSet)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getText()
Deprecated. Returns a String containing the XPath expression. |
boolean |
matches(java.lang.Object node,
ContextSupport support)
Deprecated. Performs the node-test part of evaluating the step for the given node (which must be on the axis). |
| Methods inherited from class org.jaxen.expr.DefaultStep |
|---|
addPredicate, axisIterator, evaluate, getAxis, getAxisName, getIterableAxis, getPredicates, getPredicateSet, simplify, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jaxen.expr.Step |
|---|
axisIterator, evaluate, getAxis, simplify |
| Methods inherited from interface org.jaxen.expr.Predicated |
|---|
addPredicate, getPredicates, getPredicateSet |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public DefaultTextNodeStep(IterableAxis axis,
PredicateSet predicateSet)
| Method Detail |
|---|
public boolean matches(java.lang.Object node,
ContextSupport support)
Step
matches in interface Steppublic java.lang.String getText()
StepString containing the XPath expression.
getText in interface StepgetText in class DefaultStep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||