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
ConstructorsConstructorDescriptionEnhancedStaxWriter(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
Methods inherited from class com.thoughtworks.xstream.io.xml.StaxWriter
addAttribute, close, endNode, flush, getQNameMap, getXMLStreamWriter, isNamespaceRepairingMode, setValue, startNodeMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
escapeXmlNameMethods inherited from class com.thoughtworks.xstream.io.AbstractWriter
encodeAttribute, encodeNode, startNode, underlyingWriter
-
Constructor Details
-
EnhancedStaxWriter
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode, com.thoughtworks.xstream.io.naming.NameCoder nameCoder) throws XMLStreamException - Throws:
XMLStreamException
-
EnhancedStaxWriter
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode) throws XMLStreamException - Throws:
XMLStreamException
-
EnhancedStaxWriter
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, com.thoughtworks.xstream.io.naming.NameCoder nameCoder) throws XMLStreamException - Throws:
XMLStreamException
-
EnhancedStaxWriter
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out) throws XMLStreamException - Throws:
XMLStreamException
-
-
Method Details
-
writeCdata
-