Package wt.util.xml.xslt
Interface ReaderXMLSource
- All Superinterfaces:
XMLSource
- All Known Subinterfaces:
XSLTransform
Provide access to XML source data in decoded character form that can
be read using a
Supported API: true
Extendable: false
java.io.Reader. Use XMLSourceFactory.newReaderSource(...)
for creating new instances from readers.
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
-
Method Details
-
getReader
The reader that can be read to get the XML data in character form.
Supported API: true- Returns:
- Reader
- Throws:
IOException
-