- 所有超级接口:
-
DocTree
HTML元素或标记中属性的树节点。
- 自Java版本:
- 1.8
-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
Method Summary
-
Method Details
-
getName
Name getName()返回属性的名称。- 返回值:
- 属性的名称
-
getValueKind
AttributeTree.ValueKind getValueKind()返回属性值的类型。- 返回值:
- 属性值的类型
-
getValue
返回属性的值,如果此属性的类型为EMPTY
,则返回null
。- 返回值:
- 属性的值
-