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

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CommentImpl.java 32 public final class CommentImpl extends CharacterDataImpl implements Comment {
34 CommentImpl(DocumentImpl document, String data) {
DOMConfigurationImpl.java 411 CommentImpl comment = (CommentImpl) node;
DocumentImpl.java 323 public CommentImpl createComment(String data) {
324 return new CommentImpl(this, data);
  /external/jdiff/
xerces.jar 

Completed in 63 milliseconds