Methods in uk.org.ogsadai.common.xml that throw XMLEmptyElementException |
static java.lang.String |
XMLUtilities.parseElementValue(org.w3c.dom.Element element,
boolean nonEmpty)
Parses the specified element and returns its value. |
static java.lang.String |
XMLUtilities.parseChildElementValue(org.w3c.dom.Element parent,
java.lang.String namespaceURI,
java.lang.String childName,
boolean required,
boolean nonEmpty)
Parses the value of a child element of the specified
parent. |
static java.lang.String |
XMLUtilities.parseChildElementAttribute(org.w3c.dom.Element parent,
java.lang.String namespaceURI,
java.lang.String childName,
java.lang.String attributeName,
boolean required,
boolean nonEmpty)
Parses the value of an attribute of a child element. |