The IDLffXMLSAX::EndElement procedure method is called when the parser detects the end of an element.

Syntax


Obj->[IDLffXMLSAX::]EndElement, URI, Local, qName

Arguments


URI

A string containing the namespace URI with which the element is associated, if any.

Note: A URI (or Uniform Resource Identifier) refers to the generic set of all names and addresses which are short strings which refer to objects.

Local

A string containing the element name with any prefix removed, if the element is associated with a namespace URI. If the element is not associated with a namespace URI, this variable will contain an empty string.

qName

A string containing the element name found in the XML file.

Note: If the element is associated with a namespace URI, this variable may contain an empty string.

Keywords


None

Version History


5.6

Introduced