Class CssNonStandardRuleSet
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.CssStatement
-
- com.itextpdf.styledxmlparser.css.CssRuleSet
-
- com.itextpdf.styledxmlparser.css.page.CssNonStandardRuleSet
-
class CssNonStandardRuleSet extends CssRuleSet
Class for a non standardCssRuleSet.
-
-
Constructor Summary
Constructors Constructor Description CssNonStandardRuleSet(ICssSelector selector, java.util.List<CssDeclaration> declarations)Creates a newCssNonStandardRuleSetinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class com.itextpdf.styledxmlparser.css.CssRuleSet
getCssRuleSets, getImportantDeclarations, getNormalDeclarations, getSelector
-
-
-
-
Constructor Detail
-
CssNonStandardRuleSet
public CssNonStandardRuleSet(ICssSelector selector, java.util.List<CssDeclaration> declarations)
Creates a newCssNonStandardRuleSetinstance.- Parameters:
selector- the selectordeclarations- the declarations
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCssRuleSet
-
-