Package io.webfolder.cdp.type.css
Class CSSScope
java.lang.Object
io.webfolder.cdp.type.css.CSSScope
CSS Scope at-rule descriptor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRange()
The associated rule header range in the enclosing stylesheet (if available).Identifier of the stylesheet containing this object (if exists).getText()
Scope rule text.void
setRange
(SourceRange range) The associated rule header range in the enclosing stylesheet (if available).void
setStyleSheetId
(String styleSheetId) Identifier of the stylesheet containing this object (if exists).void
Scope rule text.toString()
-
Constructor Details
-
CSSScope
public CSSScope()
-
-
Method Details
-
getText
Scope rule text. -
setText
Scope rule text. -
getRange
The associated rule header range in the enclosing stylesheet (if available). -
setRange
The associated rule header range in the enclosing stylesheet (if available). -
getStyleSheetId
Identifier of the stylesheet containing this object (if exists). -
setStyleSheetId
Identifier of the stylesheet containing this object (if exists). -
toString
-