org.codehaus.jettison
Class AbstractXMLOutputFactory

java.lang.Object
  extended byjavax.xml.stream.XMLOutputFactory
      extended byorg.codehaus.jettison.AbstractXMLOutputFactory
Direct Known Subclasses:
BadgerFishXMLOutputFactory, MappedXMLOutputFactory

public abstract class AbstractXMLOutputFactory
extends javax.xml.stream.XMLOutputFactory


Field Summary
 
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
 
Constructor Summary
AbstractXMLOutputFactory()
           
 
Method Summary
 javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream out)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream arg0, java.lang.String arg1)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result arg0)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer arg0)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out, java.lang.String charset)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result arg0)
           
abstract  javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer)
           
 java.lang.Object getProperty(java.lang.String arg0)
           
 boolean isPropertySupported(java.lang.String arg0)
           
 void setProperty(java.lang.String arg0, java.lang.Object arg1)
           
 
Methods inherited from class javax.xml.stream.XMLOutputFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXMLOutputFactory

public AbstractXMLOutputFactory()
Method Detail

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream arg0,
                                                            java.lang.String arg1)
                                                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.OutputStream out)
                                                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(javax.xml.transform.Result arg0)
                                                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.io.Writer arg0)
                                                     throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out,
                                                              java.lang.String charset)
                                                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out)
                                                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(javax.xml.transform.Result arg0)
                                                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public abstract javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.Writer writer)
                                                                throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

getProperty

public java.lang.Object getProperty(java.lang.String arg0)
                             throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

isPropertySupported

public boolean isPropertySupported(java.lang.String arg0)

setProperty

public void setProperty(java.lang.String arg0,
                        java.lang.Object arg1)
                 throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException


Copyright © {inceptionYear}-2007 null. All Rights Reserved.