I parse the XML result from a bonsai cvsquery.
|
|
|
|
|
_parseData(self)
Returns data from a Bonsai cvsquery in a BonsaiResult object |
source code
|
|
|
_nextCiNode(self)
Iterates to the next <ci> node and fills self.fileNodes with
child <f> nodes |
source code
|
|
|
_nextFileNode(self)
Iterates to the next <f> node |
source code
|
|
|
_getLog(self)
Returns the log of the current <ci> node |
source code
|
|
|
_getWho(self)
Returns the e-mail address of the commiter |
source code
|
|
|
_getDate(self)
Returns the date (unix time) of the commit |
source code
|
|
|
_getFilename(self)
Returns the filename of the current <f> node |
source code
|
|
|
|