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



ws

The string of white space characters.

Writes out the given white space.


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

Syntax

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

Parameters

ws

The string of white space characters.

Remarks

XmlFastInfosetWriter does not preserve non-significant white space unless it's written within the scope of the element with the xml:space attribute set to "true" (xml:space="true").

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