public final class NoOpAttributeNameMapper extends Object implements AttributeNameMapper
A mapper that maps every name to itself.
Fields Summary
final Set
mAttributeSet
Constructors Summary
public NoOpAttributeNameMapper(String[] originalNames)
Create a new instance which will map (as necessary) the specified
Attribute names.
Same as AttributeNameMapperImpl( attributeNames, new AttributeNameManglerImpl() )