edu.UCL.xmiddle.framework.tree
Class FullBranch

java.lang.Object
  |
  +--edu.UCL.xmiddle.framework.tree.FullBranch
All Implemented Interfaces:
Branch
Direct Known Subclasses:
SimpleFullBranch

public abstract class FullBranch
extends java.lang.Object
implements Branch

FullBranch.java Created: Fri Jul 20 14:49:36 2001


Field Summary
protected  org.w3c.dom.Element root
           
 
Constructor Summary
FullBranch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.UCL.xmiddle.framework.tree.Branch
getRoot, getVersion, toString
 

Field Detail

root

protected org.w3c.dom.Element root
Constructor Detail

FullBranch

public FullBranch()