| 程序包 | 说明 |
|---|---|
| org.jdom2.output.support |
| 构造器和说明 |
|---|
AbstractFormattedWalker(java.util.List<? extends Content> xx,
FormatStack fstack,
boolean doescape)
Create a Walker that preserves all content in its raw state.
|
WalkerNORMALIZE(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance.
|
WalkerTRIM_FULL_WHITE(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance.
|
WalkerTRIM(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance.
|