public class WPListElement extends Object
WPList| Constructor and Description |
|---|
WPListElement(int level,
char[] sequence,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
createTagStack(char[] src,
IWikiModel wikiModel,
int endPos)
Create the internal TagNodes stack for a single list line
|
int |
getEndPos() |
char[] |
getSequence() |
int |
getStartPos() |
TagStack |
getTagStack() |
void |
setStartPos(int startPos) |
String |
toString() |
public int getEndPos()
public void createTagStack(char[] src,
IWikiModel wikiModel,
int endPos)
endPos - The endPos to set.public int getStartPos()
public void setStartPos(int startPos)
startPos - The startPos to set.public char[] getSequence()
public TagStack getTagStack()
null or the internally created TagStackCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.