org.norther.tammi.root.castor.xml
Class JDKXMLSerializerFactory

java.lang.Object
  extended by org.norther.tammi.root.castor.xml.JDKXMLSerializerFactory
All Implemented Interfaces:
org.exolab.castor.xml.XMLSerializerFactory

public class JDKXMLSerializerFactory
extends Object
implements org.exolab.castor.xml.XMLSerializerFactory

JDK-1.5 specific implementation of the XMLSerializerFactory interface. Returns Xerces-specific instances of the Serializer and OutputFormat interfaces.

Author:
Ilkka Priha, Werner Guttmann

Constructor Summary
JDKXMLSerializerFactory()
           
 
Method Summary
 org.exolab.castor.xml.OutputFormat getOutputFormat()
           
 org.exolab.castor.xml.Serializer getSerializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKXMLSerializerFactory

public JDKXMLSerializerFactory()
Method Detail

getSerializer

public org.exolab.castor.xml.Serializer getSerializer()
Specified by:
getSerializer in interface org.exolab.castor.xml.XMLSerializerFactory

getOutputFormat

public org.exolab.castor.xml.OutputFormat getOutputFormat()
Specified by:
getOutputFormat in interface org.exolab.castor.xml.XMLSerializerFactory


Copyright © 2004 The Norther Organization. All rights reserved.