Interface JavadocTree.EltStart
- All Superinterfaces:
JavadocTree
- Enclosing interface:
JavadocTree
HTML start element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface JavadocTree
JavadocTree.AttrValue, JavadocTree.BlockTag, JavadocTree.Cdata, JavadocTree.Comment, JavadocTree.Doctype, JavadocTree.Document, JavadocTree.EltClose, JavadocTree.EltStart, JavadocTree.Escape, JavadocTree.InlineTag, JavadocTree.TextModifier and TypeInterfaceDescriptionstatic final recordHTML attribute value.static interfaceBlock tag.static interfaceHTML CDATA section.static interfaceHTML comment.static interfaceHTML doctype declaration.static interfaceRoot node.static interfaceHTML element close.static interfaceHTML start element.static interfaceEscape sequence.static interfaceInline tag.static interfaceText element. -
Method Summary
Modifier and TypeMethodDescriptionAttributes of the element.name()Name of the HTML element.booleanWhether the element is self-closing.
-
Method Details
-
name
-
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
-