Package org.xhtmlrenderer.css.sheet
Class Ruleset
- java.lang.Object
-
- org.xhtmlrenderer.css.sheet.Ruleset
-
public class Ruleset extends java.lang.Object
- Author:
- Torbjörn Gannholm, Patrick Wright
-
-
Constructor Summary
Constructors Constructor Description Ruleset(int orig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getPropertyDeclarations
public java.util.List getPropertyDeclarations()
Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.- Returns:
- The propertyDeclarations value
-
addProperty
public void addProperty(PropertyDeclaration decl)
-
addAllProperties
public void addAllProperties(java.util.List props)
-
addFSSelector
public void addFSSelector(Selector selector)
-
getFSSelectors
public java.util.List getFSSelectors()
-
getOrigin
public int getOrigin()
-
-