public class SpringDocumentLoader extends Object implements org.springframework.beans.factory.xml.DocumentLoader
ClasspathResolver for resolving schema information.| Modifier and Type | Class and Description |
|---|---|
class |
SpringDocumentLoader.LoggingErrorHandler
A SAX error handler that logs errors a
Logger before rethrowing them. |
| Constructor and Description |
|---|
SpringDocumentLoader() |
| Modifier and Type | Method and Description |
|---|---|
Document |
loadDocument(InputSource inputSource,
EntityResolver entityResolver,
ErrorHandler errorHandler,
int validationMode,
boolean namespaceAware) |
public Document loadDocument(InputSource inputSource, EntityResolver entityResolver, ErrorHandler errorHandler, int validationMode, boolean namespaceAware) throws Exception
loadDocument in interface org.springframework.beans.factory.xml.DocumentLoaderExceptionCopyright © 1999–2014. All rights reserved.