|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.io.xml.AbstractXmlReader
Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers.
Constructor Summary | |
protected |
AbstractXmlReader()
|
protected |
AbstractXmlReader(XmlFriendlyReplacer replacer)
|
Method Summary | |
protected java.lang.String |
unescapeXmlName(java.lang.String name)
Unescapes XML-friendly name (node or attribute) |
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, underlyingReader |
Constructor Detail |
protected AbstractXmlReader()
protected AbstractXmlReader(XmlFriendlyReplacer replacer)
Method Detail |
protected java.lang.String unescapeXmlName(java.lang.String name)
name
- the escaped XML-friendly name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |