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

Quick Search    Search Deep

Uses of Interface
org.jbossmx.cluster.watchdog.util.xml.XMLContext

Uses of XMLContext in org.jbossmx.cluster.watchdog.util.xml
 

Fields in org.jbossmx.cluster.watchdog.util.xml declared as XMLContext
private  XMLContext XMLScripter.m_xmlContext
           
 

Methods in org.jbossmx.cluster.watchdog.util.xml with parameters of type XMLContext
protected  void XMLPluginNodeProcessor.processNodeImpl(java.lang.String nodeName, org.w3c.dom.Node node, XMLScripter xmlScripter, XMLContext xmlContext)
           
 void NodeProcessor.processNode(org.w3c.dom.Node node, XMLScripter xmlScripter, XMLContext xmlContext)
           
 void BaseNodeProcessor.processNode(org.w3c.dom.Node node, XMLScripter xmlScripter, XMLContext xmlContext)
           
protected abstract  void BaseNodeProcessor.processNodeImpl(java.lang.String nodeName, org.w3c.dom.Node node, XMLScripter xmlScripter, XMLContext xmlContext)
           
 

Constructors in org.jbossmx.cluster.watchdog.util.xml with parameters of type XMLContext
XMLScripter(XMLContext xmlContext, java.lang.String rootTag)
           
XMLScripter(XMLContext xmlContext, java.lang.String rootTag, java.lang.String pluginTag)