com.ebmwebsourcing.easybox.api
Interface XmlObjectWriter
public interface XmlObjectWriter
Class aimed at writing XmlObject instances to different sinks.
- Author:
- mjambert
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.