| Constructor and Description | 
|---|
| NameCoderWrapper(NameCoder inner)Construct a new wrapper for a NameCoder. | 
| 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 nodeName)Decode a node name to an object name. | 
| java.lang.String | encodeAttribute(java.lang.String name)Encode a meta-data name for an attribute in the target format. | 
| java.lang.String | encodeNode(java.lang.String name)Encode an object name for a node in the target format. | 
public NameCoderWrapper(NameCoder inner)
inner - the wrapped NameCoderpublic java.lang.String decodeAttribute(java.lang.String attributeName)
decodeAttribute in interface NameCoderattributeName - the name of the attributepublic java.lang.String decodeNode(java.lang.String nodeName)
decodeNode in interface NameCodernodeName - the name of the nodepublic java.lang.String encodeAttribute(java.lang.String name)
encodeAttribute in interface NameCodername - the name of the meta-datapublic java.lang.String encodeNode(java.lang.String name)
encodeNode in interface NameCodername - the name of the object dataCopyright © 2004–2024 XStream. All rights reserved.