public interface DocumentLoader
Modifier and Type | Method and Description |
---|---|
Document |
loadDocument(org.springframework.core.io.Resource resource)
Load the XML-based document from the external resource.
|
Document loadDocument(org.springframework.core.io.Resource resource) throws IOException, ParserConfigurationException, SAXException
resource
- the document resourceIOException
- an exception occured accessing the resource input streamParserConfigurationException
- an exception occured building the document parserSAXException
- a error occured during document parsing