Module libxml2 :: Class SchemaValidCtxtCore
[hide private]
[frames] | no frames]

Class SchemaValidCtxtCore

source code

Known Subclasses:
SchemaValidCtxt

Instance Methods [hide private]
 
__init__(self, *args, **kw) source code
 
setValidityErrorHandler(self, err_func, warn_func, arg=None)
Register error and warning handlers for Schema validation.
source code
Method Details [hide private]

setValidityErrorHandler(self, err_func, warn_func, arg=None)

source code 
Register error and warning handlers for Schema validation. These will be called back as f(msg,arg)