GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace
/
GoXmlWriter Class
/ WriteEndElement Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
WriteEndElement Method (GoXmlWriter)
In This Topic
Finish the current XML element started by a call to
WriteStartElement(String)
.
Syntax
C#
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
Reference
GoXmlWriter Class
GoXmlWriter Members