XmlTextWriter Methods
.NET Framework 3.5
The XmlTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes this stream and the underlying stream. (Overrides XmlWriter.Close().) |
|
Dispose | Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources. (Inherited from XmlWriter.) |
|
Equals | 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().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
LookupPrefix | Returns the closest prefix defined in the current namespace scope for the namespace URI. (Overrides XmlWriter.LookupPrefix(String).) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
WriteAttributes | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader. (Inherited from XmlWriter.) |
|
WriteAttributeString | Overloaded. When overridden in a derived class, writes an attribute with the specified value. |
|
WriteBase64 | Encodes the specified binary bytes as base64 and writes out the resulting text. (Overrides XmlWriter.WriteBase64(Byte[], Int32, Int32).) |
|
WriteBinHex | Encodes the specified binary bytes as binhex and writes out the resulting text. (Overrides XmlWriter.WriteBinHex(Byte[], Int32, Int32).) |
|
WriteCData | Writes out a <![CDATA[...]]> block containing the specified text. (Overrides XmlWriter.WriteCData(String).) |
|
WriteCharEntity | Forces the generation of a character entity for the specified Unicode character value. (Overrides XmlWriter.WriteCharEntity(Char).) |
|
WriteChars | Writes text one buffer at a time. (Overrides XmlWriter.WriteChars(Char[], Int32, Int32).) |
|
WriteComment | Writes out a comment <!--...--> containing the specified text. (Overrides XmlWriter.WriteComment(String).) |
|
WriteDocType | Writes the DOCTYPE declaration with the specified name and optional attributes. (Overrides XmlWriter.WriteDocType(String, String, String, String).) |
|
WriteElementString | Overloaded. When overridden in a derived class, writes an element containing a string value. |
|
WriteEndAttribute | Closes the previous WriteStartAttribute call. (Overrides XmlWriter.WriteEndAttribute().) |
|
WriteEndDocument | Closes any open elements or attributes and puts the writer back in the Start state. (Overrides XmlWriter.WriteEndDocument().) |
|
WriteEndElement | Closes one element and pops the corresponding namespace scope. (Overrides XmlWriter.WriteEndElement().) |
|
WriteEntityRef | Writes out an entity reference as &name;. (Overrides XmlWriter.WriteEntityRef(String).) |
|
WriteFullEndElement | Closes one element and pops the corresponding namespace scope. (Overrides XmlWriter.WriteFullEndElement().) |
|
WriteName | 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).) |
|
WriteNmToken | 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).) |
|
WriteNode | Overloaded. Copies everything from the source object to the current writer instance. |
|
WriteProcessingInstruction | Writes out a processing instruction with a space between the name and text as follows: <?name text?>. (Overrides XmlWriter.WriteProcessingInstruction(String, String).) |
|
WriteQualifiedName | 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).) |
|
WriteRaw | Overloaded. Writes raw markup manually. |
|
WriteStartAttribute | Overloaded. Writes the start of an attribute. |
|
WriteStartDocument | Overloaded. Writes the XML declaration with the version "1.0". |
|
WriteStartElement | Overloaded. Writes the specified start tag. |
|
WriteString | Writes the given text content. (Overrides XmlWriter.WriteString(String).) |
|
WriteSurrogateCharEntity | Generates and writes the surrogate character entity for the surrogate character pair. (Overrides XmlWriter.WriteSurrogateCharEntity(Char, Char).) |
|
WriteValue | Overloaded. Writes a single simple-typed value. |
|
WriteWhitespace | Writes out the given white space. (Overrides XmlWriter.WriteWhitespace(String).) |
| Name | Description | |
|---|---|---|
|
IDisposable.Dispose | For a description of this member, see IDisposable.Dispose. (Inherited from XmlWriter.) |