Uses of Class
org.springframework.beans.factory.parsing.ReaderContext
Packages that use ReaderContext Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactory
implementation, including a standard "spring-beans" XSD.Uses of ReaderContext in org.springframework.beans.factory.xml
Subclasses of ReaderContext in org.springframework.beans.factory.xml Modifier and Type Class Description class
XmlReaderContext
Extension ofReaderContext
, specific to use with anXmlBeanDefinitionReader
.