public class XMLStreamWriterFactory extends Object
| Constructor and Description |
|---|
XMLStreamWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static XMLStreamWriterImpl |
create(OutputStream stream,
SerializeOptions options)
Creates an XMLStreamWriterImpl on top of an output stream with XMP serialization options.
|
static XMLStreamWriterImpl |
create(Writer writer,
SerializeOptions options)
Creates an XMLStreamWriterImpl on top of standard writer with XMP serialization options.
|
public static XMLStreamWriterImpl create(Writer writer, SerializeOptions options)
writer - a Writeroptions - serialization optionspublic static XMLStreamWriterImpl create(OutputStream stream, SerializeOptions options) throws IOException
stream - an OutputStreamoptions - serialization optionsIOException - If the encoding provided by SerializeOptions is not supportedCopyright © 2011–2016 Adobe Systems Incorporated. All rights reserved.