Class CssNonStandardRuleSet
java.lang.Object
com.itextpdf.styledxmlparser.css.CssStatement
com.itextpdf.styledxmlparser.css.CssRuleSet
com.itextpdf.styledxmlparser.css.page.CssNonStandardRuleSet
Class for a non standard
CssRuleSet.-
Constructor Summary
ConstructorsConstructorDescriptionCssNonStandardRuleSet(ICssSelector selector, List<CssDeclaration> declarations) Creates a newCssNonStandardRuleSetinstance. -
Method Summary
Methods inherited from class CssRuleSet
getCssRuleSets, getImportantDeclarations, getNormalDeclarations, getSelector
-
Constructor Details
-
CssNonStandardRuleSet
Creates a newCssNonStandardRuleSetinstance.- Parameters:
selector- the selectordeclarations- the declarations
-
-
Method Details
-
toString
- Overrides:
toStringin classCssRuleSet
-