Interface JavadocTree.EltStart

All Superinterfaces:
JavadocTree
Enclosing interface:
JavadocTree

public static sealed interface JavadocTree.EltStart extends JavadocTree
HTML start element.
  • Method Details

    • name

      String name()
      Name of the HTML element.
      Returns:
      name, never null
    • selfClosing

      boolean selfClosing()
      Whether the element is self-closing.
      Returns:
      true if self-closing
    • attributes

      Attributes of the element.
      Returns:
      immutable attributes map, never null