org.rosuda.deducer.toolkit
Class XMLHelper
java.lang.Object
org.rosuda.deducer.toolkit.XMLHelper
public class XMLHelper
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLHelper
public XMLHelper()
getChildrenElementsByTag
public static java.util.Vector getChildrenElementsByTag(org.w3c.dom.Node node,
java.lang.String name)
debugPrintChildren
public static void debugPrintChildren(org.w3c.dom.Node node)
appendCollection
public static void appendCollection(org.w3c.dom.Node node,
java.util.Collection c,
java.lang.String tag)
appendCollection
public static void appendCollection(org.w3c.dom.Node node,
java.lang.Object[] o,
java.lang.String tag)
getChildCollection
public static java.lang.String[] getChildCollection(org.w3c.dom.Node node,
java.lang.String tag)