モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースDocTypeTree

  • すべてのスーパー・インタフェース:
    DocTree

    public interface DocTypeTree
    extends DocTree
    doctype宣言のツリー・ノード。

    <!doctype text>

    導入されたバージョン:
    10
    • ネストされたクラスのサマリー

      • インタフェース com.sun.source.doctree.DocTreeで宣言されたネストされたクラス/インタフェース

        DocTree.Kind
    • メソッドのサマリー

      修飾子と型 メソッド 説明
      String getText()
      doctype宣言のテキストを返します。
    • メソッドの詳細

      • getText

        String getText()
        doctype宣言のテキストを返します。
        戻り値:
        text