Class PrettyPrintingXMLWriterFactoryImpl

java.lang.Object
com.sun.xml.rpc.streaming.XMLWriterFactory
com.sun.xml.rpc.processor.util.PrettyPrintingXMLWriterFactoryImpl

public class PrettyPrintingXMLWriterFactoryImpl extends XMLWriterFactory

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