Close (inherited from XmlTextWriter) | Closes this stream and the underlying stream. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Flush (inherited from XmlTextWriter) | Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
LookupPrefix (inherited from XmlTextWriter) | Returns the closest prefix defined in the current namespace scope for the namespace URI. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
WriteAttributes (inherited from XmlWriter) | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader . |
WriteAttributeString (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. |
WriteBase64 (inherited from XmlTextWriter) | Encodes the specified binary bytes as base64 and writes out the resulting text. |
WriteBinHex (inherited from XmlTextWriter) | Encodes the specified binary bytes as binhex and writes out the resulting text. |
WriteCData (inherited from XmlTextWriter) | Writes out a <![CDATA[...]]> block containing the specified text. |
WriteCharEntity (inherited from XmlTextWriter) | Forces the generation of a character entity for the specified Unicode character value. |
WriteChars (inherited from XmlTextWriter) | Writes text one buffer at a time. |
WriteComment (inherited from XmlTextWriter) | Writes out a comment <!--...--> containing the specified text. |
WriteDocType (inherited from XmlTextWriter) | Writes the DOCTYPE declaration with the specified name and optional attributes. |
WriteElementString (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes an element with the specified local name and value. |
WriteEndAttribute (inherited from XmlTextWriter) | Closes the previous WriteStartAttribute call. |
WriteEndDocument (inherited from XmlTextWriter) | Closes any open elements or attributes and puts the writer back in the Start state. |
WriteEndElement (inherited from XmlTextWriter) | Closes one element and pops the corresponding namespace scope. |
WriteEntityRef (inherited from XmlTextWriter) | Writes out an entity reference as &name; . |
WriteFullEndElement (inherited from XmlTextWriter) | Closes one element and pops the corresponding namespace scope. |
WriteName (inherited from XmlTextWriter) | 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 ). |
WriteNmToken (inherited from XmlTextWriter) | 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). |
WriteNode (inherited from XmlWriter) | 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. |
WriteProcessingInstruction (inherited from XmlTextWriter) | Writes out a processing instruction with a space between the name and text as follows: <?name text?>. |
WriteQualifiedName | See WriteQualifiedName. |
WriteRaw (inherited from XmlTextWriter) | Overloaded. Writes raw markup manually from a string. |
WriteStartAttribute | Overloaded. See WriteStartAttribute. |
WriteStartAttribute (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes the start of an attribute. |
WriteStartDocument (inherited from XmlTextWriter) | Overloaded. Writes the XML declaration with the version "1.0" and the standalone attribute. |
WriteStartElement | Overloaded. See WriteStartElement. |
WriteStartElement (inherited from XmlWriter) | Overloaded. When overridden in a derived class, writes the specified start tag and associates it with the given namespace. |
WriteString (inherited from XmlTextWriter) | Writes the given text content. |
WriteSurrogateCharEntity (inherited from XmlTextWriter) | Generates and writes the surrogate character entity for the surrogate character pair. |
WriteWhitespace (inherited from XmlTextWriter) | Writes out the given white space. |