Class XMLWriterFactoryImpl


  • public class XMLWriterFactoryImpl
    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