org.apache.xalan.serialize
Class SerializerFactory
public abstract class SerializerFactory
Factory for creating serializers.
getSerializer
public static Serializer getSerializer(Properties format)
Use org.apache.xml.serializer.SerializerFactory
Returns a serializer for the specified output method. Returns
null if no implementation exists that supports the specified
output method. For a list of the default output methods see
Method
.
format
- The output format
- A suitable serializer, or null
Copyright B) 2004 Apache XML Project. All Rights Reserved.