FastInfoset.NET Class Reference for .NET
WriteWhitespace Method (XmlFastInfosetWriter)






The string of white space characters.

Writes out the given white space.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteWhitespace( _
   ByVal ws As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim ws As System.String
 
instance.WriteWhitespace(ws)
public override void WriteWhitespace( 
   System.string ws
)
public procedure WriteWhitespace( 
    ws: System.String
); override; 
public override function WriteWhitespace( 
   ws : System.String
);
public: void WriteWhitespace( 
   System.string* ws
) override 
public:
void WriteWhitespace( 
   System.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").
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in WriteWhitespace

Send Feedback