public class Ruleset
extends java.lang.Object
Constructor and Description |
---|
Ruleset(int orig) |
Modifier and Type | Method and Description |
---|---|
void |
addAllProperties(java.util.List props) |
void |
addFSSelector(Selector selector) |
void |
addProperty(PropertyDeclaration decl) |
java.util.List |
getFSSelectors() |
int |
getOrigin() |
java.util.List |
getPropertyDeclarations()
Returns an Iterator of PropertyDeclarations pulled from this
CSSStyleRule.
|
public java.util.List getPropertyDeclarations()
public void addProperty(PropertyDeclaration decl)
public void addAllProperties(java.util.List props)
public void addFSSelector(Selector selector)
public java.util.List getFSSelectors()
public int getOrigin()