java.lang.Object
io.sf.carte.doc.style.css.property.StyleValue
io.sf.carte.doc.style.css.property.KeywordValue
io.sf.carte.doc.style.css.property.InheritValue
- All Implemented Interfaces:
CSSValue,CSSValueItem,ValueItem,Serializable,Cloneable
An
inherit value.- See Also:
-
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 a string representation of the current value.Gets the StyleValue associated to this item.Get the primitive type.static InheritValuegetValue()voidwriteCssText(SimpleWriter wri) Serialize this value to aSimpleWriter.Methods inherited from class io.sf.carte.doc.style.css.property.KeywordValue
asSubproperty, clone, equals, getCssValueType, getNextLexicalUnit, handleSyntaxWarnings, hashCode, hasWarnings, setCssTextMethods inherited from class io.sf.carte.doc.style.css.property.StyleValue
getMinifiedCssText, isSubproperty, isSystemDefault, matches, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.sf.carte.doc.style.css.CSSValue
getMinifiedCssText, getPrecedingComments, getTrailingComments, isPrimitiveValue
-
Method Details
-
getValue
-
getPrimitiveType
Description copied from interface:CSSValueGet the primitive type.- Returns:
- the primitive type.
-
getCssText
Description copied from class:StyleValueGet a string representation of the current value.- Specified by:
getCssTextin interfaceCSSValue- Specified by:
getCssTextin classStyleValue- Returns:
- the css text representing the value of this property.
-
writeCssText
Description copied from interface:CSSValueSerialize this value to aSimpleWriter.- Parameters:
wri- the SimpleWriter.- Throws:
IOException- if an error happened while writing.
-
getCSSValue
Description copied from interface:ValueItemGets the StyleValue associated to this item.If there is an item there must be a value, so this method cannot return null.
- Returns:
- the StyleValue associated to this item.
-