Package-level declarations
Types
Link copied to clipboard
Base utility class for implementing a CharFilter. Subclasses record mappings via addOffCorrectMap, then correct applies offsets.
Link copied to clipboard
Link copied to clipboard
Factory for HTMLStripCharFilter.
Link copied to clipboard
Simplistic CharFilter that applies the mappings contained in a NormalizeCharMap to the character stream, correcting resulting changes to the offsets.
Link copied to clipboard
Factory for MappingCharFilter.
Link copied to clipboard
class NormalizeCharMap
Holds a map of String input to String output, to be used with MappingCharFilter. Use Builder to create this.