Interface CSSAttrValue

All Superinterfaces:
Cloneable, CSSPrimitiveValue, CSSValue
All Known Implementing Classes:
AttrValue

public interface CSSAttrValue extends CSSPrimitiveValue
attr() primitive value.
  • Method Details

    • getAttributeName

      String getAttributeName()
      Get the attribute name.
      Returns:
      the attribute name.
    • getAttributeType

      String getAttributeType()
      Get the attribute type.
      Returns:
      the attribute type, or null if no type was specified.
    • getFallback

      CSSValue getFallback()
      Get the fallback value.
      Returns:
      the fallback value, or null if no fallback was specified.