Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DCommentImpl.java19 import org.w3c.dom.Comment;
32 public final class CommentImpl extends CharacterDataImpl implements Comment {
DDocumentImpl.java24 import org.w3c.dom.Comment;
146 return createComment(((Comment) node).getData()); in shallowCopy()
/libcore/luni/src/main/java/org/w3c/dom/
DComment.java29 public interface Comment extends CharacterData { interface
DDocument.java106 public Comment createComment(String data); in createComment()
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java22 import org.w3c.dom.Comment;
101 } else if (node instanceof Comment) { in testGoodFile1()
DNormalizeTest.java21 import org.w3c.dom.Comment;
510 Comment comment = document.createComment(""); in testInvalidCharactersComment()
DDomTest.java44 import org.w3c.dom.Comment;
121 private Comment comment;
164 comment = (Comment) vitamins.getChildNodes().item(1); in setUp()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Ddocumentcreatecomment.java64 Comment newCommentNode; in runTest()
Dhc_documentcreatecomment.java63 Comment newCommentNode; in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DimportNode04.java74 Comment comment; in runTest()
DimportNode03.java72 Comment comment; in runTest()
Dnodenormalize01.java87 Comment comment; in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeNormalize.java34 import org.w3c.dom.Comment;
104 Comment comment; in testNormalize()
DImportNode.java35 import org.w3c.dom.Comment;
159 Comment comment; in testImportNode3()
182 Comment comment; in testImportNode4()
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf99 # Comment out the following two lines for the "traditional"
/libcore/
Dnon_openjdk_java_files.bp263 "luni/src/main/java/org/w3c/dom/Comment.java",