Package org.apache.xalan.serialize
Class SerializerFactory
java.lang.Object
org.apache.xalan.serialize.SerializerFactory
Deprecated.
The new class to use is
org.apache.xml.serializer.SerializerFactory
Factory for creating serializers.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Serializer
getSerializer
(Properties format) Deprecated.Use org.apache.xml.serializer.SerializerFactory
-
Method Details
-
getSerializer
Deprecated.Use org.apache.xml.serializer.SerializerFactoryReturns 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 seeMethod
.- Parameters:
format
- The output format- Returns:
- A suitable serializer, or null
-