- すべてのスーパー・インタフェース:
- DocTree
public interface AttributeTree extends DocTree
HTML要素の属性のツリー・ノードです。
- 導入されたバージョン:
- 1.8
- 
ネストされたクラスのサマリーネストされたクラス 修飾子と型 インタフェース 説明 static classAttributeTree.ValueKind属性値の種類。
- 
メソッドのサマリー修飾子と型 メソッド 説明 NamegetName()属性の名前を返します。List<? extends DocTree>getValue()属性の値を返します。種類がEMPTYの場合はnullを返します。AttributeTree.ValueKindgetValueKind()属性の種類を返します。
- 
メソッドの詳細- 
getNameName getName()属性の名前を返します。- 戻り値:
- 属性の名前
 
- 
getValueKindAttributeTree.ValueKind getValueKind()属性の種類を返します。- 戻り値:
- 属性の種類。
 
- 
getValue属性の値を返します。種類がEMPTYの場合はnullを返します。- 戻り値:
- 属性の値。
 
 
-