Module jdk.compiler

Interface DocTypeTree

All Superinterfaces:
DocTree

public interface DocTypeTree extends DocTree
A tree node for a doctype declaration.
    <!doctype text>
 
For HTML5 documents, the correct form is <!doctype html>.
Since:
10