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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreatecomment.java 64 Comment newCommentNode;
69 newCommentNode = doc.createComment("This is a new Comment node");
70 newCommentValue = newCommentNode.getNodeValue();
72 newCommentName = newCommentNode.getNodeName();
74 newCommentType = (int) newCommentNode.getNodeType();
hc_documentcreatecomment.java 63 Comment newCommentNode;
68 newCommentNode = doc.createComment("This is a new Comment node");
69 newCommentValue = newCommentNode.getNodeValue();
71 newCommentName = newCommentNode.getNodeName();
73 newCommentType = (int) newCommentNode.getNodeType();

Completed in 3785 milliseconds