Class StyleDeclarationEdit


  • public class StyleDeclarationEdit
    extends java.lang.Object
    A descriptor of operation to mutate style declaration text.
    • Constructor Detail

      • StyleDeclarationEdit

        public StyleDeclarationEdit​(StyleSheetId styleSheetId,
                                    SourceRange range,
                                    java.lang.String text)
    • Method Detail

      • getStyleSheetId

        public StyleSheetId getStyleSheetId()
        The css style sheet identifier.
      • getRange

        public SourceRange getRange()
        The range of the style text in the enclosing stylesheet.
      • getText

        public java.lang.String getText()
        New style text.