Uses of Class
org.jboss.portal.common.xml.NoSuchElementException

Packages that use NoSuchElementException
org.jboss.portal.common.xml   
 

Uses of NoSuchElementException in org.jboss.portal.common.xml
 

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.
 



Copyright © 2008. All Rights Reserved.