|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLMissingAttributeException | |
uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
Uses of XMLMissingAttributeException in uk.org.ogsadai.common.xml |
Methods in uk.org.ogsadai.common.xml that throw XMLMissingAttributeException | |
static java.lang.String |
XMLUtilities.parseAttribute(org.w3c.dom.Element element,
java.lang.String attributeName,
boolean nonEmpty)
Parses the value of an attribute of an element. |
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 |