|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.reader.dtd.bindinfo.DOMUtil
public final class DOMUtil
| Constructor Summary | |
|---|---|
DOMUtil()
|
|
| Method Summary | |
|---|---|
(package private) static String |
getAttribute(Element e,
String attName)
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMUtil()
| Method Detail |
|---|
static final String getAttribute(Element e,
String attName)
public static String getAttribute(Element e,
String nsUri,
String local)
public static Element getElement(Element e,
String nsUri,
String localName)
public static Element getElement(Element e,
String localName)
public static List<Element> getChildElements(Element e)
public static List<Element> getChildElements(Element e,
String localName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||