org.apache.maven.doxia.module.confluence.parser.list
Class TreeListBuilder

java.lang.Object
  extended by org.apache.maven.doxia.module.confluence.parser.list.TreeListBuilder

public class TreeListBuilder
extends java.lang.Object


Constructor Summary
TreeListBuilder()
           
 
Method Summary
 void feedEntry(int type, int level, java.lang.String text)
           
 ListBlock getBlock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeListBuilder

public TreeListBuilder()
                throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

feedEntry

public void feedEntry(int type,
                      int level,
                      java.lang.String text)

getBlock

public ListBlock getBlock()


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.