org.xwiki.rendering.wikimodel.util
Class TreeBuilder<X extends TreeBuilder.IPos<X>>
java.lang.Object
org.xwiki.rendering.wikimodel.util.TreeBuilder<X>
public final class TreeBuilder<X extends TreeBuilder.IPos<X>>
- 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$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fList
public List<X extends TreeBuilder.IPos<X>> fList
TreeBuilder
public TreeBuilder(TreeBuilder.ITreeListener<X> listener)
align
public void align(List<X> row)
align
public void align(X pos)
get
public X get(int pos)
getPeek
public X getPeek()
trim
public void trim(List<X> row)
trim
public void trim(X pos)
Copyright © 2004-2012 XWiki. All Rights Reserved.