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

java.lang.Object
  extended byorg.apache.maven.doxia.module.confluence.parser.list.TreeComponent

public class TreeComponent
extends Object

Version:
$Id: TreeComponent.java 496703 2007-01-16 14:27:31Z vsiveton $
Author:
Jason van Zyl

Constructor Summary
TreeComponent(TreeComponent father, String text, int type)
           
 
Method Summary
 TreeComponent addChildren(String t, int ttype)
           
 List getChildren()
           
 int getDepth()
           
 TreeComponent getFather()
           
 String getText()
           
 int getType()
           
 String toString()
           
 String toString(String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeComponent

public TreeComponent(TreeComponent father,
                     String text,
                     int type)
Method Detail

getChildren

public List getChildren()

addChildren

public TreeComponent addChildren(String t,
                                 int ttype)

getFather

public TreeComponent getFather()

getDepth

public int getDepth()

toString

public String toString()

toString

public String toString(String indent)

getText

public String getText()

getType

public int getType()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.