XMLHandler#

class pyopenms.XMLHandler#

Bases: object

Cython 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

__init__

Cython signature: void XMLHandler(const String & filename, const String & version)

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)

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)