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

java.lang.Object
  extended by javax.xml.stream.XMLOutputFactory
      extended by com.bea.xml.stream.XMLOutputFactoryBase
          extended by org.apache.lucene.gdata.gom.writer.GOMXmlOutputFactory

public class GOMXmlOutputFactory
extends com.bea.xml.stream.XMLOutputFactoryBase

Author:
Simon Willnauer

Field Summary
protected  com.bea.xml.stream.ConfigurationContextBase config
           
 
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
 
Constructor Summary
GOMXmlOutputFactory()
           
 
Method Summary
 javax.xml.stream.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 com.bea.xml.stream.XMLOutputFactoryBase
createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, newInstance
 
Methods inherited from class javax.xml.stream.XMLOutputFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

protected com.bea.xml.stream.ConfigurationContextBase config
Constructor Detail

GOMXmlOutputFactory

public GOMXmlOutputFactory()
Method Detail

createXMLStreamWriter

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

setProperty

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

getProperty

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

isPrefixDefaulting

public boolean isPrefixDefaulting()
Overrides:
isPrefixDefaulting in class com.bea.xml.stream.XMLOutputFactoryBase
See Also:
XMLOutputFactoryBase.isPrefixDefaulting()

setPrefixDefaulting

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

isPropertySupported

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


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