for (sysid, line, col, msg) in self.errors.errors: print sysid, line, col, msg
More...
for (sysid, line, col, msg) in self.errors.errors: print sysid, line, col, msg
Definition at line 52 of file RtmDtdValidator.py.
def RtmDtdValidator.ErrorRecorder.__init__ |
( |
|
self, |
|
|
|
locator, |
|
|
|
warnings = 1 |
|
) |
| |
def RtmDtdValidator.ErrorRecorder.__add_error |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
def RtmDtdValidator.ErrorRecorder.error |
( |
|
self, |
|
|
|
msg |
|
) |
| |
def RtmDtdValidator.ErrorRecorder.fatal |
( |
|
self, |
|
|
|
msg |
|
) |
| |
def RtmDtdValidator.ErrorRecorder.reset |
( |
|
self | ) |
|
def RtmDtdValidator.ErrorRecorder.warning |
( |
|
self, |
|
|
|
msg |
|
) |
| |
RtmDtdValidator.ErrorRecorder.errors |
RtmDtdValidator.ErrorRecorder.show_warnings |
The documentation for this class was generated from the following file: