Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Closes one element and pops the corresponding namespace scope. This method always writes the full end tag.
Syntax
HRESULT WriteFullEndElement ();
Return Value
Returns S_OK if no error is generated.
Remarks
Use this method in cases where it is important to guarantee a full end tag. For example, you might use this method if you are writing an HTML <script>
element. In HTML, a script block must be always be closed with the full end tag </script>
for browsers to properly interpret the block.
Requirements
Header: XmlLite.h
Library: XmlLite.lib