|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.util.DOMUtils
public class DOMUtils
| Constructor Summary | |
|---|---|
DOMUtils()
|
|
| Method Summary | |
|---|---|
static Element[] |
getChildElements(Element parent)
Gets all the child elements. |
static Element[] |
getChildElements(Element parent,
String nsUri,
String localPart)
Gets the child elements of the given name. |
static Element |
getElement(Document parent,
QName qname)
|
static Element |
getElement(Document parent,
String name)
|
static Element |
getElement(Document parent,
String namespaceURI,
String localName)
|
static Element[] |
getElements(NodeList children)
|
static String |
getElementText(Element element)
|
static Element |
getFirstChildElement(Element parent,
String nsUri,
String localPart)
Gets the fist child of the given name, or null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMUtils()
| Method Detail |
|---|
public static Element getFirstChildElement(Element parent,
String nsUri,
String localPart)
public static Element[] getChildElements(Element parent,
String nsUri,
String localPart)
public static Element[] getChildElements(Element parent)
public static String getElementText(Element element)
throws DOMException
DOMException
public static Element getElement(Document parent,
String name)
public static Element getElement(Document parent,
QName qname)
public static Element getElement(Document parent,
String namespaceURI,
String localName)
public static Element[] getElements(NodeList children)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||