gnu.kawa.xml
public abstract class TreeScanner extends MethodProc implements Externalizable, CanInline
Field Summary | |
---|---|
NodePredicate | type |
Method Summary | |
---|---|
void | apply(CallContext ctx) |
String | getDesc() |
NodePredicate | getNodePredicate() |
Expression | inline(ApplyExp exp, ExpWalker walker) |
int | numArgs() |
void | readExternal(ObjectInput in) |
abstract void | scan(AbstractSequence seq, int ipos, PositionConsumer out) |
String | toString() |
void | writeExternal(ObjectOutput out) |