Package wt.util.xml.xslt
Interface StreamXMLSource
- All Superinterfaces:
XMLSource
- All Known Subinterfaces:
XSLTransform
Provide access to XML source data in byte (not character) form that can
be read using an
Supported API: true
Extendable: false
java.io.InputStream. Use XMLSourceFactory.newStreamSource(...)
for creating new instances from input streams.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe 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
The input stream that can be read to get the XML data in byte form.
Supported API: true- Returns:
- InputStream
- Throws:
IOException
-