Uses of Interface
org.w3c.dom.Comment
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom |
-
Uses of Comment in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement Comment Modifier and Type Class Description classCommentImplProvides a straightforward implementation of the corresponding W3C DOM interface. -
Uses of Comment in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement Comment Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return Comment Modifier and Type Method Description CommentDTMNodeProxy. createComment(String data) -
Uses of Comment in org.apache.xml.utils
Methods in org.apache.xml.utils that return Comment Modifier and Type Method Description CommentUnImplNode. createComment(String data)Unimplemented. -
Uses of Comment in org.w3c.dom
Methods in org.w3c.dom that return Comment Modifier and Type Method Description CommentDocument. createComment(String data)Creates aCommentnode given the specified string.