public class CustomStaxWriter
extends com.thoughtworks.xstream.io.xml.StaxWriter
| Constructor and Description |
|---|
CustomStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap,
XMLStreamWriter out,
boolean writeStartEndDocument,
boolean repairingNamespace,
com.thoughtworks.xstream.io.naming.NameCoder nameCoder) |
| Modifier and Type | Method and Description |
|---|---|
void |
setDefaultNamespace(String uri) |
void |
writeNamespace(String prefix,
String uri) |
addAttribute, close, endNode, flush, getQNameMap, getXMLStreamWriter, isNamespaceRepairingMode, setValue, startNodepublic CustomStaxWriter(com.thoughtworks.xstream.io.xml.QNameMap qnameMap,
XMLStreamWriter out,
boolean writeStartEndDocument,
boolean repairingNamespace,
com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
throws XMLStreamException
XMLStreamExceptionpublic void writeNamespace(String prefix, String uri) throws XMLStreamException
XMLStreamExceptionpublic void setDefaultNamespace(String uri) throws XMLStreamException
XMLStreamExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.