Uses of Interface
com.sun.source.doctree.DocTypeTree
-
Packages that use DocTypeTree 软件包 描述 com.sun.source.doctree 提供将文档注释表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。 -
-
Uses of DocTypeTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type DocTypeTree 变量和类型 方法 描述 default R
DocTreeVisitor. visitDocType(DocTypeTree node, P p)
访问DocTypeTree节点。 -
Uses of DocTypeTree in com.sun.source.util
Methods in com.sun.source.util that return DocTypeTree 变量和类型 方法 描述 DocTypeTree
DocTreeFactory. newDocTypeTree(String text)
创建一个新的DocTypeTree
,以表示DOCTYPE
HTML声明。Methods in com.sun.source.util with parameters of type DocTypeTree 变量和类型 方法 描述 R
DocTreeScanner. visitDocType(DocTypeTree node, P p)
访问DocTypeTree节点。R
SimpleDocTreeVisitor. visitDocType(DocTypeTree node, P p)
访问DocTypeTree节点。
-