com.bea.xml.stream
Class XMLOutputFactoryBase
java.lang.Object
javax.xml.stream.XMLOutputFactory
com.bea.xml.stream.XMLOutputFactoryBase
public class XMLOutputFactoryBase
extends javax.xml.stream.XMLOutputFactory
Creates instances of the various interfaces for XML output
createXMLEventWriter , createXMLEventWriter , createXMLEventWriter , createXMLEventWriter , createXMLStreamWriter , createXMLStreamWriter , createXMLStreamWriter , createXMLStreamWriter , getProperty , isPropertySupported , newInstance , newInstance , setProperty |
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(Result result)
throws javax.xml.stream.XMLStreamException
- createXMLEventWriter in interface javax.xml.stream.XMLOutputFactory
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream)
throws javax.xml.stream.XMLStreamException
- createXMLEventWriter in interface javax.xml.stream.XMLOutputFactory
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream stream,
String encoding)
throws javax.xml.stream.XMLStreamException
- createXMLEventWriter in interface javax.xml.stream.XMLOutputFactory
createXMLEventWriter
public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer stream)
throws javax.xml.stream.XMLStreamException
- createXMLEventWriter in interface javax.xml.stream.XMLOutputFactory
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Result result)
throws javax.xml.stream.XMLStreamException
- createXMLStreamWriter in interface javax.xml.stream.XMLOutputFactory
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream)
throws javax.xml.stream.XMLStreamException
- createXMLStreamWriter in interface javax.xml.stream.XMLOutputFactory
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream stream,
String encoding)
throws javax.xml.stream.XMLStreamException
- createXMLStreamWriter in interface javax.xml.stream.XMLOutputFactory
createXMLStreamWriter
public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer stream)
throws javax.xml.stream.XMLStreamException
- createXMLStreamWriter in interface javax.xml.stream.XMLOutputFactory
getProperty
public Object getProperty(java.lang.String name)
- getProperty in interface javax.xml.stream.XMLOutputFactory
isPrefixDefaulting
public boolean isPrefixDefaulting()
isPropertySupported
public boolean isPropertySupported(String name)
- isPropertySupported in interface javax.xml.stream.XMLOutputFactory
setPrefixDefaulting
public void setPrefixDefaulting(boolean value)
setProperty
public void setProperty(java.lang.String name,
Object value)
- setProperty in interface javax.xml.stream.XMLOutputFactory