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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlParser.java42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
75 * - PRESERVE_ALL: Preserves all of original content.
76 * *** Warning - PRESERVE_ALL mode preserves invalid and unsafe HTML. ***
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL } enum constant in enum:HtmlParser.ParseStyle
87 * True only in PRESERVE_ALL mode.
93 * True in either PRESERVE_ALL or PRESERVE_VALID mode.
111 preserveAll = (parseStyle == ParseStyle.PRESERVE_ALL);
138 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
157 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
591 * PRESERVE_ALL mod
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlParser.java42 * - HTML comments are ignored unless initialized with ParseStyle.PRESERVE_ALL.
75 * - PRESERVE_ALL: Preserves all of original content.
76 * *** Warning - PRESERVE_ALL mode preserves invalid and unsafe HTML. ***
84 public enum ParseStyle { NORMALIZE, PRESERVE_VALID, PRESERVE_ALL } enum constant in enum:HtmlParser.ParseStyle
87 * True only in PRESERVE_ALL mode.
93 * True in either PRESERVE_ALL or PRESERVE_VALID mode.
111 preserveAll = (parseStyle == ParseStyle.PRESERVE_ALL);
138 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
157 * This has no effect in <code>ParseStyle.PRESERVE_ALL</code> mode.
591 * PRESERVE_ALL mod
[all...]

Completed in 29 milliseconds