Package org.apache.fop.fo
Class FONode.GatherContextInfoFunction
- java.lang.Object
-
- org.apache.fop.fo.FONode.GatherContextInfoFunction
-
- All Implemented Interfaces:
org.apache.fop.util.text.AdvancedMessageFormat.Function
- Enclosing class:
- FONode
public static class FONode.GatherContextInfoFunction extends java.lang.Object implements org.apache.fop.util.text.AdvancedMessageFormat.Function
Function for AdvancedMessageFormat to retrieve context info from an FONode.
-
-
Constructor Summary
Constructors Constructor Description GatherContextInfoFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
evaluate(java.util.Map params)
java.lang.Object
getName()
-
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate(java.util.Map params)
- Specified by:
evaluate
in interfaceorg.apache.fop.util.text.AdvancedMessageFormat.Function
-
getName
public java.lang.Object getName()
- Specified by:
getName
in interfaceorg.apache.fop.util.text.AdvancedMessageFormat.Function
-
-