Searched refs:Comment (Results 1 – 16 of 16) sorted by relevance
19 import org.w3c.dom.Comment;32 public final class CommentImpl extends CharacterDataImpl implements Comment {
24 import org.w3c.dom.Comment;146 return createComment(((Comment) node).getData()); in shallowCopy()
29 public interface Comment extends CharacterData { interface
106 public Comment createComment(String data); in createComment()
22 import org.w3c.dom.Comment;101 } else if (node instanceof Comment) { in testGoodFile1()
21 import org.w3c.dom.Comment;510 Comment comment = document.createComment(""); in testInvalidCharactersComment()
44 import org.w3c.dom.Comment;121 private Comment comment;164 comment = (Comment) vitamins.getChildNodes().item(1); in setUp()
64 Comment newCommentNode; in runTest()
63 Comment newCommentNode; in runTest()
74 Comment comment; in runTest()
72 Comment comment; in runTest()
87 Comment comment; in runTest()
34 import org.w3c.dom.Comment;104 Comment comment; in testNormalize()
35 import org.w3c.dom.Comment;159 Comment comment; in testImportNode3()182 Comment comment; in testImportNode4()
99 # Comment out the following two lines for the "traditional"
263 "luni/src/main/java/org/w3c/dom/Comment.java",