|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.thoughtworks.xstream.io.AbstractReader
com.thoughtworks.xstream.io.xml.AbstractXmlReader
AbstractReader instead.
public abstract class AbstractXmlReader
Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.
| Constructor Summary | |
|---|---|
protected |
AbstractXmlReader()
Deprecated. |
protected |
AbstractXmlReader(NameCoder nameCoder)
Deprecated. |
protected |
AbstractXmlReader(XmlFriendlyReplacer replacer)
Deprecated. As of 1.4, use AbstractReader instead. |
| Method Summary | |
|---|---|
protected String |
escapeXmlName(String name)
Deprecated. As of 1.4, use AbstractReader instead. |
String |
unescapeXmlName(String name)
Deprecated. As of 1.4, use AbstractReader.decodeNode(String) or AbstractReader.decodeAttribute(String) instead. |
| Methods inherited from class com.thoughtworks.xstream.io.AbstractReader |
|---|
decodeAttribute, decodeNode, encodeAttribute, encodeNode, peekNextChild, underlyingReader |
| 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.HierarchicalStreamReader |
|---|
appendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUp |
| Constructor Detail |
|---|
protected AbstractXmlReader()
protected AbstractXmlReader(XmlFriendlyReplacer replacer)
AbstractReader instead.
protected AbstractXmlReader(NameCoder nameCoder)
| Method Detail |
|---|
public String unescapeXmlName(String name)
AbstractReader.decodeNode(String) or AbstractReader.decodeAttribute(String) instead.
name - the escaped XML-friendly name
protected String escapeXmlName(String name)
AbstractReader instead.
name - the unescaped XML-unfriendly name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||