public abstract class AbstractNodeListener extends Object implements INodeListener
| Constructor and Description |
|---|
AbstractNodeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAfter(nu.xom.Node node,
IContext context,
IResultSet result)
Perform some action after plugin execution for a given node.
|
ENext |
onBefore(nu.xom.Node node,
IContext context,
IResultSet result)
Perform some action before building plugin for a given node.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, resetpublic ENext onBefore(nu.xom.Node node, IContext context, IResultSet result)
INodeListeneronBefore in interface INodeListenernode - The node.context - The context.result - The result.ENext.DEEP,
the execution should go deeper.public void onAfter(nu.xom.Node node,
IContext context,
IResultSet result)
INodeListeneronAfter in interface INodeListenernode - The node.context - The context.result - The result.Copyright © 2016. All rights reserved.