com.sun.tools.xjc.reader.dtd.bindinfo
Class DOMUtil
java.lang.Object
com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
public final class DOMUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMUtil
public DOMUtil()
getAttribute
static final String getAttribute(Element e,
String attName)
getAttribute
public static String getAttribute(Element e,
String nsUri,
String local)
getElement
public static Element getElement(Element e,
String nsUri,
String localName)
getElement
public static Element getElement(Element e,
String localName)
getChildElements
public static List<Element> getChildElements(Element e)
getChildElements
public static List<Element> getChildElements(Element e,
String localName)