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.
◆ __init__()
def RtmDtdValidator.ErrorRecorder.__init__ |
( |
|
self, |
|
|
|
locator, |
|
|
|
warnings = 1 |
|
) |
| |
◆ __add_error()
def RtmDtdValidator.ErrorRecorder.__add_error |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
◆ error()
def RtmDtdValidator.ErrorRecorder.error |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ fatal()
def RtmDtdValidator.ErrorRecorder.fatal |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ reset()
def RtmDtdValidator.ErrorRecorder.reset |
( |
|
self | ) |
|
◆ warning()
def RtmDtdValidator.ErrorRecorder.warning |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ errors
RtmDtdValidator.ErrorRecorder.errors |
◆ show_warnings
RtmDtdValidator.ErrorRecorder.show_warnings |
The documentation for this class was generated from the following file: