|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.vex.css.PropertyDecl
Represents a particular CSS property declaration.
Field Summary | |
static byte |
SOURCE_AUTHOR
|
static byte |
SOURCE_DEFAULT
|
static byte |
SOURCE_USER
|
Constructor Summary | |
PropertyDecl(Rule rule,
java.lang.String property,
LexicalUnit value,
boolean important)
Class constructor. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Implementation of Comparable.compareTo(Object)
that implements CSS cascade ordering. |
java.lang.String |
getProperty()
Return the value of the property property. |
Rule |
getRule()
Return the value of the rule property. |
LexicalUnit |
getValue()
Return the value of the value property. |
boolean |
isImportant()
Return the value of the important property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte SOURCE_DEFAULT
public static final byte SOURCE_AUTHOR
public static final byte SOURCE_USER
Constructor Detail |
public PropertyDecl(Rule rule, java.lang.String property, LexicalUnit value, boolean important)
Method Detail |
public int compareTo(java.lang.Object o)
Comparable.compareTo(Object)
that implements CSS cascade ordering.
compareTo
in interface java.lang.Comparable
public boolean isImportant()
important
property.
public java.lang.String getProperty()
property
property.
public Rule getRule()
rule
property.
public LexicalUnit getValue()
value
property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |