palio.modules.hetman
Class ConfigUtils

java.lang.Object
  extended by palio.modules.hetman.ConfigUtils

public class ConfigUtils
extends java.lang.Object


Constructor Summary
ConfigUtils()
           
 
Method Summary
static java.lang.String getAttribute(org.w3c.dom.Node node, java.lang.String attributeName)
           
static java.lang.String getAttribute(javax.xml.xpath.XPath xpath, org.w3c.dom.Node node, java.lang.String attributeName)
           
static java.lang.String getComment(org.w3c.dom.Node node)
           
static java.lang.Object[] getConnectors(org.w3c.dom.NodeList list)
           
static java.lang.Object[] getConnectors(javax.xml.xpath.XPath xpath, org.w3c.dom.NodeList list)
           
static java.util.HashMap<java.lang.String,Param> getParams(org.w3c.dom.NodeList list)
           
static javax.xml.xpath.XPath getXPath()
           
static boolean isNull(java.lang.String obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigUtils

public ConfigUtils()
Method Detail

getParams

public static java.util.HashMap<java.lang.String,Param> getParams(org.w3c.dom.NodeList list)
                                                           throws javax.xml.xpath.XPathExpressionException,
                                                                  HetmanException
Throws:
javax.xml.xpath.XPathExpressionException
HetmanException

getConnectors

public static java.lang.Object[] getConnectors(javax.xml.xpath.XPath xpath,
                                               org.w3c.dom.NodeList list)
                                        throws javax.xml.xpath.XPathExpressionException,
                                               HetmanException
Throws:
javax.xml.xpath.XPathExpressionException
HetmanException

getConnectors

public static java.lang.Object[] getConnectors(org.w3c.dom.NodeList list)
                                        throws javax.xml.xpath.XPathExpressionException,
                                               HetmanException
Throws:
javax.xml.xpath.XPathExpressionException
HetmanException

getAttribute

public static java.lang.String getAttribute(javax.xml.xpath.XPath xpath,
                                            org.w3c.dom.Node node,
                                            java.lang.String attributeName)
                                     throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

getAttribute

public static java.lang.String getAttribute(org.w3c.dom.Node node,
                                            java.lang.String attributeName)
                                     throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

isNull

public static boolean isNull(java.lang.String obj)

getComment

public static java.lang.String getComment(org.w3c.dom.Node node)
                                   throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

getXPath

public static javax.xml.xpath.XPath getXPath()