Interface ReaderXMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    The reader that can be read to get the XML data in character form.

    Methods inherited from interface wt.util.xml.xslt.XMLSource

    getBaseURI
  • Method Details

    • getReader

      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