Package org.springframework.beans.factory.xml

Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.

See:
          Description

Interface Summary
XmlBeanDefinitionParser Strategy interface for parsing XML bean definitions.
 

Class Summary
BeansDtdResolver EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring classpath resp.
DefaultXmlBeanDefinitionParser Default implementation of the XmlBeanDefinitionParser interface.
XmlBeanDefinitionReader Bean definition reader for XML bean definitions.
XmlBeanFactory Convenience extension of DefaultListableBeanFactory that reads bean definitions from an XML document.
 

Package org.springframework.beans.factory.xml Description

Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD.



Copyright (C) 2003-2004 The Spring Framework Project.