com.ebmwebsourcing.easybox.api
Interface XmlObjectWriter


public interface XmlObjectWriter

Class aimed at writing XmlObject instances to different sinks.

Author:
mjambert

Method Summary
 void writeDocument(XmlObject xmlObject, org.xml.sax.ContentHandler contentHandler)
           
 void writeDocument(XmlObject xmlObject, org.w3c.dom.Node node)
           
 void writeDocument(XmlObject xmlObject, java.io.OutputStream outputStream)
           
 

Method Detail

writeDocument

void writeDocument(XmlObject xmlObject,
                   org.xml.sax.ContentHandler contentHandler)
                   throws XmlObjectWriteException
Throws:
XmlObjectWriteException

writeDocument

void writeDocument(XmlObject xmlObject,
                   java.io.OutputStream outputStream)
                   throws XmlObjectWriteException
Throws:
XmlObjectWriteException

writeDocument

void writeDocument(XmlObject xmlObject,
                   org.w3c.dom.Node node)
                   throws XmlObjectWriteException
Throws:
XmlObjectWriteException


Copyright © 2011 Petals Link. All Rights Reserved.