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, underlyingWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttribute, close, endNode, flush, setValue, startNodeprotected AbstractXmlWriter()
protected AbstractXmlWriter(XmlFriendlyReplacer replacer)
protected AbstractXmlWriter(NameCoder nameCoder)
public String escapeXmlName(String name)
AbstractWriter.encodeNode(String) or AbstractWriter.encodeAttribute(String) insteadescapeXmlName in interface XmlFriendlyWritername - the unescaped XML nameCopyright © 2004-2014 XStream. All Rights Reserved.