org.apache.fop.fo.properties
Class GenericShorthandParser
java.lang.Object
org.apache.fop.fo.properties.GenericShorthandParser
- ShorthandParser
public class GenericShorthandParser
extends java.lang.Object
Generic shorthand parser for ListProperties
GenericShorthandParser
public GenericShorthandParser()
Constructor.
convertValueForProperty
protected Property convertValueForProperty(int propId,
Property property,
PropertyMaker maker,
PropertyList propertyList)
throws PropertyException
Converts a property name into a Property
propId
- the property ID in the Constants interfaceproperty
- ...maker
- the Property.Maker to be used in the conversionpropertyList
- the PropertyList from which the Property should be
extracted
- the Property matching the parameters, or null if not found
getElement
protected Property getElement(Property list,
int index)
list
- the ListPropertyindex
- the index into the List of properties
- the property from the List of properties at the index parameter
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.