Uses of Class
org.deegree.xml.ElementList

Packages that use ElementList
org.deegree_impl.clients.gazetteer.configuration   
org.deegree_impl.clients.wcasclient.model   
org.deegree.xml   
 

Uses of ElementList in org.deegree_impl.clients.gazetteer.configuration
 

Methods in org.deegree_impl.clients.gazetteer.configuration with parameters of type ElementList
private static java.util.HashMap ConfigurationFactory.createGazetteerDesc(ElementList nl)
          creates a map of thesauri names and associated addresses
 

Uses of ElementList in org.deegree_impl.clients.wcasclient.model
 

Methods in org.deegree_impl.clients.wcasclient.model with parameters of type ElementList
private static Contact[] MetadataFactory.getContact(java.lang.String namespace, ElementList el)
          returns the list of contacts for a Metadataset
private static OnlineTransferOption[] MetadataFactory.getOnlineTransferOptions(java.lang.String namespace, ElementList el)
           
 

Uses of ElementList in org.deegree.xml
 

Methods in org.deegree.xml that return ElementList
static ElementList XMLTools.getChildElementsByName(java.lang.String name, java.lang.String namespace, org.w3c.dom.Node node)
          Returns the specified child elements of the given element.
static ElementList XMLTools.getChildElements(org.w3c.dom.Node node)
          Returns all child ELEMENTs.