Package org.exolab.castor.xml
Class XercesXMLSerializerFactory
java.lang.Object
org.exolab.castor.xml.XercesXMLSerializerFactory
- All Implemented Interfaces:
XMLSerializerFactory
Xerces-specific implementation of the
XMLSerializerFactory
interface.
Returns Xerces-specific instances of the Serializer
and
OutputFormat
interfaces.- Version:
- $Revision: 7640 $ $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
-
XercesXMLSerializerFactory
public XercesXMLSerializerFactory()
-
-
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:
-