org.apache.maven.doxia.module.confluence.parser.list
Class TreeComponent
java.lang.Object
org.apache.maven.doxia.module.confluence.parser.list.TreeComponent
public class TreeComponent
- extends java.lang.Object
- Version:
- $Id: TreeComponent.java 496703 2007-01-16 14:27:31Z vsiveton $
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TreeComponent
public TreeComponent(TreeComponent father,
java.lang.String text,
int type)
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()
- Overrides:
toString
in class java.lang.Object
toString
public java.lang.String toString(java.lang.String indent)
getText
public java.lang.String getText()
getType
public int getType()
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.