Reads in 'Result's from an XML-formatted results file.
To write such a file, see XMLResultStream .
Methods
|
|
GetAnnotations
GetResult
_GetResultFromDomNode
__init__
|
|
GetAnnotations
|
GetAnnotations ( self )
|
|
GetResult
|
GetResult ( self )
|
|
_GetResultFromDomNode
|
_GetResultFromDomNode ( self, node )
Extract a result from a DOM node.
-
node
- A DOM node corresponding to a "result" element.
- returns
- A
Result object.
|
|
__init__
|
__init__ ( self, arguments )
|
|