|
IDL Reference Guide: File Format Object Classes |
|
The IDLffXMLSAX::EndElement procedure method is called when the parser detects the end of an element.
Obj->[IDLffXMLSAX::]EndElement, URI, Local, qName
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. |
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.
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. |
None
IDL Online Help (March 06, 2007)