|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> util >> [ xml overview ] | PREV NEXT | ||||||||
A
- addNodeProcessor(NodeProcessor) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- addPluginNodeProcessor(Node) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
B
- BaseNodeProcessor - class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor.
- BaseNodeProcessor(String) - Constructor for class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
C
- concatenateNodes(NodeList) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Concatenates the values of all the nodes in
nodeList - createObject(Node) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Creates a Java object represented by
node - createObjects(NodeList) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Creates an array of Objects from the list of XML Nodes
G
- getClassFromNode(Node) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Creates a Class object from the 'class' attribute of
node - getConstructorClasses(Object[]) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- getConstructorClasses(NodeList) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Gets an array of Classes from the node List, if
nodeListis empty of only contains #text node types that a String.class is returned - getMatchingConstructor(Class, Class[]) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- getMatchingNodeCount(NodeList, String) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Returns the number of nodes in
nodeListthat have a node name equal tonodeName - getNodeName() - Method in class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
- getNodeName() - Method in interface org.jbossmx.cluster.watchdog.util.xml.NodeProcessor
- getNodeProcessor(String) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- getParamNode(Node) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- getURL() - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
H
- howManyOccurences(String, String) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Returns the number of times
searchInoccurs insearchIn
I
- isAssignableFrom(Class[], Class[]) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
M
- m_document - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- m_nodeName - Variable in class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
- m_nodeProcessorts - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- m_pluginTag - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- m_reason - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScriptException
- m_rootTag - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- m_url - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- m_xmlContext - Variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
N
- NODENAME - Static variable in class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- NODEPROCESSOR - Static variable in class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- NodeProcessor - interface org.jbossmx.cluster.watchdog.util.xml.NodeProcessor.
O
- org.jbossmx.cluster.watchdog.util.xml - package org.jbossmx.cluster.watchdog.util.xml
P
- PLUGIN_TAG - Static variable in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- printObjectArray(Object[]) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Prints out the class type and string representation of all the Objects in the array
- processDocument(String) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- processDocument(URL) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- processNode(Node, XMLScripter, XMLContext) - Method in class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
- processNode(Node, XMLScripter, XMLContext) - Method in interface org.jbossmx.cluster.watchdog.util.xml.NodeProcessor
- processNode(Node) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- processNodeImpl(String, Node, XMLScripter, XMLContext) - Method in class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
- processNodeImpl(String, Node, XMLScripter, XMLContext) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- processNodeList(NodeList) - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
R
- repeatString(String, int) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Returns
repeatWhatrepeatedhowManytimes
T
- toString() - Method in class org.jbossmx.cluster.watchdog.util.xml.XMLScriptException
- translateArrayClassString(String) - Static method in class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- Converts
fromto a Class.forName(java.lang.String)>Class.forName(java.lang.String)55 compliant String
V
- verifyNodeName(String) - Method in class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
- verifyNodeName(String) - Method in interface org.jbossmx.cluster.watchdog.util.xml.NodeProcessor
X
- XMLContext - interface org.jbossmx.cluster.watchdog.util.xml.XMLContext.
- XMLETPLUGIN_TAG - Static variable in class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- XMLObjectCreator - class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator.
- XMLObjectCreator is a utility class for creating Java objects from XML
- XMLObjectCreator() - Constructor for class org.jbossmx.cluster.watchdog.util.xml.XMLObjectCreator
- XMLObjectCreator doesn't need to be created.
- XMLPluginNodeProcessor - class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor.
- XMLPluginNodeProcessor(String) - Constructor for class org.jbossmx.cluster.watchdog.util.xml.XMLPluginNodeProcessor
- XMLScriptException - exception org.jbossmx.cluster.watchdog.util.xml.XMLScriptException.
- XMLScriptException(String) - Constructor for class org.jbossmx.cluster.watchdog.util.xml.XMLScriptException
- XMLScripter - class org.jbossmx.cluster.watchdog.util.xml.XMLScripter.
- XMLScripter(XMLContext, String) - Constructor for class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
- XMLScripter(XMLContext, String, String) - Constructor for class org.jbossmx.cluster.watchdog.util.xml.XMLScripter
A B C G H I M N O P R T V X
|
|||||||||
| Home >> All >> org >> jbossmx >> cluster >> watchdog >> util >> [ xml overview ] | PREV NEXT | ||||||||