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
ConstructorsConstructorDescriptionEnhancedStaxDriver(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 TypeMethodDescriptioncreateStaxWriter(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, setRepairingNamespaceMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacerMethods inherited from class com.thoughtworks.xstream.io.AbstractDriver
getNameCoder
-
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
-
createStaxWriter
public EnhancedStaxWriter createStaxWriter(XMLStreamWriter out, boolean writeStartEndDocument) throws XMLStreamException - Overrides:
createStaxWriterin classcom.thoughtworks.xstream.io.xml.StaxDriver- Throws:
XMLStreamException
-