Jettison 1.3.1-redhat-2

org.codehaus.jettison
Class AbstractXMLOutputFactory

java.lang.Object
  extended by javax.xml.stream.XMLOutputFactory
      extended by org.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(OutputStream out)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(OutputStream out, String charset)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(Result result)
           
 javax.xml.stream.XMLEventWriter createXMLEventWriter(Writer writer)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream out)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream out, String charset)
           
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Result result)
           
abstract  javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Writer writer)
           
 Object getProperty(String arg0)
           
 boolean isPropertySupported(String arg0)
           
 void setProperty(String arg0, Object arg1)
           
 
Methods inherited from class javax.xml.stream.XMLOutputFactory
newFactory, newFactory, 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(OutputStream out,
                                                            String charset)
                                                     throws javax.xml.stream.XMLStreamException
Specified by:
createXMLEventWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(OutputStream out)
                                                     throws javax.xml.stream.XMLStreamException
Specified by:
createXMLEventWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(Result result)
                                                     throws javax.xml.stream.XMLStreamException
Specified by:
createXMLEventWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLEventWriter

public javax.xml.stream.XMLEventWriter createXMLEventWriter(Writer writer)
                                                     throws javax.xml.stream.XMLStreamException
Specified by:
createXMLEventWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream out,
                                                              String charset)
                                                       throws javax.xml.stream.XMLStreamException
Specified by:
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(OutputStream out)
                                                       throws javax.xml.stream.XMLStreamException
Specified by:
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Result result)
                                                       throws javax.xml.stream.XMLStreamException
Specified by:
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

createXMLStreamWriter

public abstract javax.xml.stream.XMLStreamWriter createXMLStreamWriter(Writer writer)
                                                                throws javax.xml.stream.XMLStreamException
Specified by:
createXMLStreamWriter in class javax.xml.stream.XMLOutputFactory
Throws:
javax.xml.stream.XMLStreamException

getProperty

public Object getProperty(String arg0)
                   throws IllegalArgumentException
Specified by:
getProperty in class javax.xml.stream.XMLOutputFactory
Throws:
IllegalArgumentException

isPropertySupported

public boolean isPropertySupported(String arg0)
Specified by:
isPropertySupported in class javax.xml.stream.XMLOutputFactory

setProperty

public void setProperty(String arg0,
                        Object arg1)
                 throws IllegalArgumentException
Specified by:
setProperty in class javax.xml.stream.XMLOutputFactory
Throws:
IllegalArgumentException

Jettison 1.3.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.