|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LexicalUnit | |
---|---|
org.w3c.css.sac |
Uses of LexicalUnit in org.w3c.css.sac |
---|
Methods in org.w3c.css.sac that return LexicalUnit | |
---|---|
LexicalUnit |
LexicalUnit.getNextLexicalUnit()
Returns the next value or null if any. |
LexicalUnit |
LexicalUnit.getParameters()
The function parameters including operators (like the comma). |
LexicalUnit |
LexicalUnit.getPreviousLexicalUnit()
Returns the previous value or null if any. |
LexicalUnit |
LexicalUnit.getSubValues()
Returns a list of values inside the sub expression. |
LexicalUnit |
Parser.parsePropertyValue(InputSource source)
Parse a CSS property value. |
Methods in org.w3c.css.sac with parameters of type LexicalUnit | |
---|---|
void |
DocumentHandler.property(java.lang.String name,
LexicalUnit value,
boolean important)
Receive notification of a declaration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |