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 Sub WriteStartElement( _
   ByVal name As String _
) 
public void WriteStartElement( 
   string name
)

Parameters

name
the local name for the element; must not be null
Remarks
You need to make a corresponding call to WriteEndElement when you are finished writing this element. 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

GoXmlTransformer Class
GoXmlTransformer Members
WriteStartElement(String) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback