Class AbstractXMLOutputFactory

    • Field Summary

      • Fields inherited from class javax.xml.stream.XMLOutputFactory

        IS_REPAIRING_NAMESPACES
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      javax.xml.stream.XMLEventWriter createXMLEventWriter​(java.io.OutputStream out)  
      javax.xml.stream.XMLEventWriter createXMLEventWriter​(java.io.OutputStream out, java.lang.String charset)  
      javax.xml.stream.XMLEventWriter createXMLEventWriter​(java.io.Writer writer)  
      javax.xml.stream.XMLEventWriter createXMLEventWriter​(javax.xml.transform.Result result)  
      javax.xml.stream.XMLStreamWriter createXMLStreamWriter​(java.io.OutputStream out)  
      javax.xml.stream.XMLStreamWriter createXMLStreamWriter​(java.io.OutputStream out, java.lang.String charset)  
      abstract javax.xml.stream.XMLStreamWriter createXMLStreamWriter​(java.io.Writer writer)  
      javax.xml.stream.XMLStreamWriter createXMLStreamWriter​(javax.xml.transform.Result result)  
      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

        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​(java.io.OutputStream out,
                                                                    java.lang.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​(java.io.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​(javax.xml.transform.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​(java.io.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​(java.io.OutputStream out,
                                                                      java.lang.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​(java.io.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​(javax.xml.transform.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​(java.io.Writer writer)
                                                                        throws javax.xml.stream.XMLStreamException
        Specified by:
        createXMLStreamWriter in class javax.xml.stream.XMLOutputFactory
        Throws:
        javax.xml.stream.XMLStreamException
      • getProperty

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

        public boolean isPropertySupported​(java.lang.String arg0)
        Specified by:
        isPropertySupported in class javax.xml.stream.XMLOutputFactory
      • setProperty

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