EndElement Method
Writes the closing tag of an open XML element.
procedure EndElement();
Remarks
Writes the closing tag of the XML element most recently opened using StartElement.
If no elements are opened, the call raises an exception
|
EndElement MethodWrites the closing tag of an open XML element. procedure EndElement(); RemarksWrites the closing tag of the XML element most recently opened using StartElement. If no elements are opened, the call raises an exception |