Class DOMUtil
- java.lang.Object
-
- com.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
-
public final class DOMUtil extends Object
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description DOMUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getAttribute(Element e, String nsUri, String local)
static List<Element>
getChildElements(Element e)
static List<Element>
getChildElements(Element e, String localName)
static Element
getElement(Element e, String localName)
static Element
getElement(Element e, String nsUri, String localName)
-