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

java.lang.Object
  extended by com.bea.xml.stream.ReaderToWriter
      extended by com.bea.xml.stream.XMLWriterBase
          extended by org.apache.lucene.gdata.gom.writer.GOMXmlWriter
All Implemented Interfaces:
javax.xml.stream.XMLStreamWriter

public class GOMXmlWriter
extends com.bea.xml.stream.XMLWriterBase

Author:
Simon Willnauer

Field Summary
 
Fields inherited from class com.bea.xml.stream.XMLWriterBase
context, DEFAULTNS
 
Constructor Summary
GOMXmlWriter()
           
GOMXmlWriter(Writer arg0)
           
 
Method Summary
 void writeCharacters(String aString)
           
 
Methods inherited from class com.bea.xml.stream.XMLWriterBase
close, closeEndTag, closeStartElement, closeStartTag, flush, getNamespaceContext, getPrefix, getProperty, getURIInternal, isOpen, main, openEndTag, openStartTag, setConfigurationContext, setDefaultNamespace, setNamespaceContext, setPrefix, setWriter, write, write, write, write, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharactersInternal, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeName, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeRaw, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElement, writeStartElementInternal
 
Methods inherited from class com.bea.xml.stream.ReaderToWriter
setStreamWriter, write, writeAll
 
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 javax.xml.stream.XMLStreamException
Specified by:
writeCharacters in interface javax.xml.stream.XMLStreamWriter
Overrides:
writeCharacters in class com.bea.xml.stream.XMLWriterBase
Throws:
javax.xml.stream.XMLStreamException
See Also:
XMLWriterBase.writeCharacters(java.lang.String)


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