com.bea.xml.stream
Class XMLOutputFactoryBase

java.lang.Object
  extended byjavax.xml.stream.XMLOutputFactory
      extended bycom.bea.xml.stream.XMLOutputFactoryBase

public class XMLOutputFactoryBase
extends XMLOutputFactory

Creates instances of the various interfaces for XML output


Field Summary
(package private)  ConfigurationContextBase config
           
 
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
 
Constructor Summary
XMLOutputFactoryBase()
           
 
Method Summary
 XMLEventWriter createXMLEventWriter(OutputStream stream)
           
 XMLEventWriter createXMLEventWriter(OutputStream stream, String encoding)
           
 XMLEventWriter createXMLEventWriter(Result result)
           
 XMLEventWriter createXMLEventWriter(Writer stream)
           
 XMLStreamWriter createXMLStreamWriter(OutputStream stream)
           
 XMLStreamWriter createXMLStreamWriter(OutputStream stream, String encoding)
           
 XMLStreamWriter createXMLStreamWriter(Result result)
           
 XMLStreamWriter createXMLStreamWriter(Writer stream)
           
 Object getProperty(String name)
           
 boolean isPrefixDefaulting()
           
 boolean isPropertySupported(String name)
           
static XMLOutputFactory newInstance()
           
 void setPrefixDefaulting(boolean value)
           
 void setProperty(String name, Object value)
           
 
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
 

Field Detail

config

ConfigurationContextBase config
Constructor Detail

XMLOutputFactoryBase

public XMLOutputFactoryBase()
Method Detail

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.