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 变量和类型 方法 描述 Comment
Document. createComment(String data)
给定指定的字符串,创建一个Comment
节点。
-