| java.lang.Object org.apache.xml.serialize.SerializerFactory
All known Subclasses: org.apache.xml.serialize.SerializerFactoryImpl,
SerializerFactory | abstract public class SerializerFactory (Code) | | version: $Revision: 1.5 $ $Date: 2000/12/05 22:48:29 $ author: Scott Boag author: Assaf Arkin |
FactoriesProperty | final public static String FactoriesProperty(Code) | | |
getSerializerFactory | public static SerializerFactory getSerializerFactory(String method)(Code) | | Register a serializer factory, keyed by the given
method string.
|
getSupportedMethod | abstract protected String getSupportedMethod()(Code) | | Returns the method supported by this factory and used to register
the factory. This call is required so factories can be added from
a properties file by knowing only the class name. This method is
protected, it is only required by this class but must be implemented
in derived classes.
|
makeSerializer | abstract public Serializer makeSerializer(Writer writer, OutputFormat format)(Code) | | Create a new serializer, based on the
OutputFormat and
using the writer as the output character stream. If this
method is used, the encoding property will be ignored.
|
registerSerializerFactory | public static void registerSerializerFactory(SerializerFactory factory)(Code) | | Register a serializer factory, keyed by the given
method string.
|
|
|