|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.readers.core.ReaderXml
public class ReaderXml
Reader of content as XML.
| Constructor Summary | |
|---|---|
ReaderXml()
|
|
| Method Summary | |
|---|---|
void |
initialize()
Initialize something. |
boolean |
isReplacer()
Says to replace content after reading. |
String |
read(IContext context,
Object obj,
Object[] args)
Read the content of an object as String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReaderXml()
| Method Detail |
|---|
public void initialize()
IResetable
initialize in interface IResetable
public String read(IContext context,
Object obj,
Object[] args)
throws ReaderException
IReader
read in interface IReadercontext - The test context.obj - An object reader.args - Arguments of reading.
ReaderException - On reading errors.public boolean isReplacer()
IReader
isReplacer in interface IReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||