|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unitee.server.XMLTestTreeReader
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 |
public XMLTestTreeReader(org.w3c.dom.Document xmlDoc)
xmldoc
- the XML document to be readMethod Detail |
public void read(TestTreeBuilder builder)
builder
- the builder who will build a test tree based on the
elements in the XML document.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |