AbstractReader instead.public abstract class AbstractXmlReader extends AbstractReader
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractXmlReader()
Deprecated.  
  | 
protected  | 
AbstractXmlReader(NameCoder nameCoder)
Deprecated.  
  | 
protected  | 
AbstractXmlReader(XmlFriendlyReplacer replacer)
Deprecated. 
 
As of 1.4, use  
AbstractReader instead. | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
decodeAttribute, decodeNode, encodeAttribute, encodeNode, peekNextChild, underlyingReaderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendErrors, close, getAttribute, getAttribute, getAttributeCount, getAttributeName, getAttributeNames, getNodeName, getValue, hasMoreChildren, moveDown, moveUpprotected AbstractXmlReader()
protected AbstractXmlReader(XmlFriendlyReplacer replacer)
AbstractReader instead.protected AbstractXmlReader(NameCoder nameCoder)
public String unescapeXmlName(String name)
AbstractReader.decodeNode(String) or AbstractReader.decodeAttribute(String) instead.name - the escaped XML-friendly nameprotected String escapeXmlName(String name)
AbstractReader instead.name - the unescaped XML-unfriendly nameCopyright © 2004–2016 XStream. All rights reserved.