Mvp.Xml Library API Documentation
Syntax
| C# |
|---|
public class XmlFirstLowerWriter |
| Visual Basic (Declaration) |
|---|
Public Class XmlFirstLowerWriter |
| Visual C++ |
|---|
public ref class XmlFirstLowerWriter |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| XmlFirstLowerWriterXmlFirstLowerWriterNew | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
| Close | Closes this stream and the underlying stream. (Inherited from XmlTextWriter.) | |
| Equals | (Inherited from Object.) | |
| Flush | Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. (Inherited from XmlTextWriter.) | |
| 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. (Inherited from XmlTextWriter.) | |
| ToString | (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. | |
| WriteBase64 | Encodes the specified binary bytes as base64 and writes out the resulting text. (Inherited from XmlTextWriter.) | |
| WriteBinHex | Encodes the specified binary bytes as binhex and writes out the resulting text. (Inherited from XmlTextWriter.) | |
| WriteCData | Writes out a <![CDATA[...]]> block containing the specified text. (Inherited from XmlTextWriter.) | |
| WriteCharEntity | Forces the generation of a character entity for the specified Unicode character value. (Inherited from XmlTextWriter.) | |
| WriteChars | Writes text one buffer at a time. (Inherited from XmlTextWriter.) | |
| WriteComment | Writes out a comment <!--...--> containing the specified text. (Inherited from XmlTextWriter.) | |
| WriteDocType | Writes the DOCTYPE declaration with the specified name and optional attributes. (Inherited from XmlTextWriter.) | |
| WriteElementString | Overloaded. | |
| WriteEndAttribute | Closes the previous WriteStartAttribute(String, String, String) call. (Inherited from XmlTextWriter.) | |
| WriteEndDocument | Closes any open elements or attributes and puts the writer back in the Start state. (Inherited from XmlTextWriter.) | |
| WriteEndElement | Closes one element and pops the corresponding namespace scope. (Inherited from XmlTextWriter.) | |
| WriteEntityRef | Writes out an entity reference as &name;. (Inherited from XmlTextWriter.) | |
| WriteFullEndElement | Closes one element and pops the corresponding namespace scope. (Inherited from XmlTextWriter.) | |
| 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). (Inherited from XmlTextWriter.) | |
| 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). (Inherited from XmlTextWriter.) | |
| WriteNode | Overloaded. | |
| WriteProcessingInstruction | Writes out a processing instruction with a space between the name and text as follows: <?name text?>. (Inherited from XmlTextWriter.) | |
| WriteQualifiedName | (Overrides XmlTextWriter..::WriteQualifiedName(String, String).) | |
| WriteRaw | Overloaded. | |
| WriteStartAttribute | Overloaded. | |
| WriteStartDocument | Overloaded. | |
| WriteStartElement | Overloaded. | |
| WriteString | Writes the given text content. (Inherited from XmlTextWriter.) | |
| WriteSurrogateCharEntity | Generates and writes the surrogate character entity for the surrogate character pair. (Inherited from XmlTextWriter.) | |
| WriteValue | Overloaded. | |
| WriteWhitespace | Writes out the given white space. (Inherited from XmlTextWriter.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources. (Inherited from XmlWriter.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| BaseStream | Gets the underlying stream object. (Inherited from XmlTextWriter.) | |
| Formatting | Indicates how the output is formatted. (Inherited from XmlTextWriter.) | |
| Indentation | Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented. (Inherited from XmlTextWriter.) | |
| IndentChar | Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented. (Inherited from XmlTextWriter.) | |
| Namespaces | Gets or sets a value indicating whether to do namespace support. (Inherited from XmlTextWriter.) | |
| QuoteChar | Gets or sets which character to use to quote attribute values. (Inherited from XmlTextWriter.) | |
| Settings | Gets the XmlWriterSettings object used to create this XmlWriter instance. (Inherited from XmlWriter.) | |
| WriteState | Gets the state of the writer. (Inherited from XmlTextWriter.) | |
| XmlLang | Gets the current xml:lang scope. (Inherited from XmlTextWriter.) | |
| XmlSpace | Gets an XmlSpace representing the current xml:space scope. (Inherited from XmlTextWriter.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IDisposable..::Dispose | (Inherited from XmlWriter.) |
See Also
Mvp.Xml.Common Namespace