Interface ShorthandParser
- All Known Implementing Classes:
BackgroundPositionShorthand.Parser, BorderShorthandParser, BorderSpacingShorthandParser, BoxCornerPropShorthandParser, BoxPropShorthandParser, FontShorthandParser, GenericShorthandParser, PageBreakShorthandParser, PositionShorthandParser, VerticalAlignShorthandParser, WhiteSpaceShorthandParser, XMLLangShorthandParser
public interface ShorthandParser
Interface used to provide parsing capabilities to Properties with shorthand
characteristics (those with multiple components).
-
Method Summary
Modifier and TypeMethodDescriptiongetValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList)
-
Method Details
-
getValueForProperty
Property getValueForProperty(int propId, Property property, PropertyMaker maker, PropertyList propertyList) throws PropertyException - Parameters:
propId- the property ID in the Constants interfaceproperty- from which value is obtainedmaker- Maker object for the PropertypropertyList- list of properties- Returns:
- Property object corresponding to propName
- Throws:
PropertyException- in case a property exception occurs
-