AbstractWriter
insteadpublic abstract class AbstractXmlWriter extends AbstractWriter implements XmlFriendlyWriter
Modifier | Constructor and Description |
---|---|
protected |
AbstractXmlWriter()
Deprecated.
|
protected |
AbstractXmlWriter(NameCoder nameCoder)
Deprecated.
|
protected |
AbstractXmlWriter(XmlFriendlyReplacer replacer)
Deprecated.
As of 1.4
|
Modifier and Type | Method and Description |
---|---|
String |
escapeXmlName(String name)
Deprecated.
As of 1.4 use
AbstractWriter.encodeNode(String) or AbstractWriter.encodeAttribute(String) instead |
encodeAttribute, encodeNode, startNode, underlyingWriter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAttribute, close, endNode, flush, setValue, startNode
protected AbstractXmlWriter()
protected AbstractXmlWriter(XmlFriendlyReplacer replacer)
protected AbstractXmlWriter(NameCoder nameCoder)
public String escapeXmlName(String name)
AbstractWriter.encodeNode(String)
or AbstractWriter.encodeAttribute(String)
insteadescapeXmlName
in interface XmlFriendlyWriter
name
- the unescaped XML nameCopyright © 2004–2016 XStream. All rights reserved.