- All Superinterfaces:
Cloneable
,CSSPrimitiveValue
,CSSValue
- All Known Implementing Classes:
AttrValue
attr()
primitive value.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.sf.carte.doc.style.css.CSSValue
CSSValue.CssType, CSSValue.Type
-
Method Summary
Modifier and TypeMethodDescriptionGet the attribute name.Get the attribute type.Get the fallback value.Methods inherited from interface io.sf.carte.doc.style.css.CSSPrimitiveValue
getUnitType, isNegativeNumber, isPrimitiveValue, setExpectInteger
Methods inherited from interface io.sf.carte.doc.style.css.CSSValue
clone, getCssText, getCssValueType, getMinifiedCssText, getMinifiedCssText, getPrimitiveType, matches, setCssText, writeCssText
-
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.
-