Package __redirected

Class __XMLOutputFactory


  • public final class __XMLOutputFactory
    extends javax.xml.stream.XMLOutputFactory
    A redirected XMLOutputFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.xml.stream.XMLOutputFactory actual  
      private static java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> DEFAULT_FACTORY  
      private static java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> PLATFORM_FACTORY  
      • Fields inherited from class javax.xml.stream.XMLOutputFactory

        IS_REPAIRING_NAMESPACES
    • Constructor Summary

      Constructors 
      Constructor Description
      __XMLOutputFactory()
      Construct a new instance.
    • Field Detail

      • PLATFORM_FACTORY

        private static final java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> PLATFORM_FACTORY
      • DEFAULT_FACTORY

        private static volatile java.lang.reflect.Constructor<? extends javax.xml.stream.XMLOutputFactory> DEFAULT_FACTORY
      • actual

        private final javax.xml.stream.XMLOutputFactory actual
    • Constructor Detail

      • __XMLOutputFactory

        public __XMLOutputFactory()
        Construct a new instance.
    • Method Detail

      • restorePlatformFactory

        public static void restorePlatformFactory()
      • init

        public static void init()
        Init method.
      • createXMLStreamWriter

        public javax.xml.stream.XMLStreamWriter createXMLStreamWriter​(java.io.Writer stream)
                                                               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 stream)
                                                               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 stream,
                                                                      java.lang.String encoding)
                                                               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
      • 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.OutputStream stream)
                                                             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 stream,
                                                                    java.lang.String encoding)
                                                             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 stream)
                                                             throws javax.xml.stream.XMLStreamException
        Specified by:
        createXMLEventWriter in class javax.xml.stream.XMLOutputFactory
        Throws:
        javax.xml.stream.XMLStreamException
      • setProperty

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

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

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