de.pannenleiter.db.expr
Class Step
java.lang.Object
|
+--de.pannenleiter.db.expr.Step
- public class Step
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
axis
protected Axis axis
name
protected NameTest name
nodeType
protected int nodeType
Step
public Step(int axisNumber,
int nodeType,
NameTest nodeName)
throws java.lang.Exception
Step
public Step(Axis axis,
int nodeType,
NameTest nodeName)
addFilter
public Step addFilter(Expression exp)
dump
public void dump(java.lang.String indent)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object