Interface StreamXMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform

public interface StreamXMLSource extends XMLSource
Provide access to XML source data in byte (not character) form that can be read using an java.io.InputStream. Use XMLSourceFactory.newStreamSource(...) for creating new instances from input streams.

Supported API: true

Extendable: false
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The input stream that can be read to get the XML data in byte form.

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

    getBaseURI
  • Method Details

    • getInputStream

      InputStream getInputStream() throws IOException
      The input stream that can be read to get the XML data in byte form.

      Supported API: true
      Returns:
      InputStream
      Throws:
      IOException