Uses of Class
uk.org.ogsadai.common.xml.XMLEmptyElementException

Packages that use XMLEmptyElementException
uk.org.ogsadai.common.xml This package provides a set of common classes for XML manipulation. 
 

Uses of XMLEmptyElementException in uk.org.ogsadai.common.xml
 

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.