https://learn.microsoft.com/zh-cn/dotnet/api/system.xml.xmltextwriter.writestartattribute?view=netframework-4.8.1&viewFallbackFrom=net-8.0
XmlTextWriter.WriteStartAttribute(String, String, String) Method (System.Xml) | Microsoft Learn
Writes the start of an attribute.
stringmethodsystemxmlmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmltextwriter.writestartdocument?view=netframework-4.8.1&viewFallbackFrom=net-10.0
XmlTextWriter.WriteStartDocument Method (System.Xml) | Microsoft Learn
Writes the XML declaration with the version "1.0".
methodsystemxmlmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmltextwriter.writechars?view=netframework-4.8.1&viewFallbackFrom=net-10.0
XmlTextWriter.WriteChars(Char[], Int32, Int32) Method (System.Xml) | Microsoft Learn
Writes text one buffer at a time.
charmethodsystemxmlmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.xml.xmltextwriter?view=netframework-4.8.1&viewFallbackFrom=net-10.0&redirectedfrom=MSDN
XmlTextWriter Class (System.Xml) | Microsoft Learn
Represents a writer that provides a fast, non-cached, forward-only way of generating streams or files containing XML data that conforms to the W3C Extensible...
class systemxmlmicrosoftlearn