|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLMissingElementException | |
uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
Uses of XMLMissingElementException in uk.org.ogsadai.common.xml |
Methods in uk.org.ogsadai.common.xml that throw XMLMissingElementException | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |