|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |