Class BorderSpacingShorthandParser

    • Constructor Detail

      • BorderSpacingShorthandParser

        public BorderSpacingShorthandParser()
    • Method Detail

      • convertValueForProperty

        protected Property convertValueForProperty​(int propId,
                                                   Property property,
                                                   PropertyMaker maker,
                                                   PropertyList propertyList)
                                            throws PropertyException
        Converts a property name into a Property
        Overrides:
        convertValueForProperty in class GenericShorthandParser
        Parameters:
        propId - the property ID in the Constants interface
        property - ...
        maker - the Property.Maker to be used in the conversion
        propertyList - the PropertyList from which the Property should be extracted
        Returns:
        the Property matching the parameters, or null if not found
        Throws:
        PropertyException - (when?)