HomeSort by relevance Sort by last modified time
    Searched refs:newCommentName (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreatecomment.java 66 String newCommentName;
72 newCommentName = newCommentNode.getNodeName();
73 assertEquals("name", "#comment", newCommentName);
hc_documentcreatecomment.java 65 String newCommentName;
71 newCommentName = newCommentNode.getNodeName();
72 assertEquals("strong", "#comment", newCommentName);

Completed in 91 milliseconds