- All Superinterfaces:
DocTree
A tree node for an attribute in an HTML element or tag.
- Since:
- 1.8
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The kind of an attribute value.Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
-
Method Details
-
getName
Name getName()Returns the name of the attribute.- Returns:
- the name of the attribute
-
getValueKind
AttributeTree.ValueKind getValueKind()Returns the kind of the attribute value.- Returns:
- the kind of the attribute value
-
getValue
- Returns:
- the value of the attribute
-