Class Style

All Implemented Interfaces:
SVGNode

@ElementCategories({}) @PermittedContent(any=true, charData=true) public final class Style extends MetaSVGNode
  • Field Details

  • Constructor Details

    • Style

      public Style()
  • Method Details

    • parseStyleSheet

      public void parseStyleSheet(@NotNull @NotNull CssParser cssParser)
    • styleSheet

      @NotNull public @NotNull StyleSheet styleSheet()
    • addContent

      public void addContent(char[] content)
      Specified by:
      addContent in interface SVGNode
      Overrides:
      addContent in class MetaSVGNode
    • tagName

      @NotNull public @NotNull String tagName()