Stylesheet |
Rule.getStylesheet() |
Gets the Stylesheet this Rule belongs to.
|
static Stylesheet |
Stylesheet.loadBinary(InputStream stream) |
Loads a binary stylesheet from a stream.
|
static Stylesheet |
Stylesheet.loadBinary(URL url) |
Loads a binary stylesheet from a URL .
|
Stylesheet |
CssParser.parse(String stylesheetText) |
Creates a Stylesheet from a CSS document string.
|
Stylesheet |
CssParser.parse(String docbase,
String stylesheetText) |
Creates a Stylesheet from a CSS document string using docbase as the base
URL for resolving references within Stylesheet .
|
Stylesheet |
CssParser.parse(URL url) |
Updates the given stylesheet by reading a CSS document from a URL,
assuming UTF-8 encoding.
|
Stylesheet |
CssParser.parseInlineStyle(Styleable node) |
Parse an in-line style from a Node .
|