This is the complete list of members for System.Xml.XmlWriter, including all inherited members.
| Close() | System.Xml.XmlWriter | inlinevirtual |
| Create(Stream output, XmlWriterSettings settings) | System.Xml.XmlWriter | inlinestatic |
| Create(TextWriter output, XmlWriterSettings settings) | System.Xml.XmlWriter | inlinestatic |
| Dispose() | System.Xml.XmlWriter | inline |
| Dispose(bool disposing) | System.Xml.XmlWriter | inlineprotectedvirtual |
| Flush() | System.Xml.XmlWriter | |
| LookupPrefix(string ns) | System.Xml.XmlWriter | |
| WriteAttributeString(string prefix, string localName, string ns, string value) | System.Xml.XmlWriter | inline |
| WriteBase64(byte[] buffer, int index, int count) | System.Xml.XmlWriter | |
| WriteBinHex(byte[] buffer, int index, int count) | System.Xml.XmlWriter | inlinevirtual |
| WriteCData(string text) | System.Xml.XmlWriter | |
| WriteCharEntity(char ch) | System.Xml.XmlWriter | |
| WriteChars(char[] buffer, int index, int count) | System.Xml.XmlWriter | |
| WriteComment(string text) | System.Xml.XmlWriter | |
| WriteDocType(string name, string pubid, string sysid, string subset) | System.Xml.XmlWriter | |
| WriteEndAttribute() | System.Xml.XmlWriter | |
| WriteEndDocument() | System.Xml.XmlWriter | |
| WriteEndElement() | System.Xml.XmlWriter | |
| WriteEntityRef(string name) | System.Xml.XmlWriter | |
| WriteFullEndElement() | System.Xml.XmlWriter | |
| WriteProcessingInstruction(string name, string text) | System.Xml.XmlWriter | |
| WriteRaw(char[] buffer, int index, int count) | System.Xml.XmlWriter | |
| WriteRaw(string data) | System.Xml.XmlWriter | |
| WriteStartAttribute(string prefix, string localName, string ns) | System.Xml.XmlWriter | |
| WriteStartDocument() | System.Xml.XmlWriter | |
| WriteStartDocument(bool standalone) | System.Xml.XmlWriter | |
| WriteStartElement(string prefix, string localName, string ns) | System.Xml.XmlWriter | |
| WriteState | System.Xml.XmlWriter | |
| WriteString(string text) | System.Xml.XmlWriter | |
| WriteSurrogateCharEntity(char lowChar, char highChar) | System.Xml.XmlWriter | |
| WriteValue(string value) | System.Xml.XmlWriter | inlinevirtual |
| WriteWhitespace(string ws) | System.Xml.XmlWriter | |
| XmlWriter() | System.Xml.XmlWriter | inlineprotected |