Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.util.xml
Class XMLPluginNodeProcessor  view XMLPluginNodeProcessor download XMLPluginNodeProcessor.java

java.lang.Object
  extended byorg.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
      extended byorg.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:
processNodeImpl in class BaseNodeProcessor

getParamNode

private org.w3c.dom.Node getParamNode(org.w3c.dom.Node node)