|
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.MultiText
protected final class AbstractFormattedWalker.MultiText
Collect together the items that constitute formatted Text-like content.
Method Summary | |
---|---|
void |
appendCDATA(AbstractFormattedWalker.Trim trim,
java.lang.String text)
Append some text to the text-like sequence that will be treated as CDATA. |
void |
appendRaw(Content c)
Add some JDOM Content (typically an EntityRef) that will be treated as part of the Text-like sequence. |
void |
appendText(AbstractFormattedWalker.Trim trim,
java.lang.String text)
Append some text to the text-like sequence that will be treated as plain XML text (PCDATA). |
void |
done()
Indicate that there is no further content to be added to the text-like sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void appendText(AbstractFormattedWalker.Trim trim, java.lang.String text)
trim
- How to prepare the Text contenttext
- The actual Text content.public void appendCDATA(AbstractFormattedWalker.Trim trim, java.lang.String text)
trim
- How to prepare the CDATA contenttext
- The actual CDATA content.public void appendRaw(Content c)
c
- the content to add.public void done()
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |