javax.xml.stream
Class XMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
public abstract class XMLOutputFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IS_REPAIRING_NAMESPACES
public static final java.lang.String IS_REPAIRING_NAMESPACES
- See Also:
- Constant Field Values
XMLOutputFactory
protected XMLOutputFactory()
newInstance
public static XMLOutputFactory newInstance()
throws FactoryConfigurationError
- Throws:
FactoryConfigurationError
newInstance
public static XMLInputFactory newInstance(java.lang.String factoryId,
java.lang.ClassLoader classLoader)
throws FactoryConfigurationError
- Throws:
FactoryConfigurationError
createXMLStreamWriter
public abstract XMLStreamWriter createXMLStreamWriter(java.io.Writer stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public abstract XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public abstract XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream,
java.lang.String encoding)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public abstract XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result result)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public abstract XMLEventWriter createXMLEventWriter(javax.xml.transform.Result result)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public abstract XMLEventWriter createXMLEventWriter(java.io.OutputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public abstract XMLEventWriter createXMLEventWriter(java.io.OutputStream stream,
java.lang.String encoding)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public abstract XMLEventWriter createXMLEventWriter(java.io.Writer stream)
throws XMLStreamException
- Throws:
XMLStreamException
setProperty
public abstract void setProperty(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getProperty
public abstract java.lang.Object getProperty(java.lang.String name)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
isPropertySupported
public abstract boolean isPropertySupported(java.lang.String name)
Copyright © 2008. All Rights Reserved.