|
def | CellMLToNektar.validator.quit (self) |
| def del(self): """ Tell our RVP process to quit. More...
|
|
def | CellMLToNektar.validator.validate (self, stream) |
|
def | CellMLToNektar.validator.get_validation_errors (self) |
|
def | CellMLToNektar.validator._error_found (self, line, col, msg) |
|
def | CellMLToNektar.validator._start_tag_open (self, cur, name) |
|
def | CellMLToNektar.validator._attribute (self, cur, name, val) |
|
def | CellMLToNektar.validator._start_tag_close (self, cur, name) |
|
def | CellMLToNektar.validator._end_tag (self, cur, name) |
|
def | CellMLToNektar.validator._textonly (self, cur, text) |
|
def | CellMLToNektar.validator._mixed (self, cur, text) |
|
def | CellMLToNektar.validator._start (self, grammar='0') |
|
def | CellMLToNektar.validator._send (self, s) |
|
def | CellMLToNektar.validator._recv (self) |
|
def | CellMLToNektar.validator._resp (self) |
|
def | CellMLToNektar.validator._flush_text (self) |
|
def | CellMLToNektar.validator._start_element (self, name, attrs) |
|
def | CellMLToNektar.validator._end_element (self, name) |
|
def | CellMLToNektar.validator._characters (self, data) |
|
def | CellMLToNektar.validator.check_repo (repo_dir='../../models/all_from_repository', model_suffix='xml', invalid_if_warnings=False, compare=True) |
| Convenience functions #. More...
|
|
def | CellMLToNektar.validator.compare_output_files (new_stream, old_filename) |
|
def | CellMLToNektar.validator.get_options (args) |
| For running as an executable #. More...
|
|
def | CellMLToNektar.validator.run () |
|