|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> util >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbossmx.cluster.watchdog.util.xml
Class XMLPluginNodeProcessor

java.lang.Objectorg.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- All Implemented Interfaces:
- NodeProcessor
- public class XMLPluginNodeProcessor
- extends BaseNodeProcessor
| Field Summary | |
static java.lang.String |
NODENAME
|
static java.lang.String |
NODEPROCESSOR
|
static java.lang.String |
XMLETPLUGIN_TAG
|
| Fields inherited from class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor |
|
| Constructor Summary | |
XMLPluginNodeProcessor(java.lang.String nodeName)
|
|
| Method Summary | |
private org.w3c.dom.Node |
getParamNode(org.w3c.dom.Node node)
|
protected void |
processNodeImpl(java.lang.String nodeName,
org.w3c.dom.Node node,
XMLScripter xmlScripter,
XMLContext xmlContext)
|
| Methods inherited from class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor |
getNodeName, processNode, verifyNodeName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
XMLETPLUGIN_TAG
public static final java.lang.String XMLETPLUGIN_TAG
- See Also:
- Constant Field Values
NODENAME
public static final java.lang.String NODENAME
- See Also:
- Constant Field Values
NODEPROCESSOR
public static final java.lang.String NODEPROCESSOR
- See Also:
- Constant Field Values
| Constructor Detail |
XMLPluginNodeProcessor
public XMLPluginNodeProcessor(java.lang.String nodeName)
| Method Detail |
processNodeImpl
protected void processNodeImpl(java.lang.String nodeName, org.w3c.dom.Node node, XMLScripter xmlScripter, XMLContext xmlContext) throws XMLScriptException
- Specified by:
processNodeImplin classBaseNodeProcessor
getParamNode
private org.w3c.dom.Node getParamNode(org.w3c.dom.Node node)
|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> util >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC