public interface StyleSheet extends Rule<RuleBlock<?>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
StyleSheet.Origin
The origin of the style sheet (user agent, user, or author).
|
| Modifier and Type | Method and Description |
|---|---|
RuleBlock.Priority |
getLastMark()
Gets last mark priority
|
StyleSheet.Origin |
getOrigin()
Gets the origin of the stylesheet.
|
void |
markLast(RuleBlock.Priority last)
Marks last priority used in this style-sheet
|
void |
setOrigin(StyleSheet.Origin o)
Sets the stylesheet origin.
|
asList, replaceAll, unlockvoid markLast(RuleBlock.Priority last)
last - Priority markRuleBlock.Priority getLastMark()
void setOrigin(StyleSheet.Origin o)
o - The origin to be setStyleSheet.Origin getOrigin()
Copyright © 2014. All rights reserved.