Class WalkerTRIM_FULL_WHITE

  • All Implemented Interfaces:
    Walker

    public class WalkerTRIM_FULL_WHITE
    extends AbstractFormattedWalker
    This Walker implementation will produce trimmed text content.
    Author:
    Rolf Lear
    • Constructor Detail

      • WalkerTRIM_FULL_WHITE

        public WalkerTRIM_FULL_WHITE​(java.util.List<? extends Content> content,
                                     FormatStack fstack,
                                     boolean escape)
        Create the Trimmed walker instance.
        Parameters:
        content - The list of content to format
        fstack - The current stack.
        escape - Whether Text values should be escaped.
    • Method Detail