org.apache.fop.fo
Class PropertyListBuilder


public class PropertyListBuilder


Constructor Summary
PropertyListBuilder()
           

Method Summary
 voidaddElementList(String element, Hashtable list)
           
 voidaddList(Hashtable list)
           
 PropertycomputeProperty(PropertyList propertyList, String space, String element, String propertyName)
           
 PropertygetSubpropValue(String space, String element, String propertyName, Property p, String subpropName)
           
 booleanisInherited(String space, String element, String propertyName)
           
 PropertyListmakeList(String elementName, Attributes attributes, PropertyList parentPropertyList, FObj parentFO)
           
 PropertymakeProperty(PropertyList propertyList, String space, String element, String propertyName)
           

Constructor Detail

PropertyListBuilder

public PropertyListBuilder()
Method Detail

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

Association Links

to Class java.lang.String

Name of font-size property attribute to set first.

to Class java.util.Hashtable

to Class java.util.Hashtable