Package org.apache.fop.util.text
Class AdvancedMessageFormat.SimpleFieldPart
java.lang.Object
org.apache.fop.util.text.AdvancedMessageFormat.SimpleFieldPart
- All Implemented Interfaces:
AdvancedMessageFormat.Part
- Enclosing class:
AdvancedMessageFormat
private static class AdvancedMessageFormat.SimpleFieldPart
extends Object
implements AdvancedMessageFormat.Part
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fieldName
-
-
Constructor Details
-
SimpleFieldPart
-
-
Method Details
-
write
Description copied from interface:AdvancedMessageFormat.Part
Writes the formatted part to a string buffer.- Specified by:
write
in interfaceAdvancedMessageFormat.Part
- Parameters:
sb
- the target string bufferparams
- the parameters to work with
-
isGenerated
Description copied from interface:AdvancedMessageFormat.Part
Indicates whether there is any content that is generated by this message part.- Specified by:
isGenerated
in interfaceAdvancedMessageFormat.Part
- Parameters:
params
- the parameters to work with- Returns:
- true if the part has content
-
toString
-