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, encodeNode
public String decodeAttribute(String attributeName)
decodeAttribute
in interface NameCoder
decodeAttribute
in class XmlFriendlyNameCoder
attributeName
- the name of the attributepublic String decodeNode(String elementName)
decodeNode
in interface NameCoder
decodeNode
in class XmlFriendlyNameCoder
elementName
- the name of the nodeCopyright © 2004–2017 XStream. All rights reserved.