|
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.AbstractOutputProcessor
public abstract class AbstractOutputProcessor
Methods common/useful for all Outputter processors.
| Constructor Summary | |
|---|---|
AbstractOutputProcessor()
|
|
| Method Summary | |
|---|---|
protected Walker |
buildWalker(FormatStack fstack,
java.util.List<? extends Content> content,
boolean escape)
Create a walker to process Content List values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractOutputProcessor()
| Method Detail |
|---|
protected Walker buildWalker(FormatStack fstack,
java.util.List<? extends Content> content,
boolean escape)
If you require a custom walker to process content in a specific way then you probably want to override this method to build the walker you want.
fstack - The current FormatStack for the walker (this should not be
modified by the Walker).content - The list of content to walk.escape - If you want the Text values to be XMLEscaped then supply
a non-null EscapeStrategy to use.
|
JDOM 2.0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||