Searched refs:CommentImpl (Results 1 – 4 of 4) sorted by relevance
32 public final class CommentImpl extends CharacterDataImpl implements Comment { class34 CommentImpl(DocumentImpl document, String data) { in CommentImpl() method in CommentImpl
414 CommentImpl comment = (CommentImpl) node;
334 public CommentImpl createComment(String data) { in createComment()335 return new CommentImpl(this, data); in createComment()
405 "luni/src/main/java/org/apache/harmony/xml/dom/CommentImpl.java",