- 
- 
Nested Class Summary- 
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends DocTree>getAttributes()Returns any attributes defined by this element.NamegetName()Returns the name of the element.booleanisSelfClosing()Returns true if this is a self-closing element, as indicated by a "/" before the closing ">".
 
- 
- 
- 
Method Detail- 
getNameName getName() Returns the name of the element.- Returns:
- the name
 
 - 
getAttributesList<? extends DocTree> getAttributes() Returns any attributes defined by this element.- Returns:
- the attributes
 
 - 
isSelfClosingboolean isSelfClosing() Returns true if this is a self-closing element, as indicated by a "/" before the closing ">".- Returns:
- true if this is a self-closing element
 
 
- 
 
-