XmlTextWriter Members
Public Constructors
XmlTextWriter Constructor Supported by the .NET Compact Framework. | Overloaded. Creates an instance of the XmlTextWriter class. |
Public Properties
BaseStream Supported by the .NET Compact Framework. | Gets the underlying stream object. |
Formatting Supported by the .NET Compact Framework. | Indicates how the output is formatted. |
Indentation Supported by the .NET Compact Framework. | Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented. |
IndentChar Supported by the .NET Compact Framework. | Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented. |
Namespaces Supported by the .NET Compact Framework. | Gets or sets a value indicating whether to do namespace support. |
QuoteChar Supported by the .NET Compact Framework. | Gets or sets which character to use to quote attribute values. |
WriteState Supported by the .NET Compact Framework. | Overridden. Gets the state of the writer. |
XmlLang Supported by the .NET Compact Framework. | Overridden. Gets the current xml:lang scope. |
XmlSpace Supported by the .NET Compact Framework. | Overridden. Gets an XmlSpace representing the current xml:space scope. |
Public Methods
Close Supported by the .NET Compact Framework. | Overridden. Closes this stream and the underlying stream. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
Flush Supported by the .NET Compact Framework. | Overridden. Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | 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)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
LookupPrefix Supported by the .NET Compact Framework. | Overridden. Returns the closest prefix defined in the current namespace scope for the namespace URI. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
WriteAttributes (inherited from XmlWriter)
Supported by the .NET Compact Framework. | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader. |
WriteAttributeString (inherited from XmlWriter)
Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, writes an attribute with the specified value. |
WriteBase64 Supported by the .NET Compact Framework. | Overridden. Encodes the specified binary bytes as base64 and writes out the resulting text. |
WriteBinHex Supported by the .NET Compact Framework. | Overridden. Encodes the specified binary bytes as binhex and writes out the resulting text. |
WriteCData Supported by the .NET Compact Framework. | Overridden. Writes out a <![CDATA[...]]> block containing the specified text. |
WriteCharEntity Supported by the .NET Compact Framework. | Overridden. Forces the generation of a character entity for the specified Unicode character value. |
WriteChars Supported by the .NET Compact Framework. | Overridden. Writes text one buffer at a time. |
WriteComment Supported by the .NET Compact Framework. | Overridden. Writes out a comment <!--...--> containing the specified text. |
WriteDocType Supported by the .NET Compact Framework. | Overridden. Writes the DOCTYPE declaration with the specified name and optional attributes. |
WriteElementString (inherited from XmlWriter)
Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, writes an element containing a string value. |
WriteEndAttribute Supported by the .NET Compact Framework. | Overridden. Closes the previous WriteStartAttribute call. |
WriteEndDocument Supported by the .NET Compact Framework. | Overridden. Closes any open elements or attributes and puts the writer back in the Start state. |
WriteEndElement Supported by the .NET Compact Framework. | Overridden. Closes one element and pops the corresponding namespace scope. |
WriteEntityRef Supported by the .NET Compact Framework. | Overridden. Writes out an entity reference as &name;. |
WriteFullEndElement Supported by the .NET Compact Framework. | Overridden. Closes one element and pops the corresponding namespace scope. |
WriteName Supported by the .NET Compact Framework. | Overridden. 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 Supported by the .NET Compact Framework. | Overridden. 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)
Supported by the .NET Compact Framework. | 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 Supported by the .NET Compact Framework. | Overridden. Writes out a processing instruction with a space between the name and text as follows: <?name text?>. |
WriteQualifiedName Supported by the .NET Compact Framework. | Overridden. Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. |
WriteRaw Supported by the .NET Compact Framework. | Overloaded. Overridden. Writes raw markup manually. |
WriteStartAttribute Supported by the .NET Compact Framework. | Overloaded. Overridden. Writes the start of an attribute. |
WriteStartDocument Supported by the .NET Compact Framework. | Overloaded. Overridden. Writes the XML declaration with the version "1.0". |
WriteStartElement Supported by the .NET Compact Framework. | Overloaded. Overridden. Writes the specified start tag. |
WriteString Supported by the .NET Compact Framework. | Overridden. Writes the given text content. |
WriteSurrogateCharEntity Supported by the .NET Compact Framework. | Overridden. Generates and writes the surrogate character entity for the surrogate character pair. |
WriteWhitespace Supported by the .NET Compact Framework. | Overridden. Writes out the given white space. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
