Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions | Variables
validator.py File Reference

Go to the source code of this file.

Classes

class  CellMLToNektar.validator.ValidatorError
 
class  CellMLToNektar.validator.CellMLValidator
 
class  CellMLToNektar.validator.LxmlRelaxngValidator
 
class  CellMLToNektar.validator.RvpRelaxngValidator
 
class  CellMLToNektar.validator.RvpRelaxngValidator.RvpProtocolError
 

Namespaces

 CellMLToNektar.validator
 

Functions

def CellMLToNektar.validator.quit
 def del(self): """ Tell our RVP process to quit. More...
 
def CellMLToNektar.validator.validate
 
def CellMLToNektar.validator.get_validation_errors
 
def CellMLToNektar.validator._error_found
 
def CellMLToNektar.validator._start_tag_open
 
def CellMLToNektar.validator._attribute
 
def CellMLToNektar.validator._start_tag_close
 
def CellMLToNektar.validator._end_tag
 
def CellMLToNektar.validator._textonly
 
def CellMLToNektar.validator._mixed
 
def CellMLToNektar.validator._start
 
def CellMLToNektar.validator._send
 
def CellMLToNektar.validator._recv
 
def CellMLToNektar.validator._resp
 
def CellMLToNektar.validator._flush_text
 
def CellMLToNektar.validator._start_element
 
def CellMLToNektar.validator._end_element
 
def CellMLToNektar.validator._characters
 
def CellMLToNektar.validator.check_repo
 Convenience functions #. More...
 
def CellMLToNektar.validator.compare_output_files
 
def CellMLToNektar.validator.get_options
 For running as an executable #. More...
 
def CellMLToNektar.validator.run
 

Variables

tuple CellMLToNektar.validator.pycml_path = os.path.dirname(os.path.realpath(__file__))
 
string CellMLToNektar.validator.__version__ = "$Revision: 25790 $"
 
string CellMLToNektar.validator.profile_name = '/tmp/pycml-profile-%f-%d'
 
 CellMLToNektar.validator._text
 
 CellMLToNektar.validator._error_messages
 
 CellMLToNektar.validator._prevcol
 
 CellMLToNektar.validator._pat
 
 CellMLToNektar.validator._parser
 
 CellMLToNektar.validator._errors
 
 CellMLToNektar.validator._ismixed