org.apache.batik.css.parser
public interface ExtendedParser extends Parser
Method Summary | |
---|---|
SACMediaList | parseMedia(String mediaText)
Parse a CSS media value.
|
boolean | parsePriority(String source)
Parse a CSS priority value (e.g. "!important").
|
LexicalUnit | parsePropertyValue(String source)
Parse a CSS property value.
|
void | parseRule(String source)
Parse a CSS rule.
|
SelectorList | parseSelectors(String source)
Parse a comma separated list of selectors.
|
void | parseStyleDeclaration(String source)
Parse a CSS style declaration (without '{' and '}').
|
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.
Parameters: source The declaration.
Throws: CSSException Any CSS exception, possibly wrapping another exception. java.io.IOException An IO exception from the parser, possibly from a byte stream or character stream supplied by the application.