Module  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