Searched refs:createComment (Results 1 - 20 of 20) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Ddocumentcreatecomment.java31 * The "createComment(data)" method creates a new Comment
34 * "createComment(data)" method. It should create a new
69 newCommentNode = doc.createComment("This is a new Comment node");
H A Dhc_documentcreatecomment.java31 * The "createComment(data)" method creates a new Comment
34 * "createComment(data)" method. It should create a new
68 newCommentNode = doc.createComment("This is a new Comment node");
H A Dhc_nodevalue02.java63 newNode = doc.createComment("This is a new Comment node");
H A Dnodevalue02.java63 newNode = doc.createComment("This is a new Comment node");
H A Dhc_nodecommentnodeattributes.java81 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodename.java81 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodetype.java80 commentNode = doc.createComment("This is a comment");
H A Dhc_nodecommentnodevalue.java80 commentNode = doc.createComment(" This is a comment");
H A Dnodecommentnodeattributes.java81 childNode = doc.createComment("This is a comment");
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode17.java83 commentToImport = doc.createComment("Document.importNode test for a COMMENT_NODE");
H A DimportNode03.java80 comment = aNewDoc.createComment("this is a comment");
H A DimportNode04.java82 comment = aNewDoc.createComment("descendant1");
H A Dnodenormalize01.java105 comment = newDoc.createComment("comment");
/libcore/luni/src/main/java/org/w3c/dom/
H A DDocument.java106 public Comment createComment(String data); method in interface:Document
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDocumentImpl.java147 return createComment(((Comment) node).getData());
335 public CommentImpl createComment(String data) { method in class:DocumentImpl
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DImportNode.java167 comment = aNewDoc.createComment("this is a comment");
190 comment = aNewDoc.createComment("descendant1");
H A DNodeNormalize.java123 comment = newDoc.createComment("comment");
H A DDocumentImportNode.java382 .createComment("Document.importNode test for a COMMENT_NODE");
/libcore/luni/src/test/java/libcore/xml/
H A DNormalizeTest.java404 root.appendChild(document.createComment("ABC -- DEF"));
510 Comment comment = document.createComment("");
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
H A DDocumentBuilderImpl.java215 node.appendChild(document.createComment(parser.getText()));

Completed in 182 milliseconds