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 java.lang.Object

Version:
$Id: TreeComponent.java 354930 2005-12-08 01:12:16Z jdcasey $
Author:
Jason van Zyl

Constructor Summary
TreeComponent(TreeComponent father, java.lang.String text, int type)
           
 
Method Summary
 TreeComponent addChildren(java.lang.String t, int ttype)
           
 java.util.List getChildren()
           
 int getDepth()
           
 TreeComponent getFather()
           
 java.lang.String getText()
           
 int getType()
           
 java.lang.String toString()
           
 java.lang.String toString(java.lang.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,
                     java.lang.String text,
                     int type)
Method Detail

getChildren

public java.util.List getChildren()

addChildren

public TreeComponent addChildren(java.lang.String t,
                                 int ttype)

getFather

public TreeComponent getFather()

getDepth

public int getDepth()

toString

public java.lang.String toString()

toString

public java.lang.String toString(java.lang.String indent)

getText

public java.lang.String getText()

getType

public int getType()


Copyright © {inceptionYear}-2006 null. All Rights Reserved.