org.clazzes.util.xml
Class XMLSerializerHelper

java.lang.Object
  extended by org.clazzes.util.xml.XMLSerializerHelper

public abstract class XMLSerializerHelper
extends java.lang.Object

This class retrieves an XML serializer and compensates for the lack of an XMLSerializerFactory in JAXP.

Author:
wglas

Constructor Summary
XMLSerializerHelper()
           
 
Method Summary
static org.xml.sax.ContentHandler newSerializer(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSerializerHelper

public XMLSerializerHelper()
Method Detail

newSerializer

public static org.xml.sax.ContentHandler newSerializer(java.io.OutputStream os)
Returns:
A ContentHandler, which write to an XML file.


Copyright © 2009. All Rights Reserved.