|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSource | |
---|---|
org.w3c.css.sac |
Uses of InputSource in org.w3c.css.sac |
---|
Methods in org.w3c.css.sac with parameters of type InputSource | |
---|---|
void |
DocumentHandler.endDocument(InputSource source)
Receive notification of the end of a document. |
boolean |
Parser.parsePriority(InputSource source)
Parse a CSS priority value (e.g. |
LexicalUnit |
Parser.parsePropertyValue(InputSource source)
Parse a CSS property value. |
void |
Parser.parseRule(InputSource source)
Parse a CSS rule. |
SelectorList |
Parser.parseSelectors(InputSource source)
Parse a comma separated list of selectors. |
void |
Parser.parseStyleDeclaration(InputSource source)
Parse a CSS style declaration (without '{' and '}'). |
void |
Parser.parseStyleSheet(InputSource source)
Parse a CSS document. |
void |
DocumentHandler.startDocument(InputSource source)
Receive notification of the beginning of a style sheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |