for (sysid, line, col, msg) in self.errors.errors: print sysid, line, col, msg More...
Public Member Functions | |
| def | __init__ |
| def | error |
| def | fatal |
| def | reset |
| def | warning |
Public Attributes | |
| errors | |
| show_warnings | |
Private Member Functions | |
| def | __add_error |
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 |
|||
| ) |
Definition at line 53 of file RtmDtdValidator.py.
| def RtmDtdValidator.ErrorRecorder.__add_error | ( | self, | |
| msg | |||
| ) | [private] |
Definition at line 71 of file RtmDtdValidator.py.
| def RtmDtdValidator.ErrorRecorder.error | ( | self, | |
| msg | |||
| ) |
Definition at line 62 of file RtmDtdValidator.py.
| def RtmDtdValidator.ErrorRecorder.fatal | ( | self, | |
| msg | |||
| ) |
Definition at line 65 of file RtmDtdValidator.py.
| def RtmDtdValidator.ErrorRecorder.reset | ( | self | ) |
Definition at line 68 of file RtmDtdValidator.py.
| def RtmDtdValidator.ErrorRecorder.warning | ( | self, | |
| msg | |||
| ) |
Definition at line 58 of file RtmDtdValidator.py.
Definition at line 68 of file RtmDtdValidator.py.
Definition at line 53 of file RtmDtdValidator.py.