public abstract class AbstractNodeHandler extends Object implements INodeHandler
Modifier and Type | Field and Description |
---|---|
protected Object |
handler |
protected Method |
method |
Constructor and Description |
---|
AbstractNodeHandler(Object handler,
Method method) |
Modifier and Type | Method and Description |
---|---|
void |
handle(Node node) |
abstract void |
invoke(Node node) |
String |
toString() |
Copyright © 2008–2021. All rights reserved.