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

Class parserCtxtCore

source code

Known Subclasses:
parserCtxt

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,reserved).
source code
 
getErrorHandler(self)
Return (f,arg) as previously registered with setErrorHandler or (None,None).
source code
 
addLocalCatalog(self, uri)
Register a local catalog with the parser
source code
Method Details [hide private]

setErrorHandler(self, f, arg)

source code 

Register an error handler that will be called back as f(arg,msg,severity,reserved).

@reserved is currently always None.