Also: SpringBeans
public interface

DocumentLoader

org.springframework.beans.factory.xml.DocumentLoader
Known Indirect Subclasses

Class Overview

Strategy interface for loading an XML Document.

Summary

Public Methods
abstract Document loadDocument(InputSource inputSource, EntityResolver entityResolver, ErrorHandler errorHandler, int validationMode, boolean namespaceAware)
Load a document from the supplied source.

Public Methods

public abstract Document loadDocument (InputSource inputSource, EntityResolver entityResolver, ErrorHandler errorHandler, int validationMode, boolean namespaceAware)

Also: SpringBeans

Load a document from the supplied source.

Parameters
inputSource the source of the document that is to be loaded
entityResolver the resolver that is to be used to resolve any entities
errorHandler used to report any errors during document loading
validationMode the type of validation DTD or XSD)
namespaceAware true if support for XML namespaces is to be provided
Returns
Throws
Exception if an error occurs