GoDiagram Web Reference
WriteStartElement(String) Method

the local name for the element; must not be null
Start a new XML element, with the name given by name.
Syntax
'Declaration
 
Public Overridable Sub WriteStartElement( _
   ByVal name As String _
) 
public virtual void WriteStartElement( 
   string name
)

Parameters

name
the local name for the element; must not be null
Remarks
This starts a new element in the DefaultNamespace. You need to make a corresponding call to WriteEndElement when you are finished writing this element. This method will write to the XmlWriter if it is available or else it will create an XML element as a child of the WriterElement. If we are constructing a DOM instead of writing to a stream, this sets WriterElement to be the newly started XmlElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlWriter Class
GoXmlWriter Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback