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.ObjectSelectorEntry.
-
-
Field Summary
Fields Modifier and Type Field Description private CSSStyleRuleImplrule_private Selectorselector_
-
Constructor Summary
Constructors Constructor Description SelectorEntry(Selector selector, CSSStyleRuleImpl rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSStyleRuleImplgetRule()SelectorgetSelector()
-
-
-
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
-
-