|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.webservice.util.DOMUtils
A utility class for common w3c DOM operations.
Method Summary | |
static String |
getAttributeValue(Element el,
String attrName)
Get the value from the given attribute |
static boolean |
getAttributeValueAsBoolean(Element el,
String attrName)
Get the boolean value from the given attribute |
static javax.xml.namespace.QName |
getAttributeValueAsQName(Element el,
String attrName)
Get the qname value from the given attribute |
static Element |
getFirstChildElement(Element el)
Gets the first child element |
static Element |
getFirstChildElement(Element el,
String tagName)
Gets the first child element for a givenname |
static Element |
getParentElement(Element el)
Gets parent element or null if there is none |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static String getAttributeValue(Element el, String attrName)
public static javax.xml.namespace.QName getAttributeValueAsQName(Element el, String attrName)
public static boolean getAttributeValueAsBoolean(Element el, String attrName)
public static Element getFirstChildElement(Element el)
public static Element getFirstChildElement(Element el, String tagName)
public static Element getParentElement(Element el)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |