| Home | Trees | Index | Help |
|---|
|
|
object --+
|
extension.Extension --+
|
result_reader.ResultReader --+
|
file_result_reader.FileResultReader --+
|
XMLResultReader
Reads in 'Result's from an XML-formatted results file.
To write such a file, see 'XMLResultStream'.
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
__init__(self,
arguments=None,
**args)
Construct a new 'FileResultReader'. |
|||
|
GetAnnotations(self)
Return this run's dictionary of annotations. |
|||
|
GetResult(self)
Return the next 'Result' from this reader. |
|||
|
_GetResultFromDomNode(self,
node)
Extract a result from a DOM node. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
Construct a new 'FileResultReader'. 'arguments' -- As for 'ResultReader'. If the file provided is not in the input format expected by this result reader, the derived class '__init__' function must raise an 'InvalidStream' exception.
|
|
Return the next 'Result' from this reader. returns -- A 'Result', or 'None' if there are no more results.
|
Extract a result from a DOM node. 'node' -- A DOM node corresponding to a "result" element. returns -- A 'Result' object. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:33 2007 | http://epydoc.sf.net |