XmlWriter
XmlWriter()
Settings
WriteState
XmlLang
XmlSpace
Close()
Create(Stream)
Create(String)
Create(StringBuilder)
Create(TextWriter)
Create(XmlWriter)
Create(Stream, XmlWriterSettings)
Create(String, XmlWriterSettings)
Create(StringBuilder, XmlWriterSettings)
Create(TextWriter, XmlWriterSettings)
Create(XmlWriter, XmlWriterSettings)
Dispose()
Dispose(Boolean)
DisposeAsync()
DisposeAsyncCore()
Flush()
FlushAsync()
LookupPrefix(String)
WriteAttributes(XmlReader, Boolean)
WriteAttributesAsync(XmlReader, Boolean)
WriteAttributeString(String, String)
WriteAttributeString(String, String, String)
WriteAttributeString(String, String, String, String)
WriteAttributeStringAsync(String, String, String, String)
WriteBase64(Byte[], Int32, Int32)
WriteBase64Async(Byte[], Int32, Int32)
WriteBinHex(Byte[], Int32, Int32)
WriteBinHexAsync(Byte[], Int32, Int32)
WriteCData(String)
WriteCDataAsync(String)
WriteCharEntity(Char)
WriteCharEntityAsync(Char)
WriteChars(Char[], Int32, Int32)
WriteCharsAsync(Char[], Int32, Int32)
WriteComment(String)
WriteCommentAsync(String)
WriteDocType(String, String, String, String)
WriteDocTypeAsync(String, String, String, String)
WriteElementString(String, String)
WriteElementString(String, String, String)
WriteElementString(String, String, String, String)
WriteElementStringAsync(String, String, String, String)
WriteEndAttribute()
WriteEndAttributeAsync()
WriteEndDocument()
WriteEndDocumentAsync()
WriteEndElement()
WriteEndElementAsync()
WriteEntityRef(String)
WriteEntityRefAsync(String)
WriteFullEndElement()
WriteFullEndElementAsync()
WriteName(String)
WriteNameAsync(String)
WriteNmToken(String)
WriteNmTokenAsync(String)
WriteNode(XmlReader, Boolean)
WriteNode(XPathNavigator, Boolean)
WriteNodeAsync(XmlReader, Boolean)
WriteNodeAsync(XPathNavigator, Boolean)
WriteProcessingInstruction(String, String)
WriteProcessingInstructionAsync(String, String)
WriteQualifiedName(String, String)
WriteQualifiedNameAsync(String, String)
WriteRaw(String)
WriteRaw(Char[], Int32, Int32)
WriteRawAsync(String)
WriteRawAsync(Char[], Int32, Int32)
WriteStartAttribute(String)
WriteStartAttribute(String, String)
WriteStartAttribute(String, String, String)
WriteStartAttributeAsync(String, String, String)
WriteStartDocument()
WriteStartDocument(Boolean)
WriteStartDocumentAsync()
WriteStartDocumentAsync(Boolean)
WriteStartElement(String)
WriteStartElement(String, String)
WriteStartElement(String, String, String)
WriteStartElementAsync(String, String, String)
WriteString(String)
WriteStringAsync(String)
WriteSurrogateCharEntity(Char, Char)
WriteSurrogateCharEntityAsync(Char, Char)
WriteValue(Boolean)
WriteValue(DateTime)
WriteValue(DateTimeOffset)
WriteValue(Decimal)
WriteValue(Double)
WriteValue(Int32)
WriteValue(Int64)
WriteValue(Object)
WriteValue(Single)
WriteValue(String)
WriteWhitespace(String)
WriteWhitespaceAsync(String)
WriteElementAttributeString(XmlWriter, String, String, String)
WriteElementFormatString(XmlWriter, String, String, Object[])
WriteFormatString(XmlWriter, String, Object[])
net9.0
namespace System.Xml
{
public abstract class XmlWriter : IAsyncDisposable, IDisposable
{
protected virtual ValueTask DisposeAsyncCore();
}
}
Design Reviews |
|
---|---|
.NET | 5.06.07.08.09.0 |
Information specific to net9.0 | |
Assembly | System.Xml.ReaderWriter , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API