com.bea.xml.stream
Class XMLOutputFactoryBase
java.lang.Object
javax.xml.stream.XMLOutputFactory
com.bea.xml.stream.XMLOutputFactoryBase
- public class XMLOutputFactoryBase
- extends XMLOutputFactory
Creates instances of the various interfaces for XML output
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
ConfigurationContextBase config
XMLOutputFactoryBase
public XMLOutputFactoryBase()
newInstance
public static XMLOutputFactory newInstance()
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Writer stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(OutputStream stream,
String encoding)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(Writer stream)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(OutputStream stream,
String encoding)
throws XMLStreamException
- Throws:
XMLStreamException
setProperty
public void setProperty(String name,
Object value)
getProperty
public Object getProperty(String name)
isPrefixDefaulting
public boolean isPrefixDefaulting()
setPrefixDefaulting
public void setPrefixDefaulting(boolean value)
isPropertySupported
public boolean isPropertySupported(String name)
createXMLStreamWriter
public XMLStreamWriter createXMLStreamWriter(Result result)
throws XMLStreamException
- Throws:
XMLStreamException
createXMLEventWriter
public XMLEventWriter createXMLEventWriter(Result result)
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2004 . All Rights Reserved.