fop 0.95beta | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.fop.fo.expr.FunctionBase
org.apache.fop.fo.expr.InheritedPropFunction
public class InheritedPropFunction
extends FunctionBase
Method Summary | |
Property |
|
int |
|
boolean |
Methods inherited from class org.apache.fop.fo.expr.FunctionBase | |
getPercentBase , padArgsWithPropertyName |
public Property eval(Property[] args, PropertyInfo pInfo) throws PropertyException
- Parameters:
args
- arguments to be evaluatedpInfo
- PropertyInfo object to be evaluated
- Returns:
- Property satisfying the inherited-property-value
- Throws:
PropertyException
- for invalid parameter
public int nbArgs()
- Returns:
- 1 (maximum number of arguments for the inherited-property-value function)
public boolean padArgsWithPropertyName()
- Specified by:
- padArgsWithPropertyName in interface Function
- Overrides:
- padArgsWithPropertyName in interface FunctionBase
- Returns:
- true (allow padding of arglist with property name)
fop 0.95beta |