Class BambooWstxOutputFactory

java.lang.Object
javax.xml.stream.XMLOutputFactory
org.codehaus.stax2.XMLOutputFactory2
com.ctc.wstx.stax.WstxOutputFactory
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 XmlWriter that replaces invalid characters with '_' instead of failing See https://jira.atlassian.com/browse/BAM-17948
  • 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_AUTO_CLOSE_OUTPUT, 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_ADD_SPACE_AFTER_EMPTY_ELEM, CFG_AUTO_CLOSE_OUTPUT, CFG_AUTOMATIC_EMPTY_ELEMENTS, CFG_AUTOMATIC_END_ELEMENTS, CFG_AUTOMATIC_NS, CFG_COPY_DEFAULT_ATTRS, CFG_ENABLE_NS, CFG_ESCAPE_CR, CFG_FIX_CONTENT, CFG_OUTPUT_CDATA_AS_TEXT, CFG_USE_DOUBLE_QUOTES_IN_XML_DECL, 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.ctc.wstx.stax.WstxOutputFactory

    configureForRobustness, configureForSpeed, configureForXmlConformance, createSW, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLEventWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, createXMLStreamWriter, getConfig, getProperty, isPropertySupported, setProperty

    Methods inherited from class javax.xml.stream.XMLOutputFactory

    newDefaultFactory, newFactory, newFactory, newInstance, newInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BambooWstxOutputFactory

      public BambooWstxOutputFactory()