|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.io.xml.AbstractXmlWriter
public abstract class AbstractXmlWriter
Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers.
| Constructor Summary | |
|---|---|
protected |
AbstractXmlWriter()
|
protected |
AbstractXmlWriter(XmlFriendlyReplacer replacer)
|
| Method Summary | |
|---|---|
protected java.lang.String |
escapeXmlName(java.lang.String name)
Escapes XML name (node or attribute) to be XML-friendly |
| 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.ExtendedHierarchicalStreamWriter |
|---|
startNode |
| Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamWriter |
|---|
addAttribute, close, endNode, flush, setValue, startNode, underlyingWriter |
| Constructor Detail |
|---|
protected AbstractXmlWriter()
protected AbstractXmlWriter(XmlFriendlyReplacer replacer)
| Method Detail |
|---|
protected java.lang.String escapeXmlName(java.lang.String name)
name - the unescaped XML name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||