模块  jdk.compiler

Interface StartElementTree

  • All Superinterfaces:
    DocTree

    public interface StartElementTree
    extends DocTree
    用于HTML元素开头的树节点。

    <name [attributes] [/]>

    从以下版本开始:
    1.8
    • 方法详细信息

      • getName

        Name getName()
        返回元素的名称。
        结果
        名字
      • getAttributes

        List<? extends DocTree> getAttributes()
        返回此元素定义的所有属性。
        结果
        属性
      • isSelfClosing

        boolean isSelfClosing()
        如果这是一个自闭元素,则返回true,如结束“>”之前的“/”所示。
        结果
        如果这是一个自闭元素,则为true