Package org.apache.fop.fo
Class BorderShorthandParser
- java.lang.Object
-
- org.apache.fop.fo.properties.GenericShorthandParser
-
- org.apache.fop.fo.BorderShorthandParser
-
- All Implemented Interfaces:
ShorthandParser
class BorderShorthandParser extends GenericShorthandParser
-
-
Field Summary
Fields Modifier and Type Field Description private FOPropertyMapping
propertyMapping
-
Constructor Summary
Constructors Constructor Description BorderShorthandParser(FOPropertyMapping propertyMapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
validate(PropertyList propertyList, java.lang.String propertyString, Property prop, Property property)
-
Methods inherited from class org.apache.fop.fo.properties.GenericShorthandParser
convertValueForProperty, getElement, getValueForProperty
-
-
-
-
Field Detail
-
propertyMapping
private FOPropertyMapping propertyMapping
-
-
Constructor Detail
-
BorderShorthandParser
BorderShorthandParser(FOPropertyMapping propertyMapping)
-
-
Method Detail
-
validate
protected void validate(PropertyList propertyList, java.lang.String propertyString, Property prop, Property property)
- Overrides:
validate
in classGenericShorthandParser
-
-