edu.UCL.xmiddle.tree
Class SimpleFullBranch

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

public class SimpleFullBranch
extends FullBranch

SimpleFullBranch.java Created: Tue Aug 7 16:14:04 2001


Field Summary
 
Fields inherited from class edu.UCL.xmiddle.framework.tree.FullBranch
root
 
Constructor Summary
SimpleFullBranch(org.w3c.dom.Element element, Version version)
           
 
Method Summary
 org.w3c.dom.Element getRoot()
           
 Version getVersion()
           
 void setVersion(Version version)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleFullBranch

public SimpleFullBranch(org.w3c.dom.Element element,
                        Version version)
Method Detail

getRoot

public org.w3c.dom.Element getRoot()

getVersion

public Version getVersion()

toString

public java.lang.String toString()
Specified by:
toString in interface Branch
Overrides:
toString in class java.lang.Object

setVersion

public void setVersion(Version version)