XmlTextWriter Methods
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes this stream and the underlying stream.(Overrides XmlWriter::Close().) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | Flush() | Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.(Overrides XmlWriter::Flush().) |
![]() | FlushAsync() | Asynchronously flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.(Inherited from XmlWriter.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LookupPrefix(String^) | Returns the closest prefix defined in the current namespace scope for the namespace URI.(Overrides XmlWriter::LookupPrefix(String^).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteAttributes(XmlReader^, Boolean) | |
![]() | WriteAttributesAsync(XmlReader^, Boolean) | |
![]() | WriteAttributeString(String^, String^) | When overridden in a derived class, writes out the attribute with the specified local name and value.(Inherited from XmlWriter.) |
![]() | WriteAttributeString(String^, String^, String^) | When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteAttributeString(String^, String^, String^, String^) | When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteAttributeStringAsync(String^, String^, String^, String^) | Asynchronously writes out the attribute with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteBase64(array<Byte>^, Int32, Int32) | Encodes the specified binary bytes as base64 and writes out the resulting text.(Overrides XmlWriter::WriteBase64(array<Byte>^, Int32, Int32).) |
![]() | WriteBase64Async(array<Byte>^, Int32, Int32) | Asynchronously encodes the specified binary bytes as Base64 and writes out the resulting text.(Inherited from XmlWriter.) |
![]() | WriteBinHex(array<Byte>^, Int32, Int32) | Encodes the specified binary bytes as binhex and writes out the resulting text.(Overrides XmlWriter::WriteBinHex(array<Byte>^, Int32, Int32).) |
![]() | WriteBinHexAsync(array<Byte>^, Int32, Int32) | Asynchronously encodes the specified binary bytes as BinHex and writes out the resulting text.(Inherited from XmlWriter.) |
![]() | WriteCData(String^) | Writes out a <![CDATA[...]]> block containing the specified text.(Overrides XmlWriter::WriteCData(String^).) |
![]() | WriteCDataAsync(String^) | Asynchronously writes out a <![CDATA[...]]> block containing the specified text.(Inherited from XmlWriter.) |
![]() | WriteCharEntity(Char) | Forces the generation of a character entity for the specified Unicode character value.(Overrides XmlWriter::WriteCharEntity(Char).) |
![]() | WriteCharEntityAsync(Char) | Asynchronously forces the generation of a character entity for the specified Unicode character value.(Inherited from XmlWriter.) |
![]() | WriteChars(array<Char>^, Int32, Int32) | Writes text one buffer at a time.(Overrides XmlWriter::WriteChars(array<Char>^, Int32, Int32).) |
![]() | WriteCharsAsync(array<Char>^, Int32, Int32) | Asynchronously writes text one buffer at a time.(Inherited from XmlWriter.) |
![]() | WriteComment(String^) | Writes out a comment <!--...--> containing the specified text.(Overrides XmlWriter::WriteComment(String^).) |
![]() | WriteCommentAsync(String^) | Asynchronously writes out a comment <!--...--> containing the specified text.(Inherited from XmlWriter.) |
![]() | WriteDocType(String^, String^, String^, String^) | Writes the DOCTYPE declaration with the specified name and optional attributes.(Overrides XmlWriter::WriteDocType(String^, String^, String^, String^).) |
![]() | WriteDocTypeAsync(String^, String^, String^, String^) | Asynchronously writes the DOCTYPE declaration with the specified name and optional attributes.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, String^) | Writes an element with the specified local name and value.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, String^, String^) | Writes an element with the specified local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteElementString(String^, String^, String^, String^) | Writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteElementStringAsync(String^, String^, String^, String^) | Asynchronously writes an element with the specified prefix, local name, namespace URI, and value.(Inherited from XmlWriter.) |
![]() | WriteEndAttribute() | Closes the previous WriteStartAttribute call.(Overrides XmlWriter::WriteEndAttribute().) |
![]() | WriteEndAttributeAsync() | Asynchronously closes the previous WriteStartAttribute call.(Inherited from XmlWriter.) |
![]() | WriteEndDocument() | Closes any open elements or attributes and puts the writer back in the Start state.(Overrides XmlWriter::WriteEndDocument().) |
![]() | WriteEndDocumentAsync() | Asynchronously closes any open elements or attributes and puts the writer back in the Start state.(Inherited from XmlWriter.) |
![]() | WriteEndElement() | Closes one element and pops the corresponding namespace scope.(Overrides XmlWriter::WriteEndElement().) |
![]() | WriteEndElementAsync() | Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.) |
![]() | WriteEntityRef(String^) | Writes out an entity reference as &name;.(Overrides XmlWriter::WriteEntityRef(String^).) |
![]() | WriteEntityRefAsync(String^) | Asynchronously writes out an entity reference as &name;.(Inherited from XmlWriter.) |
![]() | WriteFullEndElement() | Closes one element and pops the corresponding namespace scope.(Overrides XmlWriter::WriteFullEndElement().) |
![]() | WriteFullEndElementAsync() | Asynchronously closes one element and pops the corresponding namespace scope.(Inherited from XmlWriter.) |
![]() | WriteName(String^) | Writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Overrides XmlWriter::WriteName(String^).) |
![]() | WriteNameAsync(String^) | Asynchronously writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.) |
![]() | WriteNmToken(String^) | Writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Overrides XmlWriter::WriteNmToken(String^).) |
![]() | WriteNmTokenAsync(String^) | Asynchronously writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).(Inherited from XmlWriter.) |
![]() | WriteNode(XmlReader^, Boolean) | When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.(Inherited from XmlWriter.) |
![]() | WriteNode(XPathNavigator^, Boolean) | Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.) |
![]() | WriteNodeAsync(XmlReader^, Boolean) | Asynchronously copies everything from the reader to the writer and moves the reader to the start of the next sibling.(Inherited from XmlWriter.) |
![]() | WriteNodeAsync(XPathNavigator^, Boolean) | Asynchronously copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.(Inherited from XmlWriter.) |
![]() | WriteProcessingInstruction(String^, String^) | Writes out a processing instruction with a space between the name and text as follows: <?name text?>.(Overrides XmlWriter::WriteProcessingInstruction(String^, String^).) |
![]() | WriteProcessingInstructionAsync(String^, String^) | Asynchronously writes out a processing instruction with a space between the name and text as follows: <?name text?>.(Inherited from XmlWriter.) |
![]() | WriteQualifiedName(String^, String^) | Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Overrides XmlWriter::WriteQualifiedName(String^, String^).) |
![]() | WriteQualifiedNameAsync(String^, String^) | Asynchronously writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.(Inherited from XmlWriter.) |
![]() | WriteRaw(array<Char>^, Int32, Int32) | Writes raw markup manually from a character buffer.(Overrides XmlWriter::WriteRaw(array<Char>^, Int32, Int32).) |
![]() | WriteRaw(String^) | Writes raw markup manually from a string.(Overrides XmlWriter::WriteRaw(String^).) |
![]() | WriteRawAsync(array<Char>^, Int32, Int32) | Asynchronously writes raw markup manually from a character buffer.(Inherited from XmlWriter.) |
![]() | WriteRawAsync(String^) | Asynchronously writes raw markup manually from a string.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^) | Writes the start of an attribute with the specified local name.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^, String^) | Writes the start of an attribute with the specified local name and namespace URI.(Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String^, String^, String^) | Writes the start of an attribute.(Overrides XmlWriter::WriteStartAttribute(String^, String^, String^).) |
![]() | WriteStartAttributeAsync(String^, String^, String^) | Asynchronously writes the start of an attribute with the specified prefix, local name, and namespace URI.(Inherited from XmlWriter.) |
![]() | WriteStartDocument() | Writes the XML declaration with the version "1.0".(Overrides XmlWriter::WriteStartDocument().) |
![]() | WriteStartDocument(Boolean) | Writes the XML declaration with the version "1.0" and the standalone attribute.(Overrides XmlWriter::WriteStartDocument(Boolean).) |
![]() | WriteStartDocumentAsync() | Asynchronously writes the XML declaration with the version "1.0".(Inherited from XmlWriter.) |
![]() | WriteStartDocumentAsync(Boolean) | Asynchronously writes the XML declaration with the version "1.0" and the standalone attribute.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String^) | When overridden in a derived class, writes out a start tag with the specified local name.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String^, String^) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace.(Inherited from XmlWriter.) |
![]() | WriteStartElement(String^, String^, String^) | Writes the specified start tag and associates it with the given namespace and prefix.(Overrides XmlWriter::WriteStartElement(String^, String^, String^).) |
![]() | WriteStartElementAsync(String^, String^, String^) | Asynchronously writes the specified start tag and associates it with the given namespace and prefix.(Inherited from XmlWriter.) |
![]() | WriteString(String^) | Writes the given text content.(Overrides XmlWriter::WriteString(String^).) |
![]() | WriteStringAsync(String^) | Asynchronously writes the given text content.(Inherited from XmlWriter.) |
![]() | WriteSurrogateCharEntity(Char, Char) | Generates and writes the surrogate character entity for the surrogate character pair.(Overrides XmlWriter::WriteSurrogateCharEntity(Char, Char).) |
![]() | WriteSurrogateCharEntityAsync(Char, Char) | Asynchronously generates and writes the surrogate character entity for the surrogate character pair.(Inherited from XmlWriter.) |
![]() | WriteValue(Boolean) | |
![]() | WriteValue(DateTime) | |
![]() | WriteValue(DateTimeOffset) | Writes a DateTimeOffset value.(Inherited from XmlWriter.) |
![]() | WriteValue(Decimal) | |
![]() | WriteValue(Double) | |
![]() | WriteValue(Int32) | |
![]() | WriteValue(Int64) | |
![]() | WriteValue(Object^) | Writes the object value.(Inherited from XmlWriter.) |
![]() | WriteValue(Single) | Writes a single-precision floating-point number.(Inherited from XmlWriter.) |
![]() | WriteValue(String^) | |
![]() | WriteWhitespace(String^) | Writes out the given white space.(Overrides XmlWriter::WriteWhitespace(String^).) |
![]() | WriteWhitespaceAsync(String^) | Asynchronously writes out the given white space.(Inherited from XmlWriter.) |

