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



prefix
The namespace prefix of the attribute.
localName
The local name of the attribute.
ns

The namespace URI for the attribute.

Writes the start of an attribute.


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

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Sub WriteStartAttribute( _
   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.WriteStartAttribute(prefix, localName, ns)
C# 
public override void WriteStartAttribute( 
   string prefix,
   string localName,
   string ns
)
C++/CLI 
public:
void WriteStartAttribute( 
   String^ prefix,
   String^ localName,
   String^ ns
) override 

Parameters

prefix
The namespace prefix of the attribute.
localName
The local name of the attribute.
ns

The namespace URI for the attribute.

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