jsdsi.xml
Class XmlWriter

java.lang.Object
  extended byjava.io.Writer
      extended byjava.io.FilterWriter
          extended byjsdsi.xml.XmlWriter
All Implemented Interfaces:
SexpOutput

public class XmlWriter
extends java.io.FilterWriter
implements SexpOutput

Author:
Sameer Ajmani

Field Summary
 
Fields inherited from class java.io.FilterWriter
out
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
XmlWriter(java.io.Writer out)
           
 
Method Summary
 void writeSexp(Sexp o)
           
 
Methods inherited from class java.io.FilterWriter
close, flush, write, write, write
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jsdsi.sexp.SexpOutput
flush
 

Constructor Detail

XmlWriter

public XmlWriter(java.io.Writer out)
Parameters:
out -
Method Detail

writeSexp

public void writeSexp(Sexp o)
               throws java.io.IOException
Specified by:
writeSexp in interface SexpOutput
Throws:
java.io.IOException


Copyright © 2002-2006 JSDSI. All Rights Reserved.