org.xhtmlrenderer.css.sheet
Class Ruleset

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

public class Ruleset
extends Object

Author:
Torbjoern Gannholm, Patrick Wright

Constructor Summary
Ruleset(int orig)
           
 
Method Summary
 void addAllProperties(List props)
           
 void addFSSelector(Selector selector)
           
 void addProperty(PropertyDeclaration decl)
           
 List getFSSelectors()
           
 int getOrigin()
           
 List getPropertyDeclarations()
          Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ruleset

public Ruleset(int orig)
Method Detail

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


Copyright © 2012. All Rights Reserved.