Interface PolyStringNormalizer
-
- All Known Implementing Classes:
AbstractPolyStringNormalizer
,AlphanumericPolyStringNormalizer
,Ascii7PolyStringNormalizer
,PassThroughPolyStringNormalizer
public interface PolyStringNormalizer
Normalizer for PolyStrings. Classes implementing this interface are able to take an original string (in the PolyString sense) and return a normalized version of the string.- Author:
- Radovan Semancik
- See Also:
PolyString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getName()
String
normalize(String orig)
Returns a normalized version of the string.
-