|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom2.output.support.AbstractFormattedWalker
org.jdom2.output.support.WalkerNORMALIZE
public class WalkerNORMALIZE
This Walker implementation will produce trimmed text content.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdom2.output.support.AbstractFormattedWalker |
---|
AbstractFormattedWalker.MultiText, AbstractFormattedWalker.Trim |
Constructor Summary | |
---|---|
WalkerNORMALIZE(java.util.List<? extends Content> content,
FormatStack fstack,
boolean escape)
Create the Trimmed walker instance. |
Method Summary | |
---|---|
protected void |
analyzeMultiText(AbstractFormattedWalker.MultiText mtext,
int offset,
int len)
Add the content at the specified indices to the provided MultiText. |
Methods inherited from class org.jdom2.output.support.AbstractFormattedWalker |
---|
get, hasNext, isAllText, isAllWhitespace, isCDATA, next, text |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WalkerNORMALIZE(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.Method Detail |
---|
protected void analyzeMultiText(AbstractFormattedWalker.MultiText mtext, int offset, int len)
AbstractFormattedWalker
analyzeMultiText
in class AbstractFormattedWalker
mtext
- the MultiText to append to.offset
- The first Text-like content to add to the MultiTextlen
- The number of Text-like content items to add.
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |