public class EnhancedStaxWriter
extends com.thoughtworks.xstream.io.xml.StaxWriter
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
writeCdata(String cdata) |
addAttribute, close, endNode, flush, getQNameMap, getXMLStreamWriter, isNamespaceRepairingMode, setValue, startNode
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode, com.thoughtworks.xstream.io.naming.NameCoder nameCoder) throws XMLStreamException
XMLStreamException
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, boolean writeEnclosingDocument, boolean namespaceRepairingMode) throws XMLStreamException
XMLStreamException
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out, com.thoughtworks.xstream.io.naming.NameCoder nameCoder) throws XMLStreamException
XMLStreamException
public EnhancedStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap, XMLStreamWriter out) throws XMLStreamException
XMLStreamException
public void writeCdata(String cdata)
This work is licensed under a Creative Commons Attribution 4.0 International License.