public class Ruleset extends Object
| Constructor and Description |
|---|
Ruleset(int orig) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllProperties(List<PropertyDeclaration> props) |
void |
addFSSelector(Selector selector) |
void |
addProperty(PropertyDeclaration decl) |
List<Selector> |
getFSSelectors() |
int |
getOrigin() |
List<PropertyDeclaration> |
getPropertyDeclarations()
Returns an Iterator of PropertyDeclarations pulled from this
CSSStyleRule.
|
public List<PropertyDeclaration> getPropertyDeclarations()
public void addProperty(PropertyDeclaration decl)
public void addAllProperties(List<PropertyDeclaration> props)
public void addFSSelector(Selector selector)
public int getOrigin()
Copyright © 2018. All rights reserved.