public class WalkerTRIM_FULL_WHITE extends AbstractFormattedWalker
构造器和说明 |
---|
WalkerTRIM_FULL_WHITE(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance.
|
hasNext, isAllText, isAllWhitespace, isCDATA, next, text
public WalkerTRIM_FULL_WHITE(java.util.List<? extends Content> content, FormatStack fstack, boolean escape)
content
- The list of content to formatfstack
- The current stack.escape
- Whether Text values should be escaped.