Home | History | Annotate | Download | only in parser

Lines Matching defs:PRESERVE_ALL

42  * - 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 }
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 mode.
597 * PRESERVE_ALL mode.