Interface ShorthandManager.PropertyHandler

All Known Implementing Classes:
CSSEngine.StyleDeclarationBuilder, CSSEngine.StyleDeclarationDocumentHandler, CSSEngine.StyleDeclarationUpdateHandler, CSSEngine.StyleSheetDocumentHandler
Enclosing interface:
ShorthandManager

public static interface ShorthandManager.PropertyHandler
To handle a property value created by a ShorthandManager.
Version:
$Id: ShorthandManager.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    property(String name, org.w3c.css.sac.LexicalUnit value, boolean important)
     
  • Method Details

    • property

      void property(String name, org.w3c.css.sac.LexicalUnit value, boolean important)