WriteState Enumeration
.NET Framework 2.0
Specifies the state of the XmlWriter.
Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)
Assembly: System.Xml (in system.xml.dll)
| Member name | Description | |||
|---|---|---|---|---|
![]() | Attribute | An attribute value is being written. | ||
![]() | Closed | The Close method has been called. | ||
![]() | Content | The element content is being written. | ||
![]() | Element | An element start tag is being written. | ||
![]() | Error | An exception has been thrown, which has left the XmlWriter in an invalid state. You may call the Close method to put the XmlWriter in the Closed state. Any other XmlWriter method calls results in an InvalidOperationException being thrown.
| ||
![]() | Prolog | The prolog is being written. | ||
![]() | Start | A Write method has not been called. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
