org.exolab.castor.xml
Class XercesJDK5XMLSerializerFactory
java.lang.Object
org.exolab.castor.xml.XercesJDK5XMLSerializerFactory
- All Implemented Interfaces:
- XMLSerializerFactory
public class XercesJDK5XMLSerializerFactory
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XercesJDK5XMLSerializerFactory
public XercesJDK5XMLSerializerFactory()
getSerializer
public Serializer getSerializer()
- Description copied from interface:
XMLSerializerFactory
- Factory method for obtaining a Serializer instance.
- Specified by:
getSerializer in interface XMLSerializerFactory
- Returns:
- A Serializer instance.
- See Also:
{@inheritDoc}
getOutputFormat
public OutputFormat getOutputFormat()
- Description copied from interface:
XMLSerializerFactory
- Factory method for obtaining a OutputFormat instance.
- Specified by:
getOutputFormat in interface XMLSerializerFactory
- Returns:
- A OutputFormat instance.
- See Also:
{@inheritDoc}
Copyright © 2011. All Rights Reserved.