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

java.lang.Object
  extended by XMLOutputFactoryBase
      extended by org.apache.lucene.gdata.gom.writer.GOMXmlOutputFactory

public class GOMXmlOutputFactory
extends XMLOutputFactoryBase

Author:
Simon Willnauer

Field Summary
protected  ConfigurationContextBase config
           
 
Constructor Summary
GOMXmlOutputFactory()
           
 
Method Summary
 XMLStreamWriter createXMLStreamWriter(Writer aWriter)
           
 Object getProperty(String name)
           
 boolean isPrefixDefaulting()
           
 boolean isPropertySupported(String name)
           
 void setPrefixDefaulting(boolean value)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected ConfigurationContextBase config
Constructor Detail

GOMXmlOutputFactory

public GOMXmlOutputFactory()
Method Detail

createXMLStreamWriter

public XMLStreamWriter createXMLStreamWriter(Writer aWriter)
                                      throws XMLStreamException
Throws:
XMLStreamException
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#createXMLStreamWriter(java.io.OutputStream, java.lang.String)

setProperty

public void setProperty(String name,
                        Object value)
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#setProperty(java.lang.String, java.lang.Object)

getProperty

public Object getProperty(String name)
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#getProperty(java.lang.String)

isPrefixDefaulting

public boolean isPrefixDefaulting()
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#isPrefixDefaulting()

setPrefixDefaulting

public void setPrefixDefaulting(boolean value)
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#setPrefixDefaulting(boolean)

isPropertySupported

public boolean isPropertySupported(String name)
See Also:
com.bea.xml.stream.XMLOutputFactoryBase#isPropertySupported(java.lang.String)


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