public class WPList extends WPTag implements PlainTextConvertable
WPListElement| Modifier and Type | Class and Description |
|---|---|
static class |
WPList.InternalList |
| Modifier and Type | Field and Description |
|---|---|
static char |
DL_DD_CHAR |
static char |
DL_DT_CHAR |
static char |
OL_CHAR |
static char |
UL_CHAR |
ALLOWED_ATTRIBUTES, ALLOWED_ATTRIBUTES_SETname, originalSource| Constructor and Description |
|---|
WPList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(WPListElement listElement) |
Object |
clone() |
WPList.InternalList |
getNestedElements() |
String |
getParents()
Get the allowed parent tags for this tag
|
boolean |
isEmpty() |
boolean |
isReduceTokenStack() |
void |
renderHTML(ITextConverter converter,
Appendable buf,
IWikiModel wikiModel) |
void |
renderPlainText(ITextConverter converter,
Appendable buf,
IWikiModel wikiModel) |
String |
toString() |
appendAttributes, appendEscapedAttributes, getDefaultParentTag, renderHTMLWithoutTag, setTemplateaddAllowedAttribute, addAttribute, addChild, addChildren, addItemForMoving, addObjectAttribute, getAllowedAttributes, getAttributes, getBodyString, getChildren, getItemsToMove, getObjectAttributes, getParent, isAllowedAttribute, isFormed, makeCopy, serialize, setFormed, setItemsToMove, setParentgetName, getOriginalSource, hashCode, setName, setOriginalSourcepublic static final char DL_DD_CHAR
public static final char DL_DT_CHAR
public static final char OL_CHAR
public static final char UL_CHAR
public boolean isEmpty()
public boolean add(WPListElement listElement)
public void renderHTML(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException
renderHTML in class WPTagIOExceptionpublic boolean isReduceTokenStack()
isReduceTokenStack in class WPTagpublic String getParents()
TagTokengetParents in class TagNodenull if no parent tags are allowedpublic WPList.InternalList getNestedElements()
public void renderPlainText(ITextConverter converter, Appendable buf, IWikiModel wikiModel) throws IOException
renderPlainText in interface PlainTextConvertablerenderPlainText in class TagNodeIOExceptionCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.