Package org.xhtmlrenderer.css.sheet
Class Ruleset
java.lang.Object
org.xhtmlrenderer.css.sheet.Ruleset
- Author:
- Torbjörn Gannholm, Patrick Wright
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAllProperties
(List props) void
addFSSelector
(Selector selector) void
int
Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.
-
Constructor Details
-
Ruleset
public Ruleset(int orig)
-
-
Method Details
-
getPropertyDeclarations
Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.- Returns:
- The propertyDeclarations value
-
addProperty
-
addAllProperties
-
addFSSelector
-
getFSSelectors
-
getOrigin
public int getOrigin()
-