org.apache.lucene.gdata.gom.writer
Class GOMXmlWriter

java.lang.Object
  extended by XMLWriterBase
      extended by org.apache.lucene.gdata.gom.writer.GOMXmlWriter

public class GOMXmlWriter
extends XMLWriterBase

Author:
Simon Willnauer

Constructor Summary
GOMXmlWriter()
           
GOMXmlWriter(Writer arg0)
           
 
Method Summary
 void writeCharacters(String aString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOMXmlWriter

public GOMXmlWriter()

GOMXmlWriter

public GOMXmlWriter(Writer arg0)
Parameters:
arg0 -
Method Detail

writeCharacters

public void writeCharacters(String aString)
                     throws XMLStreamException
Throws:
XMLStreamException
See Also:
com.bea.xml.stream.XMLWriterBase#writeCharacters(java.lang.String)


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.