org.apache.fop.fo.expr
Class FromTableColumnFunction
- Function
public class FromTableColumnFunction
Class modelling the from-table-column Property Value function. See Sec.
5.10.4 of the XSL-FO spec.
eval
public Property eval(Property[] args,
PropertyInfo pInfo)
throws PropertyException
- eval in interface Function
args
- array of arguments, which should either be empty, or the
first of which should contain an NCName corresponding to a property namepInfo
- PropertyInfo object to be evaluated
- the Property corresponding to the property name specified, or, if
none, for the property for which the expression is being evaluated
PropertyException
- for incorrect arguments, and (for now) in all
cases, because this function is not implemented
nbArgs
public int nbArgs()
- nbArgs in interface Function
- 1 (maximum arguments for the from-table-column function)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.