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

Class ValidCtxtCore

source code

Known Subclasses:
ValidCtxt

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

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

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