GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / WriteEndElement Method
In This Topic
    WriteEndElement Method (GoXmlWriter)
    In This Topic
    Finish the current XML element started by a call to WriteStartElement(String).
    Syntax
    public virtual void WriteEndElement()
    Remarks
    If we are constructing a DOM instead of writing to a stream, this sets the WriterElement to be the ParentNode assuming it is an XmlElement.
    See Also