The Spring Framework

Uses of Interface
org.springframework.beans.factory.xml.DocumentLoader

Packages that use DocumentLoader
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
 

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

Classes in org.springframework.beans.factory.xml that implement DocumentLoader
 class DefaultDocumentLoader
          Spring's default DocumentLoader implementation.
 

Methods in org.springframework.beans.factory.xml with parameters of type DocumentLoader
 void XmlBeanDefinitionReader.setDocumentLoader(DocumentLoader documentLoader)
          Specify the DocumentLoader to use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.