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



name

The name to write.

Writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation.


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

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Sub WriteNmToken( _
   ByVal name As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim name As String
 
instance.WriteNmToken(name)
C# 
public override void WriteNmToken( 
   string name
)
C++/CLI 
public:
void WriteNmToken( 
   String^ name
) override 

Parameters

name

The name to write.

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
Base Implementation in System.Xml.XmlWriter