Home | History | Annotate | Download | only in parser

Lines Matching defs:Space

629    * segments, white space separators, line breaks, and quote marks.
639 * For example, a LineBreak (one newline) will override a Space, but will
647 Space, // single space
652 // White space characters that are collapsed as a single space.
658 * Determines if the given character is considered an HTML space character.
659 * Consecutive HTML space characters are collapsed into a single space when
696 * Sets the next separator between two text nodes. A Space separator is
749 setSeparator(Separator.Space);
755 setSeparator(Separator.Space);
765 // each line with appendTextDirect() to preserve white space.
791 * when you need to preserve the original white space.
822 case Space:
824 // Only append a space separator if we are not following a new
826 // space after a <br> tag, since the <br>'s newline fulfills the
827 // space separation requirement.
859 * @param includeEndingSpace Includes a single space after the quote marks.