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")))
Inherited Properties
propertyInherited Properties 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.
Inherited Methods
methodInherited Methods from Object: deepCopy, fromJson, toDict, toJson, toString, toXml
methodInherited Methods from DOMErrorHandler: handleError