Uses of Interface
org.apache.fop.util.text.AdvancedMessageFormat.Function
-
Packages that use AdvancedMessageFormat.Function Package Description org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.util.text Message formatting classes. -
-
Uses of AdvancedMessageFormat.Function in org.apache.fop.fo
Classes in org.apache.fop.fo that implement AdvancedMessageFormat.Function Modifier and Type Class Description static class
FONode.GatherContextInfoFunction
Function for AdvancedMessageFormat to retrieve context info from an FONode. -
Uses of AdvancedMessageFormat.Function in org.apache.fop.util.text
Fields in org.apache.fop.util.text declared as AdvancedMessageFormat.Function Modifier and Type Field Description private AdvancedMessageFormat.Function
AdvancedMessageFormat.FunctionPart. function
Fields in org.apache.fop.util.text with type parameters of type AdvancedMessageFormat.Function Modifier and Type Field Description private static java.util.Map<java.lang.Object,AdvancedMessageFormat.Function>
AdvancedMessageFormat. FUNCTIONS
Methods in org.apache.fop.util.text that return AdvancedMessageFormat.Function Modifier and Type Method Description private static AdvancedMessageFormat.Function
AdvancedMessageFormat. getFunction(java.lang.String functionName)
-