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 Object
SelectorEntry.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSStyleRuleImplgetRule()SelectorgetSelector()
-
-
-
Method Detail
-
getSelector
public Selector getSelector()
- Returns:
- the selector
-
getRule
public CSSStyleRuleImpl getRule()
- Returns:
- the rule
-
-