Searched refs:comments (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java77 * True to keep comments in the document; false to discard them.
79 PARAMETERS.put("comments", new BooleanParameter() {
81 return config.comments;
84 config.comments = (Boolean) value;
148 * comments = true
162 && config.comments
174 config.comments = true;
275 * comments, text, CDATA sections and processing instructions.
290 private boolean comments = true; field in class:DOMConfigurationImpl
413 if (!comments) {
[all...]
/dalvik/docs/
H A Dprettify.js624 /** split markup on tags, comments, application directives, and other top
691 * It recognizes C, C++, and shell style comments.
731 // comments.
808 // Split into strings, comments, and other.
809 // We do this because strings and comments are easily recognizable and can
927 // 2) Then split the text chunks further into comments, declarations,

Completed in 262 milliseconds