org.apache.lucene.gdata.gom.writer
Class GOMXmlOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
com.bea.xml.stream.XMLOutputFactoryBase
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 |
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 |
config
protected com.bea.xml.stream.ConfigurationContextBase config
GOMXmlOutputFactory
public GOMXmlOutputFactory()
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.