org.apache.fop.fo.expr

Class FunctionBase

Implemented Interfaces:
Function
Known Direct Subclasses:
AbsFunction, BodyStartFunction, FromParentFunction, FromTableColumnFunction, InheritedPropFunction, LabelEndFunction, MaxFunction, MinFunction, NearestSpecPropFunction, PPColWidthFunction

public abstract class FunctionBase
extends java.lang.Object
implements Function

Abstract Base class for XSL-FO functions

Method Summary

PercentBase
getPercentBase()
boolean
padArgsWithPropertyName()

Method Details

getPercentBase

public PercentBase getPercentBase()
Specified by:
getPercentBase in interface Function
Returns:
null (by default, functions have no percent-based arguments)

padArgsWithPropertyName

public boolean padArgsWithPropertyName()
Specified by:
padArgsWithPropertyName in interface Function
Returns:
false (by default don't pad arglist with property-name)

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.