Class EnhancedStaxWriter

java.lang.Object
com.thoughtworks.xstream.io.AbstractWriter
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
com.thoughtworks.xstream.io.xml.StaxWriter
org.codice.ddf.spatial.ogc.wfs.catalog.converter.impl.EnhancedStaxWriter
All Implemented Interfaces:
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter, com.thoughtworks.xstream.io.HierarchicalStreamWriter, com.thoughtworks.xstream.io.xml.XmlFriendlyWriter

public class EnhancedStaxWriter extends com.thoughtworks.xstream.io.xml.StaxWriter
  • Constructor Summary

    Constructors
    Constructor
    Description
    EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out)
     
    EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode)
     
    EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
     
    EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.thoughtworks.xstream.io.xml.StaxWriter

    addAttribute, close, endNode, flush, getQNameMap, getXMLStreamWriter, isNamespaceRepairingMode, setValue, startNode

    Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter

    escapeXmlName

    Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter

    encodeAttribute, encodeNode, startNode, underlyingWriter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait