public class WhitespaceStripper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EOL |
static char |
EOLC |
static Pattern |
linefeed_space_collapse |
static Pattern |
linefeed_to_space |
static String |
SPACE |
static Pattern |
space_before_linefeed_collapse |
static Pattern |
space_collapse |
static Pattern |
tab_to_space |
| Constructor and Description |
|---|
WhitespaceStripper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
stripInlineContent(List inlineContent)
Strips whitespace early in inline content generation.
|
public static final String SPACE
public static final String EOL
public static final char EOLC
public static final Pattern linefeed_space_collapse
public static final Pattern linefeed_to_space
public static final Pattern tab_to_space
public static final Pattern space_collapse
public static final Pattern space_before_linefeed_collapse
public static void stripInlineContent(List inlineContent)
inlineContent parameter may be modifiedc - inlineContent - Copyright © 2011-2013. All Rights Reserved.