Class Ruleset


  • public class Ruleset
    extends java.lang.Object
    • Constructor Detail

      • Ruleset

        public Ruleset​(int orig)
    • Method Detail

      • getPropertyDeclarations

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

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

        public void addFSSelector​(Selector selector)
      • getFSSelectors

        public java.util.List<Selector> getFSSelectors()
      • getOrigin

        public int getOrigin()
      • toCSS

        public void toCSS​(java.lang.StringBuilder sb)