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



standalone
Writes the XML declaration with the version "1.0".


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

Syntax

Visual Basic (Declaration) 
Overloads Overrides Public NotOverridable Sub WriteStartDocument( _
   ByVal standalone As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim standalone As Boolean
 
instance.WriteStartDocument(standalone)
C# 
public override void WriteStartDocument( 
   bool standalone
)
C++/CLI 
public:
void WriteStartDocument( 
   bool standalone
) override 

Parameters

standalone

Remarks

Since XmlFastInfosetWriter does not preserve the original XML declaration, standalone is ignored.

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