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 Writer
options
- serialisation optionspublic static XMLStreamWriterImpl create(OutputStream stream, SerializeOptions options) throws IOException
stream
- an OutputStream
options
- serialisation optionsIOException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"