Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.SerializerFactory
-
Packages that use SerializerFactory Package Description org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize -
-
Uses of SerializerFactory in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize that return SerializerFactory Modifier and Type Method Description static SerializerFactorySerializerFactory. getSerializerFactory(String method)Deprecated.Register a serializer factory, keyed by the given method string.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize with parameters of type SerializerFactory Modifier and Type Method Description static voidSerializerFactory. registerSerializerFactory(SerializerFactory factory)Deprecated.Register a serializer factory, keyed by the given method string.
-