|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.AbstractWriter
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
AbstractWriter
instead
public abstract class AbstractXmlWriter
Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
Constructor Summary | |
---|---|
protected |
AbstractXmlWriter()
Deprecated. |
protected |
AbstractXmlWriter(NameCoder nameCoder)
Deprecated. |
protected |
AbstractXmlWriter(XmlFriendlyReplacer replacer)
Deprecated. As of 1.4 |
Method Summary | |
---|---|
String |
escapeXmlName(String name)
Deprecated. As of 1.4 use AbstractWriter.encodeNode(String) or AbstractWriter.encodeAttribute(String) instead |
Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter |
---|
encodeAttribute, encodeNode, startNode, underlyingWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamWriter |
---|
addAttribute, close, endNode, flush, setValue, startNode |
Constructor Detail |
---|
protected AbstractXmlWriter()
protected AbstractXmlWriter(XmlFriendlyReplacer replacer)
protected AbstractXmlWriter(NameCoder nameCoder)
Method Detail |
---|
public String escapeXmlName(String name)
AbstractWriter.encodeNode(String)
or AbstractWriter.encodeAttribute(String)
instead
escapeXmlName
in interface XmlFriendlyWriter
name
- the unescaped XML name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |