JBoss Modules 1.1.2.GA

__redirected
Class __XMLOutputFactory

java.lang.Object
  extended by javax.xml.stream.XMLOutputFactory
      extended by __redirected.__XMLOutputFactory

public final class __XMLOutputFactory
extends XMLOutputFactory

A redirected XMLOutputFactory

Author:
David M. Lloyd

Field Summary
 
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
 
Constructor Summary
__XMLOutputFactory()
          Construct a new instance.
 
Method Summary
static void changeDefaultFactory(ModuleIdentifier id, ModuleLoader loader)
           
 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)
           
static void init()
          Init method.
 boolean isPropertySupported(String name)
           
static void restorePlatformFactory()
           
 void setProperty(String name, Object value)
           
 
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

__XMLOutputFactory

public __XMLOutputFactory()
Construct a new instance.

Method Detail

changeDefaultFactory

public static void changeDefaultFactory(ModuleIdentifier id,
                                        ModuleLoader loader)

restorePlatformFactory

public static void restorePlatformFactory()

init

public static void init()
Init method.


createXMLStreamWriter

public XMLStreamWriter createXMLStreamWriter(Writer stream)
                                      throws XMLStreamException
Specified by:
createXMLStreamWriter in class XMLOutputFactory
Throws:
XMLStreamException

createXMLStreamWriter

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

createXMLStreamWriter

public XMLStreamWriter createXMLStreamWriter(OutputStream stream,
                                             String encoding)
                                      throws XMLStreamException
Specified by:
createXMLStreamWriter in class XMLOutputFactory
Throws:
XMLStreamException

createXMLStreamWriter

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

createXMLEventWriter

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

createXMLEventWriter

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

createXMLEventWriter

public XMLEventWriter createXMLEventWriter(OutputStream stream,
                                           String encoding)
                                    throws XMLStreamException
Specified by:
createXMLEventWriter in class XMLOutputFactory
Throws:
XMLStreamException

createXMLEventWriter

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

setProperty

public void setProperty(String name,
                        Object value)
                 throws IllegalArgumentException
Specified by:
setProperty in class XMLOutputFactory
Throws:
IllegalArgumentException

getProperty

public Object getProperty(String name)
                   throws IllegalArgumentException
Specified by:
getProperty in class XMLOutputFactory
Throws:
IllegalArgumentException

isPropertySupported

public boolean isPropertySupported(String name)
Specified by:
isPropertySupported in class XMLOutputFactory

JBoss Modules 1.1.2.GA

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