EndElement
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Syntax
Invoked when the XML parser detects the end of an element.
Procedure
|
Method
|
- namespaceURI
- A
CHARACTERstring indicating the namespace URI of the element. If namespace processing is not enabled, or the element is not part of a namespace, the string is of length zero. - localName
- A
CHARACTERstring indicating the nonprefixed element name. If namespace processing is not enabled, the string is of length zero. - qName
- A
CHARACTERstring indicating the actual name of the element in the XML source. If the name has a prefix, qName includes it, whether or not namespace processing is enabled.
This callback corresponds to a preceding StartElement after all element content is reported.