org.codehaus.jettison
Class AbstractDOMDocumentSerializer

java.lang.Object
  extended by org.codehaus.jettison.AbstractDOMDocumentSerializer
Direct Known Subclasses:
BadgerFishDOMDocumentSerializer, MappedDOMDocumentSerializer

public class AbstractDOMDocumentSerializer
extends java.lang.Object

An abstract JSON DOM serializer

Since:
21-Mar-2008
Author:
Thomas.Diesler@jboss.com, Dejan Bosanac

Constructor Summary
AbstractDOMDocumentSerializer(java.io.OutputStream output, AbstractXMLOutputFactory writerFactory)
           
 
Method Summary
 void serialize(org.w3c.dom.Element el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDOMDocumentSerializer

public AbstractDOMDocumentSerializer(java.io.OutputStream output,
                                     AbstractXMLOutputFactory writerFactory)
Method Detail

serialize

public void serialize(org.w3c.dom.Element el)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.