Uses of Interface
org.w3c.dom.Comment
-
Packages that use Comment 软件包 描述 org.w3c.dom 提供文档对象模型(DOM)的接口。 -
-
Uses of Comment in org.w3c.dom
Methods in org.w3c.dom that return Comment Modifier and Type 方法 描述 Comment
Document. createComment(String data)
创建给定指定字符串的Comment
节点。
-