The Spring Framework

Uses of Class
org.springframework.beans.factory.xml.XmlReaderContext

Packages that use XmlReaderContext
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of XmlReaderContext in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml that return XmlReaderContext
protected  XmlReaderContext XmlBeanDefinitionReader.createReaderContext(Resource resource)
          Create the XmlReaderContext to pass over to the document reader.
 XmlReaderContext BeanDefinitionParserDelegate.getReaderContext()
          Get the XmlReaderContext associated with this helper instance.
 XmlReaderContext ParserContext.getReaderContext()
           
protected  XmlReaderContext DefaultBeanDefinitionDocumentReader.getReaderContext()
          Return the descriptor for the XML resource that this parser works on.
 

Methods in org.springframework.beans.factory.xml with parameters of type XmlReaderContext
protected  BeanDefinitionParserDelegate DefaultBeanDefinitionDocumentReader.createHelper(XmlReaderContext readerContext, Element root)
           
 void DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(Document doc, XmlReaderContext readerContext)
          Parses bean definitions according to the "spring-beans" DTD.
 void BeanDefinitionDocumentReader.registerBeanDefinitions(Document doc, XmlReaderContext readerContext)
          Read bean definitions from the given DOM document, and register them with the given bean factory.
 

Constructors in org.springframework.beans.factory.xml with parameters of type XmlReaderContext
BeanDefinitionParserDelegate(XmlReaderContext readerContext)
          Create a new BeanDefinitionParserDelegate associated with the supplied XmlReaderContext.
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
protected  ClassPathBeanDefinitionScanner ComponentScanBeanDefinitionParser.createScanner(XmlReaderContext readerContext, boolean useDefaultFilters)
           
protected  void ComponentScanBeanDefinitionParser.registerComponents(XmlReaderContext readerContext, Set<BeanDefinitionHolder> beanDefinitions, Element element)
           
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.