public class IgnoreNodeListener extends AbstractNodeListener
| Constructor and Description |
|---|
IgnoreNodeListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The listener name.
|
ENext |
onBefore(nu.xom.Node node,
IContext context,
IResultSet result)
Perform some action before building plugin for a given node.
|
void |
reset()
Reset listener state.
|
onAfterpublic void reset()
ISpecRunnerListenerpublic String getName()
ISpecRunnerListenerpublic ENext onBefore(nu.xom.Node node, IContext context, IResultSet result)
INodeListeneronBefore in interface INodeListeneronBefore in class AbstractNodeListenernode - The node.context - The context.result - The result.ENext.DEEP,
the execution should go deeper.Copyright © 2016. All rights reserved.