protected final class AbstractFormattedWalker.MultiText
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.