unitee.server
Class XMLTestTreeReader

java.lang.Object
  |
  +--unitee.server.XMLTestTreeReader

public class XMLTestTreeReader
extends java.lang.Object

Reads an XML test file and build objects with a TestTreeBuilder


Constructor Summary
XMLTestTreeReader(org.w3c.dom.Document xmlDoc)
           
 
Method Summary
 void read(TestTreeBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTestTreeReader

public XMLTestTreeReader(org.w3c.dom.Document xmlDoc)
Parameters:
xmldoc - the XML document to be read
Throws:
-  
Method Detail

read

public void read(TestTreeBuilder builder)
Parameters:
builder - the builder who will build a test tree based on the elements in the XML document.