public class XStream11NameCoder extends XmlFriendlyNameCoder
| Constructor and Description | 
|---|
XStream11NameCoder()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
decodeAttribute(String attributeName)
Decode an attribute name to an object name. 
 | 
String | 
decodeNode(String elementName)
Decode a node name to an object name. 
 | 
clone, createCacheMap, encodeAttribute, encodeNodepublic String decodeAttribute(String attributeName)
decodeAttribute in interface NameCoderdecodeAttribute in class XmlFriendlyNameCoderattributeName - the name of the attributepublic String decodeNode(String elementName)
decodeNode in interface NameCoderdecodeNode in class XmlFriendlyNameCoderelementName - the name of the nodeCopyright © 2004–2016 XStream. All rights reserved.