|
|||||||||
Home >> All >> org >> w3c >> css >> [ sac overview ] | PREV NEXT |
Uses of Interface
org.w3c.css.sac.LexicalUnit
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.getPreviousLexicalUnit()
Returns the previous value or null if any. |
LexicalUnit |
LexicalUnit.getParameters()
The function parameters including operators (like the comma). |
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. |
|
|||||||||
Home >> All >> org >> w3c >> css >> [ sac overview ] | PREV NEXT |