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