wt.util.xml.xslt
Interface ReaderXMLSource
- All Superinterfaces:
- XMLSource
- All Known Subinterfaces:
- XSLTransform
- All Known Implementing Classes:
- AbstractXSLTransform, ReaderXMLSourceImpl, SerialXSLTransformer
- public interface ReaderXMLSource
- extends XMLSource
Provide access to XML source data in decoded character form that can
be read using a java.io.Reader
. Use XMLSourceFactory.newReaderSource(...)
for creating new instances from readers.
Supported API: true
Extendable: false
- See Also:
XMLSourceFactory.newReaderSource(java.io.Reader)
Method Summary |
Reader |
getReader()
The reader that can be read to get the XML data in character form. |
getReader
public Reader getReader()
throws IOException
- The reader that can be read to get the XML data in character form.
Supported API: true
- Returns:
- Reader
- Throws:
IOException