XMLDOMErrorHandler
classin packageklyn.io.xml.dom
public class XMLDOMErrorHandler extends Object implements DOMErrorHandler:
└ XMLDOMErrorHandler
All Implemented Interfaces: DOMErrorHandler

Default DOM error handler that keeps processing.

Example
import klyn.io.xml.dom

handler = XMLDOMErrorHandler()
print(handler.handleError(XMLDOMError(message="ok")))
Properties inherited from Object: type
Constructors
Modifier and Type Member Description
public XMLDOMErrorHandler Creates a permissive error handler.
Methods
Modifier and Type Member Description
public handleError
handleError(error as DOMError) as Boolean:
No summary.
Methods inherited from Object: deepCopy, fromJson, toDict, toJson, toString, toXml
Methods inherited from DOMErrorHandler: handleError