Class BaliseNode

java.lang.Object
  |
  +--BaliseNode

public class BaliseNode
extends java.lang.Object


Constructor Summary
BaliseNode(Tag tag, boolean debut)
           
 
Method Summary
 int getIndex()
           
 BaliseNode getSoeur()
           
 Tag getTag()
           
 boolean IsDebut()
           
 void SetSoeur(BaliseNode soeur)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaliseNode

public BaliseNode(Tag tag,
                  boolean debut)
Method Detail

getSoeur

public BaliseNode getSoeur()

SetSoeur

public void SetSoeur(BaliseNode soeur)

getIndex

public int getIndex()

IsDebut

public boolean IsDebut()

getTag

public Tag getTag()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object