Package com.sun.xml.rpc.processor.util
Class PrettyPrintingXMLWriterFactoryImpl
java.lang.Object
com.sun.xml.rpc.streaming.XMLWriterFactory
com.sun.xml.rpc.processor.util.PrettyPrintingXMLWriterFactoryImpl
A concrete factory for XMLWriter objects.
By default, writers created by this factory use UTF-8 encoding and write the namespace declaration at the top of each document they produce.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateXMLWriter(OutputStream stream) Obtain an XMLWriter on the given OutputStream using the default encoding and XML declaration settings.createXMLWriter(OutputStream stream, String encoding) Obtain an XMLWriter on the given OutputStream using the given encoding and the default XML declaration settings.createXMLWriter(OutputStream stream, String encoding, boolean declare) Obtain an XMLWriter on the given OutputStream using the given encoding and the given XML declaration settings.Methods inherited from class com.sun.xml.rpc.streaming.XMLWriterFactory
newInstance
-
Constructor Details
-
PrettyPrintingXMLWriterFactoryImpl
public PrettyPrintingXMLWriterFactoryImpl()
-
-
Method Details
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the default encoding and XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the given encoding and the default XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-
createXMLWriter
Description copied from class:XMLWriterFactoryObtain an XMLWriter on the given OutputStream using the given encoding and the given XML declaration settings.- Specified by:
createXMLWriterin classXMLWriterFactory
-