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