EXIficient

com.siemens.ct.exi.api.dom
Class DOMWriter

java.lang.Object
  extended by com.siemens.ct.exi.api.dom.DOMWriter

public class DOMWriter
extends java.lang.Object

TODO Description

Version:
0.3.20090414
Author:
Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com

Constructor Summary
DOMWriter(EXIFactory factory)
           
 
Method Summary
 void encode(org.w3c.dom.Document doc)
           
 void encode(org.w3c.dom.Node n)
           
 void encodeFragment(org.w3c.dom.DocumentFragment docFragment)
           
 void setOutput(java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMWriter

public DOMWriter(EXIFactory factory)
Method Detail

setOutput

public void setOutput(java.io.OutputStream os)
               throws EXIException
Throws:
EXIException

encode

public void encode(org.w3c.dom.Document doc)
            throws EXIException
Throws:
EXIException

encodeFragment

public void encodeFragment(org.w3c.dom.DocumentFragment docFragment)
                    throws EXIException
Throws:
EXIException

encode

public void encode(org.w3c.dom.Node n)
            throws EXIException
Throws:
EXIException

EXIficient