public class ResourceSource
extends javax.xml.transform.stream.StreamSource
StreamSource which uses a Spring Resource as the source of the input stream.
This implementation is re-entrant and can be used as many times as required to parse XML.| Constructor and Description |
|---|
ResourceSource(org.springframework.core.io.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
java.io.Reader |
getReader() |
Copyright © 2005-2014 FuseSource. All Rights Reserved.