Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.css.sheet
Class Ruleset

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

public class Ruleset
extends java.lang.Object

Author:
Torbjörn Gannholm, Patrick Wright

Constructor Summary
Ruleset(int orig)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home