Uses of Class
org.springframework.beans.factory.xml.XmlReaderContext
Packages that use XmlReaderContext
Package
Description
Contains an abstract XML-based 
BeanFactory implementation,
 including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of XmlReaderContext in org.springframework.beans.factory.xmlMethods in org.springframework.beans.factory.xml that return XmlReaderContextModifier and TypeMethodDescriptionXmlBeanDefinitionReader.createReaderContext(Resource resource) Create theXmlReaderContextto pass over to the document reader.final XmlReaderContextBeanDefinitionParserDelegate.getReaderContext()Get theXmlReaderContextassociated with this helper instance.protected final XmlReaderContextDefaultBeanDefinitionDocumentReader.getReaderContext()Return the descriptor for the XML resource that this parser works on.ParserContext.getReaderContext()Methods in org.springframework.beans.factory.xml with parameters of type XmlReaderContextModifier and TypeMethodDescriptionprotected BeanDefinitionParserDelegateDefaultBeanDefinitionDocumentReader.createDelegate(XmlReaderContext readerContext, Element root, BeanDefinitionParserDelegate parentDelegate) voidBeanDefinitionDocumentReader.registerBeanDefinitions(Document doc, XmlReaderContext readerContext) Read bean definitions from the given DOM document and register them with the registry in the given reader context.voidDefaultBeanDefinitionDocumentReader.registerBeanDefinitions(Document doc, XmlReaderContext readerContext) This implementation parses bean definitions according to the "spring-beans" XSD (or DTD, historically).Constructors in org.springframework.beans.factory.xml with parameters of type XmlReaderContextModifierConstructorDescriptionBeanDefinitionParserDelegate(XmlReaderContext readerContext) Create a new BeanDefinitionParserDelegate associated with the suppliedXmlReaderContext.ParserContext(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate) ParserContext(XmlReaderContext readerContext, BeanDefinitionParserDelegate delegate, BeanDefinition containingBeanDefinition) 
- 
Uses of XmlReaderContext in org.springframework.context.annotationMethods in org.springframework.context.annotation with parameters of type XmlReaderContextModifier and TypeMethodDescriptionprotected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser.createScanner(XmlReaderContext readerContext, boolean useDefaultFilters) protected voidComponentScanBeanDefinitionParser.registerComponents(XmlReaderContext readerContext, Set<BeanDefinitionHolder> beanDefinitions, Element element)