public class FastInfosetWriterFactoryImpl extends XMLWriterFactory
A concrete factory for FI XMLWriter objects.
| Constructor and Description |
|---|
FastInfosetWriterFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
XMLWriter |
createXMLWriter(OutputStream stream)
Obtain an XMLWriter on the given OutputStream using the default encoding
and XML declaration settings.
|
XMLWriter |
createXMLWriter(OutputStream stream,
String encoding)
Obtain an XMLWriter on the given OutputStream using the given encoding
and the default XML declaration settings.
|
XMLWriter |
createXMLWriter(OutputStream stream,
String encoding,
boolean declare)
Obtain an XMLWriter on the given OutputStream using the given encoding
and the given XML declaration settings.
|
static XMLWriterFactory |
newInstance() |
public static XMLWriterFactory newInstance()
public final XMLWriter createXMLWriter(OutputStream stream)
XMLWriterFactorycreateXMLWriter in class XMLWriterFactorypublic final XMLWriter createXMLWriter(OutputStream stream, String encoding)
XMLWriterFactorycreateXMLWriter in class XMLWriterFactorypublic final XMLWriter createXMLWriter(OutputStream stream, String encoding, boolean declare)
XMLWriterFactorycreateXMLWriter in class XMLWriterFactoryCopyright © 2017–2019 Eclipse Foundation. All rights reserved.