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

Class xmlTextReaderCore

source code

Known Subclasses:
xmlTextReader

Instance Methods [hide private]
 
__init__(self, _obj=None) source code
 
__del__(self) source code
 
SetErrorHandler(self, f, arg)
Register an error handler that will be called back as f(arg,msg,severity,locator).
source code
 
GetErrorHandler(self)
Return (f,arg) as previously registered with setErrorHandler or (None,None).
source code