Searched refs:createComment (Results 1 – 20 of 20) sorted by relevance
63 newNode = doc.createComment("This is a new Comment node"); in runTest()
69 newCommentNode = doc.createComment("This is a new Comment node"); in runTest()
68 newCommentNode = doc.createComment("This is a new Comment node"); in runTest()
80 commentNode = doc.createComment(" This is a comment"); in runTest()
81 commentNode = doc.createComment("This is a comment"); in runTest()
80 commentNode = doc.createComment("This is a comment"); in runTest()
81 childNode = doc.createComment("This is a comment"); in runTest()
82 comment = aNewDoc.createComment("descendant1"); in runTest()
83 commentToImport = doc.createComment("Document.importNode test for a COMMENT_NODE"); in runTest()
80 comment = aNewDoc.createComment("this is a comment"); in runTest()
105 comment = newDoc.createComment("comment"); in runTest()
106 public Comment createComment(String data); in createComment() method
167 comment = aNewDoc.createComment("this is a comment"); in testImportNode3()190 comment = aNewDoc.createComment("descendant1"); in testImportNode4()
123 comment = newDoc.createComment("comment"); in testNormalize()
382 .createComment("Document.importNode test for a COMMENT_NODE"); in testImportNode17()
146 return createComment(((Comment) node).getData()); in shallowCopy()334 public CommentImpl createComment(String data) { in createComment() method in DocumentImpl
404 root.appendChild(document.createComment("ABC -- DEF")); in testCommentContainingDoubleDash()510 Comment comment = document.createComment(""); in testInvalidCharactersComment()
216 node.appendChild(document.createComment(parser.getText())); in parse()