Class EnhancedStaxDriver

java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.StaxDriver
org.codice.ddf.spatial.ogc.wfs.catalog.converter.impl.EnhancedStaxDriver
All Implemented Interfaces:
com.thoughtworks.xstream.io.HierarchicalStreamDriver

public class EnhancedStaxDriver extends com.thoughtworks.xstream.io.xml.StaxDriver
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    EnhancedStaxDriver(com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
     
    EnhancedStaxDriver(com.thoughtworks.xstream.io.xml.QNameMap qnameMap)
     
    EnhancedStaxDriver(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createStaxWriter(XMLStreamWriter out, boolean writeStartEndDocument)
     

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

    createInputFactory, createOutputFactory, createParser, createParser, createParser, createReader, createReader, createReader, createReader, createStaxReader, createStaxWriter, createWriter, createWriter, getInputFactory, getOutputFactory, getQnameMap, isRepairingNamespace, setQnameMap, setRepairingNamespace

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

    xmlFriendlyReplacer

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

    getNameCoder

    Methods inherited from class java.lang.Object

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

    • EnhancedStaxDriver

      public EnhancedStaxDriver()
    • EnhancedStaxDriver

      public EnhancedStaxDriver(com.thoughtworks.xstream.io.xml.QNameMap qnameMap)
    • EnhancedStaxDriver

      public EnhancedStaxDriver(com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
    • EnhancedStaxDriver

      public EnhancedStaxDriver(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
  • Method Details