public class WalkerTRIM extends AbstractFormattedWalker
| 构造器和说明 |
|---|
WalkerTRIM(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance.
|
hasNext, isAllText, isAllWhitespace, isCDATA, next, textpublic WalkerTRIM(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.