info.bliki.wiki.filter
Class WPListElement
java.lang.Object
info.bliki.wiki.filter.WPListElement
public class WPListElement
- extends java.lang.Object
Entry for a wikipedia list string (i.e. '*', '#',...)
|
Field Summary |
static int |
OL
|
static int |
UL
|
|
Constructor Summary |
WPListElement(int type,
int level,
char[] sequence,
int start)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OL
public static final int OL
- See Also:
- Constant Field Values
UL
public static final int UL
- See Also:
- Constant Field Values
WPListElement
public WPListElement(int type,
int level,
char[] sequence,
int start)
getEndPos
public int getEndPos()
- Returns:
- Returns the endPos.
createTagStack
public void createTagStack(char[] src,
IWikiModel wikiModel,
int endPos)
- Create the internal TagNodes stack for a single list line
- Parameters:
endPos - The endPos to set.
getStartPos
public int getStartPos()
- Returns:
- Returns the startPos.
setStartPos
public void setStartPos(int startPos)
- Parameters:
startPos - The startPos to set.
getSequence
public char[] getSequence()
- Returns:
- Returns the sequence.
getTagStack
public TagStack getTagStack()