Package org.htmlunit.cssparser.dom
Class CSSStyleSheetImpl.SelectorEntry
- java.lang.Object
-
- org.htmlunit.cssparser.dom.CSSStyleSheetImpl.SelectorEntry
-
- Enclosing class:
- CSSStyleSheetImpl
public static final class CSSStyleSheetImpl.SelectorEntry extends java.lang.Object
SelectorEntry.
-
-
Field Summary
Fields Modifier and Type Field Description private CSSStyleRuleImpl
rule_
private Selector
selector_
-
Constructor Summary
Constructors Constructor Description SelectorEntry(Selector selector, CSSStyleRuleImpl rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSStyleRuleImpl
getRule()
Selector
getSelector()
-
-
-
Field Detail
-
selector_
private final Selector selector_
-
rule_
private final CSSStyleRuleImpl rule_
-
-
Constructor Detail
-
SelectorEntry
SelectorEntry(Selector selector, CSSStyleRuleImpl rule)
-
-
Method Detail
-
getSelector
public Selector getSelector()
- Returns:
- the selector
-
getRule
public CSSStyleRuleImpl getRule()
- Returns:
- the rule
-
-