org.apache.xalan.serialize
public abstract class SerializerFactory extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Serializer |
getSerializer(java.util.Properties format)
Deprecated.
Use org.apache.xml.serializer.SerializerFactory
|
public static Serializer getSerializer(java.util.Properties format)
Method
.format
- The output formatjava.lang.IllegalArgumentException
- (apparently -sc) if method is
null or an appropriate serializer can't be foundWrappedRuntimeException
- (apparently -sc) if an
exception is thrown while trying to find serializerCopyright ? 2006 Apache XML Project. All Rights Reserved.