GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlWriter Class / GenerateRootElement Method
In This Topic
    GenerateRootElement Method
    In This Topic
    Start the root element, using RootElementName and DefaultNamespace.
    Syntax
    protected virtual void GenerateRootElement()
    Remarks

    If Objects property value is a Northwoods.Go.GoDocument, and if there is a GoXmlBindingTransformer registered for that GoDocument type, the RootElementName is set to that transformer's GoXmlTransformer.ElementName.

    If not writing to a XmlWriter, this is responsible for setting WriterElement.

    See Also