| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.fo.expr.FunctionBaseorg.apache.fop.fo.expr.InheritedPropFunctionpublic class InheritedPropFunctionextends FunctionBaseMethod 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.94 |