Uses of Class
org.apache.fop.fo.expr.PropertyInfo
-
Packages that use PropertyInfo Package Description org.apache.fop.fo.expr Classes for XSL expressions and functions. -
-
Uses of PropertyInfo in org.apache.fop.fo.expr
Methods in org.apache.fop.fo.expr with parameters of type PropertyInfo Modifier and Type Method Description Property
AbsFunction. eval(Property[] args, PropertyInfo propInfo)
Evaluate the functionProperty
BodyStartFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
FromNearestSpecifiedValueFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
FromParentFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
FromTableColumnFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
Function. eval(Property[] args, PropertyInfo pi)
Evaluate the functionProperty
InheritedPropFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
LabelEndFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
MaxFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
MinFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
OCAColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
ProportionalColumnWidthFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
FromNearestSpecifiedValueFunction. getOptionalArgDefault(int index, PropertyInfo pi)
Property
FromParentFunction. getOptionalArgDefault(int index, PropertyInfo pi)
Property
FromTableColumnFunction. getOptionalArgDefault(int index, PropertyInfo pi)
Property
Function. getOptionalArgDefault(int index, PropertyInfo pi)
Property
FunctionBase. getOptionalArgDefault(int index, PropertyInfo pi)
Property
InheritedPropFunction. getOptionalArgDefault(int index, PropertyInfo pi)
protected Property
FunctionBase. getPropertyName(PropertyInfo pi)
static Property
PropertyParser. parse(java.lang.String expr, PropertyInfo propInfo)
Public entrypoint to the Property expression parser.void
PropertyException. setPropertyInfo(PropertyInfo propInfo)
Sets the property context information.
-