Package org.apache.fop.util.text
Message formatting classes.
-
Interface Summary Interface Description AdvancedMessageFormat.Function Implementations of this interface do some computation based on the message parameters given to it.AdvancedMessageFormat.ObjectFormatter Implementations of this interface format certain objects to strings.AdvancedMessageFormat.Part Represents a message template part.AdvancedMessageFormat.PartFactory Implementations of this interface parse a field part and return message parts. -
Class Summary Class Description AdvancedMessageFormat Formats messages based on a template and with a set of named parameters.AdvancedMessageFormat.CompositePart AdvancedMessageFormat.FunctionPart AdvancedMessageFormat.SimpleFieldPart AdvancedMessageFormat.TextPart ChoiceFieldPart Defines a "choice" field part that works likeChoiceFormat
.ChoiceFieldPart.Factory Factory for ChoiceFieldPart.EqualsFieldPart Defines an "equals" field part that can compare a field's string value against another string.EqualsFieldPart.Factory Part factory for "equals".GlyphNameFieldPart Function formatting a character to a glyph name.GlyphNameFieldPart.Factory Factory forGlyphNameFieldPart
.HexFieldPart Function formatting a number or character to a hex value.HexFieldPart.Factory Factory forHexFieldPart
.IfFieldPart Defines an "if" field part that checks if field's value is true or false.IfFieldPart.Factory Part factory for "if".LocatorFormatter Object formatter for the SAX Locator object.