Uses of Class
org.enhydra.apache.xml.serialize.SerializerFactory

Packages that use SerializerFactory
org.enhydra.apache.xml.serialize   
 

Uses of SerializerFactory in org.enhydra.apache.xml.serialize
 

Subclasses of SerializerFactory in org.enhydra.apache.xml.serialize
(package private)  class SerializerFactoryImpl
          Default serializer factory can construct serializers for the three markup serializers (XML, HTML, XHTML ).
 

Methods in org.enhydra.apache.xml.serialize that return SerializerFactory
static SerializerFactory SerializerFactory.getSerializerFactory(String method)
          Register a serializer factory, keyed by the given method string.
 

Methods in org.enhydra.apache.xml.serialize with parameters of type SerializerFactory
static void SerializerFactory.registerSerializerFactory(SerializerFactory factory)
          Register a serializer factory, keyed by the given method string.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.