- All Superinterfaces:
DocTree
public interface AttributeTree
extends DocTree
A tree node for an attribute in an HTML element.
- Since:
- 1.8
-
Nested Class Summary
Nested Classes
static enum
The kind of an attribute value.
-
Method Summary
Returns the name of the attribute.
Returns the kind of the attribute value.
-
Method Details
-
getName
Returns the name of the attribute.
- Returns:
- the name of the attribute
-
getValueKind
Returns the kind of the attribute value.
- Returns:
- the kind of the attribute value
-
getValue
- Returns:
- the value of the attribute