com.ctc.wstx.sw
Class BambooWstxOutputFactory

java.lang.Object
  extended by javax.xml.stream.XMLOutputFactory
      extended by org.codehaus.stax2.XMLOutputFactory2
          extended by com.ctc.wstx.stax.WstxOutputFactory
              extended by com.ctc.wstx.sw.BambooWstxOutputFactory
All Implemented Interfaces:
com.ctc.wstx.cfg.OutputConfigFlags, org.codehaus.stax2.XMLStreamProperties

public class BambooWstxOutputFactory
extends com.ctc.wstx.stax.WstxOutputFactory

Produces RestrictedCharsAwareBufferingXmlWriter where normally BufferingXmlWriter would be created. Can be removed when http://jira.codehaus.org/browse/WSTX-272 is fixed.


Field Summary
 
Fields inherited from class com.ctc.wstx.stax.WstxOutputFactory
mConfig
 
Fields inherited from class org.codehaus.stax2.XMLOutputFactory2
P_ATTR_VALUE_ESCAPER, P_AUTOMATIC_EMPTY_ELEMENTS, P_AUTOMATIC_NS_PREFIX, P_TEXT_ESCAPER
 
Fields inherited from class javax.xml.stream.XMLOutputFactory
IS_REPAIRING_NAMESPACES
 
Fields inherited from interface com.ctc.wstx.cfg.OutputConfigFlags
CFG_AUTOMATIC_EMPTY_ELEMS, CFG_AUTOMATIC_NS, CFG_COPY_DEFAULT_ATTRS, CFG_ENABLE_NS, CFG_ESCAPE_CR, CFG_FIX_CONTENT, CFG_OUTPUT_CDATA_AS_TEXT, CFG_VALIDATE_ATTR, CFG_VALIDATE_CONTENT, CFG_VALIDATE_NAMES, CFG_VALIDATE_STRUCTURE
 
Fields inherited from interface org.codehaus.stax2.XMLStreamProperties
XSP_IMPLEMENTATION_NAME, XSP_IMPLEMENTATION_VERSION, XSP_NAMESPACE_AWARE, XSP_PROBLEM_REPORTER, XSP_SUPPORT_XMLID, XSP_SUPPORTS_XML11, XSP_V_XMLID_FULL, XSP_V_XMLID_NONE, XSP_V_XMLID_TYPING
 
Constructor Summary
BambooWstxOutputFactory()
           
 
Method Summary
 javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out, java.lang.String enc)
           
 
Methods inherited from class com.ctc.wstx.stax.WstxOutputFactory
configureForRobustness, configureForSpeed, configureForXmlConformance, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getConfig, getProperty, isPropertySupported, setProperty
 
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

BambooWstxOutputFactory

public BambooWstxOutputFactory()
Method Detail

createXMLStreamWriter

public javax.xml.stream.XMLStreamWriter createXMLStreamWriter(java.io.OutputStream out,
                                                              java.lang.String enc)
                                                       throws javax.xml.stream.XMLStreamException
Overrides:
createXMLStreamWriter in class com.ctc.wstx.stax.WstxOutputFactory
Throws:
javax.xml.stream.XMLStreamException


Copyright © 2012 Atlassian. All Rights Reserved.