add_empty_element
Description:
Adds an empty element, which is an element with no attribute and no value.
It's the same as calling start_element immediately followed by end_element.
Parameters:
this |
an XmlDocument |
ns_href |
optional namespace href for the new element, or |
name |
name of the new element |