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