Package org.exolab.castor.xml
Class XercesJDK5XMLSerializerFactory
java.lang.Object
org.exolab.castor.xml.XercesJDK5XMLSerializerFactory
- All Implemented Interfaces:
XMLSerializerFactory
Xerces-specific implementation of the
XMLSerializerFactory
interface.
Returns Xerces-specific instances of the Serializer
and
OutputFormat
interfaces.- Version:
- $Revision: 6216 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Werner Guttmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory method for obtaining a OutputFormat instance.Factory method for obtaining a Serializer instance.
-
Constructor Details
-
XercesJDK5XMLSerializerFactory
public XercesJDK5XMLSerializerFactory()
-
-
Method Details
-
getSerializer
Description copied from interface:XMLSerializerFactory
Factory method for obtaining a Serializer instance.- Specified by:
getSerializer
in interfaceXMLSerializerFactory
- Returns:
- A Serializer instance.
- See Also:
-
getOutputFormat
Description copied from interface:XMLSerializerFactory
Factory method for obtaining a OutputFormat instance.- Specified by:
getOutputFormat
in interfaceXMLSerializerFactory
- Returns:
- A OutputFormat instance.
- See Also:
-