Uses of Interface
org.loboevolution.html.node.Comment
Package
Description
-
Uses of Comment in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Modifier and TypeMethodDescriptionfinal Comment
DTMNodeProxy.createComment
(String data) Creates a comment object with the specified data. -
Uses of Comment in org.loboevolution.html.dom.nodeimpl
Modifier and TypeMethodDescriptionDocumentImpl.createComment
(String data) Creates a comment object with the specified data. -
Uses of Comment in org.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.createComment
(String data) Creates a comment object with the specified data. -
Uses of Comment in org.loboevolution.html.node
Modifier and TypeMethodDescriptionDocument.createComment
(String data) Creates a comment object with the specified data.