Noemax FastInfoset.NET Report an issue | Discuss in forums
XmlFastInfosetWriter.WriteStartElement(string,string,string) Method
See Also 
Noemax.FastInfoset Assembly > Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class > WriteStartElement Method : WriteStartElement(String,String,String) Method



prefix
The namespace prefix of the element.
localName
The local name of the element.
ns
The namespace URI to associate with the element.
Writes the specified start tag.


Namespace: Noemax.FastInfoset
Assembly: Noemax.FastInfoset (in Noemax.FastInfoset.dll)

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Sub WriteStartElement( _
   ByVal prefix As String, _
   ByVal localName As String, _
   ByVal ns As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim prefix As String
Dim localName As String
Dim ns As String
 
instance.WriteStartElement(prefix, localName, ns)
C# 
public override void WriteStartElement( 
   string prefix,
   string localName,
   string ns
)
C++/CLI 
public:
void WriteStartElement( 
   String^ prefix,
   String^ localName,
   String^ ns
) override 

Parameters

prefix
The namespace prefix of the element.
localName
The local name of the element.
ns
The namespace URI to associate with the element.

Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Overload List
Base Implementation in System.Xml.XmlWriter