Uses of Class
org.springframework.extensions.config.element.GenericConfigElement

Packages that use GenericConfigElement
org.springframework.extensions.config.xml.elementreader   
 

Uses of GenericConfigElement in org.springframework.extensions.config.xml.elementreader
 

Methods in org.springframework.extensions.config.xml.elementreader that return GenericConfigElement
protected  GenericConfigElement GenericElementReader.createConfigElement(org.dom4j.Element element)
          Creates a ConfigElementImpl object from the given element.
 

Methods in org.springframework.extensions.config.xml.elementreader with parameters of type GenericConfigElement
protected  void GenericElementReader.processChildren(org.dom4j.Element element, GenericConfigElement parentConfig)
          Recursively processes the children creating the required config element objects as it goes
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.