org.apache.fop.fo
Class PropertyListBuilder
- public class PropertyListBuilder
Method Summary |
void | addElementList(String element, Hashtable list) |
void | addList(Hashtable list) |
Property | computeProperty(PropertyList propertyList, String space, String element, String propertyName) |
Property | getSubpropValue(String space, String element, String propertyName, Property p, String subpropName) |
boolean | isInherited(String space, String element, String propertyName) |
PropertyList | makeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO) |
Property | makeProperty(PropertyList propertyList, String space, String element, String propertyName) |
PropertyListBuilder
public PropertyListBuilder()
addElementList
public void addElementList(String element, Hashtable list)
addList
public void addList(Hashtable list)
computeProperty
public Property computeProperty(PropertyList propertyList, String space, String element, String propertyName)
getSubpropValue
public Property getSubpropValue(String space, String element, String propertyName, Property p, String subpropName)
isInherited
public boolean isInherited(String space, String element, String propertyName)
makeList
public PropertyList makeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
throws org.apache.fop.apps.FOPException
makeProperty
public Property makeProperty(PropertyList propertyList, String space, String element, String propertyName)
throws org.apache.fop.apps.FOPException
to Class java.lang.String- Name of font-size property attribute to set first.
to Class java.util.Hashtable
to Class java.util.Hashtable