Syntax

Invoked when the XML parser detects the end of an XML document.

Procedure

PROCEDURE EndDocument:
  ...
END PROCEDURE.

Method

METHOD PUBLIC VOID EndDocument(): 
  ... 
END METHOD.