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 voidaddAllProperties(java.util.List props)voidaddFSSelector(Selector selector)voidaddProperty(PropertyDeclaration decl)java.util.ListgetFSSelectors()intgetOrigin()java.util.ListgetPropertyDeclarations()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()
-
-