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
Fields in org.apache.fop.fo.expr declared as PropertyInfo Modifier and Type Field Description private PropertyInfo
PropertyParser. propInfo
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
CeilingFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
CIELabColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
CMYKColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
FloorFunction. 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
RGBColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
RGBICCColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
RGBNamedColorFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
RoundFunction. eval(Property[] args, PropertyInfo pInfo)
Evaluate the functionProperty
SystemColorFunction. 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.Constructors in org.apache.fop.fo.expr with parameters of type PropertyInfo Constructor Description PropertyParser(java.lang.String propExpr, PropertyInfo pInfo)
Private constructor.
-