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.-
Uses of XmlReaderContext in org.springframework.beans.factory.xml
Methods in org.springframework.beans.factory.xml that return XmlReaderContextModifier and TypeMethodDescriptionXmlBeanDefinitionReader.createReaderContext(org.springframework.core.io.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)