Uses of Package
org.springframework.beans.factory.xml

Packages that use org.springframework.beans.factory.xml
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
 

Classes in org.springframework.beans.factory.xml used by org.springframework.beans.factory.xml
XmlBeanDefinitionParser
          Strategy interface for parsing XML bean definitions.
 

Classes in org.springframework.beans.factory.xml used by org.springframework.context.support
BeansDtdResolver
          EntityResolver implementation for the Spring beans DTD, to load the DTD from the Spring classpath resp.
XmlBeanDefinitionReader
          Bean definition reader for Spring's default XML bean definition format.
 



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