Class Ruleset

java.lang.Object
org.xhtmlrenderer.css.sheet.Ruleset

public class Ruleset extends Object
Author:
Torbjörn Gannholm, Patrick Wright
  • Constructor Details

    • Ruleset

      public Ruleset(int orig)
  • Method Details

    • getPropertyDeclarations

      public 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(List props)
    • addFSSelector

      public void addFSSelector(Selector selector)
    • getFSSelectors

      public List getFSSelectors()
    • getOrigin

      public int getOrigin()