- All Superinterfaces:
JavadocTree
- Enclosing interface:
JavadocTree
HTML start element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.codegen.JavadocTree
JavadocTree.AttrValue, JavadocTree.BlockTag, JavadocTree.Cdata, JavadocTree.Comment, JavadocTree.Doctype, JavadocTree.Document, JavadocTree.EltClose, JavadocTree.EltStart, JavadocTree.Escape, JavadocTree.InlineTag, JavadocTree.Text -
Method Summary
Modifier and TypeMethodDescriptionAttributes of the element.name()Name of the HTML element.booleanWhether the element is self-closing.
-
Method Details
-
name
String name()Name of the HTML element.- Returns:
- name, never
null
-
selfClosing
boolean selfClosing()Whether the element is self-closing.- Returns:
trueif self-closing
-
attributes
Map<String,JavadocTree.AttrValue> attributes()Attributes of the element.- Returns:
- immutable attributes map, never
null
-