| Methods in org.jboss.portal.common.xml that throw NoSuchElementException |
static org.w3c.dom.Element |
XMLTools.getUniqueChild(org.w3c.dom.Element element,
boolean strict)
Return the optional unique child of an element. |
static org.w3c.dom.Element |
XMLTools.getUniqueChild(org.w3c.dom.Element element,
java.lang.String name,
boolean strict)
Return an optional child of an element with the specified name. |
static org.w3c.dom.Element |
XMLTools.getUniqueChild(org.w3c.dom.Element element,
java.lang.String uri,
java.lang.String name,
boolean strict)
Return an optional child of an element with the specified name and the optionally specified namespace uri. |