Interface StartElementTree
- All Superinterfaces:
- DocTree
A tree node for the start of an HTML element.
 
    < name [attributes] [/]>
 - Since:
- 1.8
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns any attributes defined by this element.getName()Returns the name of the element.booleanReturnstrueif this is a self-closing element, as indicated by a"/"before the closing">".
- 
Method Details- 
getName
- 
getAttributes
- 
isSelfClosingboolean isSelfClosing()Returnstrueif this is a self-closing element, as indicated by a"/"before the closing">".- Returns:
- trueif this is a self-closing element
 
 
-