info.bliki.wiki.filter
Class WPListElement

java.lang.Object
  extended by 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)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OL

public static final int OL
See Also:
Constant Field Values

UL

public static final int UL
See Also:
Constant Field Values
Constructor Detail

WPListElement

public WPListElement(int type,
                     int level,
                     char[] sequence,
                     int start)
Method Detail

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()