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. |
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Class logger.
|
| 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-2015. All Rights Reserved.