org.xwiki.rendering.wikimodel.util
Class ListBuilder
java.lang.Object
org.xwiki.rendering.wikimodel.util.ListBuilder
public class ListBuilder
- extends Object
This is an internal utility class used as a context to keep in memory the
current state of parsed trees (list items).
- Since:
- 4.0M1
- Version:
- $Id: 906ec846fe9a9b48d33d17bf4c1f6965c4680cb3 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListBuilder
public ListBuilder(IListListener listener)
- Parameters:
listener -
alignContext
public void alignContext(String row)
- Parameters:
rowParams - the parameters of the row
getTreeType
protected char getTreeType(char rowType)
- Parameters:
rowType - the type of the row
- Returns:
- the type of the tree corresponding to the given row type
Copyright © 2004-2013 XWiki. All Rights Reserved.