Parser - set_ErrorHandler
Specification
function set_ErrorHandler
(Self : in DOMParser;
ErrorHandler : in Error.ErrorHandlerFunction);
Description
Sets the ErrorHandler that will be called when encountering an error during the parsing of the document.
Error.ErrorHandlerFunction is defined as:
type ErrorHandlerFunction is access
function (E : in org_w3c_dom.DOMError) return Boolean;
Parameters
| ErrorHandler | Access to the error handling function as defined above. |
Standard
Functionality introduced in DOM Level 3 Load and Save (not yet standardized)
parseURI
canSetFeature
setFeature
getFeature
set_ErrorHandler
e-Mail: denny@nodix.de
|