Module  jdk.compiler

Interface AttributeTree

  • All Superinterfaces:
    DocTree


    public interface AttributeTree
    extends DocTree
    HTML元素中属性的树节点。
    从以下版本开始:
    1.8
    • 方法详细信息

      • getName

        Name getName​()
        返回属性的名称。
        结果
        属性的名称
      • getValue

        List<? extends DocTree> getValue​()
        返回属性的值,如果该类型为EMPTY,则返回 null
        结果
        the value of the attribute.