-
public final class RuleUsageCSS coverage information.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetIdprivate final DoublestartOffsetprivate final DoubleendOffsetprivate final Booleanused
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final Doublecomponent3()final Booleancomponent4()final RuleUsagecopy(String styleSheetId, Double startOffset, Double endOffset, Boolean used)final StringgetStyleSheetId()The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. final DoublegetStartOffset()Offset of the start of the rule (including selector) from the beginning of the stylesheet. final DoublegetEndOffset()Offset of the end of the rule body from the beginning of the stylesheet. final BooleangetUsed()Indicates whether the rule was actually used by some element in the page. -
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
component3
final Double component3()
-
component4
final Boolean component4()
-
getStyleSheetId
final String getStyleSheetId()
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
-
getStartOffset
final Double getStartOffset()
Offset of the start of the rule (including selector) from the beginning of the stylesheet.
-
getEndOffset
final Double getEndOffset()
Offset of the end of the rule body from the beginning of the stylesheet.
-
-
-
-