Version 0.9  What is XML4Ada95?  Installation  How-To  API  Download 

COUNTER
counter


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

design shareright © 2002 Phlash  
inhalt © 2003-04 Zdenko Denny Vrandecic  
last update: 14.01.2004 website created by XML4Ada95 DocGen