org.xhtmlrenderer.css.sheet
Class Ruleset
java.lang.Object
org.xhtmlrenderer.css.sheet.Ruleset
public class Ruleset
- extends java.lang.Object
- Author:
- Torbjörn Gannholm, Patrick Wright
Constructor Summary |
Ruleset(int orig)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Ruleset
public Ruleset(int orig)
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 Home