XMLHandler
- class pyopenms.XMLHandler
Bases:
objectCython implementation of _XMLHandler
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::Internal_1_1XMLHandler.html
- __init__()
Cython signature: void XMLHandler(const String & filename, const String & version)
Methods
Cython signature: void XMLHandler(const String & filename, const String & version)
Cython signature: void error(ActionMode mode, const String & msg, unsigned int line, unsigned int column)
Cython signature: String errorString()
Cython signature: void reset()
Cython signature: void warning(ActionMode mode, const String & msg, unsigned int line, unsigned int column)
- ActionMode
alias of
pyopenms.pyopenms_7.__ActionMode
- error()
Cython signature: void error(ActionMode mode, const String & msg, unsigned int line, unsigned int column)
- errorString()
Cython signature: String errorString()
- reset()
Cython signature: void reset()
- warning()
Cython signature: void warning(ActionMode mode, const String & msg, unsigned int line, unsigned int column)