Uses of Class
org.springframework.beans.factory.xml.XmlReaderContext
Packages that use XmlReaderContext Package Description org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.context.annotation 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.xml
Methods in org.springframework.beans.factory.xml that return XmlReaderContext Modifier and Type Method Description XmlReaderContextXmlBeanDefinitionReader. createReaderContext(Resource resource)Create theXmlReaderContextto pass over to the document reader.XmlReaderContextBeanDefinitionParserDelegate. getReaderContext()Get theXmlReaderContextassociated with this helper instance.protected XmlReaderContextDefaultBeanDefinitionDocumentReader. getReaderContext()Return the descriptor for the XML resource that this parser works on.XmlReaderContextParserContext. getReaderContext()Methods in org.springframework.beans.factory.xml with parameters of type XmlReaderContext Modifier and Type Method Description protected 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 XmlReaderContext Constructor Description BeanDefinitionParserDelegate(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.annotation
Methods in org.springframework.context.annotation with parameters of type XmlReaderContext Modifier and Type Method Description protected ClassPathBeanDefinitionScannerComponentScanBeanDefinitionParser. createScanner(XmlReaderContext readerContext, boolean useDefaultFilters)protected voidComponentScanBeanDefinitionParser. registerComponents(XmlReaderContext readerContext, Set<BeanDefinitionHolder> beanDefinitions, Element element)