org.apache.lucene.gdata.gom.writer
Class GOMXmlOutputFactory
java.lang.Object
XMLOutputFactoryBase
org.apache.lucene.gdata.gom.writer.GOMXmlOutputFactory
public class GOMXmlOutputFactory
- extends XMLOutputFactoryBase
- Author:
- Simon Willnauer
|
Field Summary |
protected ConfigurationContextBase |
config
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
protected ConfigurationContextBase config
GOMXmlOutputFactory
public GOMXmlOutputFactory()
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.