|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectdk.brics.xpath.Node
dk.brics.xpath.Predicate
public abstract class Predicate
Abstract superclass for predicate nodes.
| Nested Class Summary | |
|---|---|
static class |
Predicate.Kind
Predicate kinds. |
| Constructor Summary | |
|---|---|
Predicate(Predicate.Kind kind)
Constructs a new predicate node. |
|
| Method Summary | |
|---|---|
void |
apply(Visitor v)
Applies the given Visitor to this node. |
Predicate.Kind |
getKind()
Gets the kind. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Predicate(Predicate.Kind kind)
kind - kind of predicate| Method Detail |
|---|
public void apply(Visitor v)
NodeVisitor to this node.
apply in class Nodev - node visitorpublic Predicate.Kind getKind()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||