OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 81 milliseconds