java.lang.Object
org.xhtmlrenderer.layout.WhitespaceStripper
- Author:
- Torbjoern Gannholm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstripInlineContent(List<Styleable> inlineContent) Strips whitespace early in inline content generation.
-
Field Details
-
SPACE
- See Also:
-
EOL
- See Also:
-
EOLC
public static final char EOLC- See Also:
-
linefeed_space_collapse
-
linefeed_to_space
-
tab_to_space
-
space_collapse
-
space_before_linefeed_collapse
-
-
Constructor Details
-
WhitespaceStripper
public WhitespaceStripper()
-
-
Method Details
-
stripInlineContent
Strips whitespace early in inline content generation. This can be done because "whitespage" does not ally to :first-line and :first-letter. For dynamic pseudo-classes we are allowed to choose which properties apply. NOTE: TheinlineContentparameter may be modified
-