Class Ruleset


  • public class Ruleset
    extends java.lang.Object
    Author:
    Torbjörn Gannholm, Patrick Wright
    • Constructor Detail

      • Ruleset

        public Ruleset​(int orig)
    • Method Detail

      • getPropertyDeclarations

        public java.util.List getPropertyDeclarations()
        Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.
        Returns:
        The propertyDeclarations value
      • addAllProperties

        public void addAllProperties​(java.util.List props)
      • addFSSelector

        public void addFSSelector​(Selector selector)
      • getFSSelectors

        public java.util.List getFSSelectors()
      • getOrigin

        public int getOrigin()