com.ptc.hli.util
Class XMLHelper
java.lang.Object
com.ptc.hli.util.XMLHelper
- public class XMLHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLHelper
public XMLHelper()
getAttributes
public static HashMap getAttributes(Node elementNode)
getAttributeValue
public static String getAttributeValue(Node elementNode,
String attributeName,
String defaultValue)
getChildrenByTagName
public static List getChildrenByTagName(Node elementNode,
String tagName)
getFirstChild
public static Element getFirstChild(Node elementNode,
String tagName)