public class ContentToken extends Object implements BaseToken, PlainTextConvertable
| Constructor and Description |
|---|
ContentToken(String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
void |
renderPlainText(ITextConverter converter,
Appendable buf,
IWikiModel wikiModel) |
void |
serialize(XmlSerializer xmlSerializer) |
String |
toString() |
public ContentToken(String content)
public String getContent()
public void serialize(XmlSerializer xmlSerializer) throws IOException
serialize in interface BaseTokenIOExceptionpublic void renderPlainText(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException
renderPlainText in interface PlainTextConvertableIOExceptionCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.