mscorlib(4.0.0.0) API with additions
System.Xml.XmlWriter Member List

This is the complete list of members for System.Xml.XmlWriter, including all inherited members.

Close()System.Xml.XmlWritervirtual
Create(string outputFileName)System.Xml.XmlWriterstatic
Create(string outputFileName, XmlWriterSettings settings)System.Xml.XmlWriterstatic
Create(Stream output)System.Xml.XmlWriterstatic
Create(Stream output, XmlWriterSettings settings)System.Xml.XmlWriterstatic
Create(TextWriter output)System.Xml.XmlWriterstatic
Create(TextWriter output, XmlWriterSettings settings)System.Xml.XmlWriterstatic
Create(StringBuilder output)System.Xml.XmlWriterstatic
Create(StringBuilder output, XmlWriterSettings settings)System.Xml.XmlWriterstatic
Create(XmlWriter output)System.Xml.XmlWriterstatic
Create(XmlWriter output, XmlWriterSettings settings)System.Xml.XmlWriterstatic
Dispose()System.Xml.XmlWriter
Dispose(bool disposing)System.Xml.XmlWriterprotectedvirtual
Flush()System.Xml.XmlWriterpure virtual
FlushAsync()System.Xml.XmlWritervirtual
LookupPrefix(string ns)System.Xml.XmlWriterpure virtual
SettingsSystem.Xml.XmlWriter
WriteAttributes(XmlReader reader, bool defattr)System.Xml.XmlWritervirtual
WriteAttributesAsync(XmlReader reader, bool defattr)System.Xml.XmlWritervirtual
WriteAttributeString(string localName, string ns, string value)System.Xml.XmlWriter
WriteAttributeString(string localName, string value)System.Xml.XmlWriter
WriteAttributeString(string prefix, string localName, string ns, string value)System.Xml.XmlWriter
WriteAttributeStringAsync(string prefix, string localName, string ns, string value)System.Xml.XmlWriter
WriteBase64(byte[] buffer, int index, int count)System.Xml.XmlWriterpure virtual
WriteBase64Async(byte[] buffer, int index, int count)System.Xml.XmlWritervirtual
WriteBinHex(byte[] buffer, int index, int count)System.Xml.XmlWritervirtual
WriteBinHexAsync(byte[] buffer, int index, int count)System.Xml.XmlWritervirtual
WriteCData(string text)System.Xml.XmlWriterpure virtual
WriteCDataAsync(string text)System.Xml.XmlWritervirtual
WriteCharEntity(char ch)System.Xml.XmlWriterpure virtual
WriteCharEntityAsync(char ch)System.Xml.XmlWritervirtual
WriteChars(char[] buffer, int index, int count)System.Xml.XmlWriterpure virtual
WriteCharsAsync(char[] buffer, int index, int count)System.Xml.XmlWritervirtual
WriteComment(string text)System.Xml.XmlWriterpure virtual
WriteCommentAsync(string text)System.Xml.XmlWritervirtual
WriteDocType(string name, string pubid, string sysid, string subset)System.Xml.XmlWriterpure virtual
WriteDocTypeAsync(string name, string pubid, string sysid, string subset)System.Xml.XmlWritervirtual
WriteElementString(string localName, string value)System.Xml.XmlWriter
WriteElementString(string localName, string ns, string value)System.Xml.XmlWriter
WriteElementString(string prefix, string localName, string ns, string value)System.Xml.XmlWriter
WriteElementStringAsync(string prefix, string localName, string ns, string value)System.Xml.XmlWriter
WriteEndAttribute()System.Xml.XmlWriterpure virtual
WriteEndAttributeAsync()System.Xml.XmlWriterprotectedvirtual
WriteEndDocument()System.Xml.XmlWriterpure virtual
WriteEndDocumentAsync()System.Xml.XmlWritervirtual
WriteEndElement()System.Xml.XmlWriterpure virtual
WriteEndElementAsync()System.Xml.XmlWritervirtual
WriteEntityRef(string name)System.Xml.XmlWriterpure virtual
WriteEntityRefAsync(string name)System.Xml.XmlWritervirtual
WriteFullEndElement()System.Xml.XmlWriterpure virtual
WriteFullEndElementAsync()System.Xml.XmlWritervirtual
WriteName(string name)System.Xml.XmlWritervirtual
WriteNameAsync(string name)System.Xml.XmlWritervirtual
WriteNmToken(string name)System.Xml.XmlWritervirtual
WriteNmTokenAsync(string name)System.Xml.XmlWritervirtual
WriteNode(XmlReader reader, bool defattr)System.Xml.XmlWritervirtual
WriteNode(XPathNavigator navigator, bool defattr)System.Xml.XmlWritervirtual
WriteNodeAsync(XmlReader reader, bool defattr)System.Xml.XmlWritervirtual
WriteNodeAsync(XPathNavigator navigator, bool defattr)System.Xml.XmlWritervirtual
WriteProcessingInstruction(string name, string text)System.Xml.XmlWriterpure virtual
WriteProcessingInstructionAsync(string name, string text)System.Xml.XmlWritervirtual
WriteQualifiedName(string localName, string ns)System.Xml.XmlWritervirtual
WriteQualifiedNameAsync(string localName, string ns)System.Xml.XmlWritervirtual
WriteRaw(char[] buffer, int index, int count)System.Xml.XmlWriterpure virtual
WriteRaw(string data)System.Xml.XmlWriterpure virtual
WriteRawAsync(char[] buffer, int index, int count)System.Xml.XmlWritervirtual
WriteRawAsync(string data)System.Xml.XmlWritervirtual
WriteStartAttribute(string localName, string ns)System.Xml.XmlWriter
WriteStartAttribute(string prefix, string localName, string ns)System.Xml.XmlWriterpure virtual
WriteStartAttribute(string localName)System.Xml.XmlWriter
WriteStartAttributeAsync(string prefix, string localName, string ns)System.Xml.XmlWriterprotectedvirtual
WriteStartDocument()System.Xml.XmlWriterpure virtual
WriteStartDocument(bool standalone)System.Xml.XmlWriterpure virtual
WriteStartDocumentAsync()System.Xml.XmlWritervirtual
WriteStartDocumentAsync(bool standalone)System.Xml.XmlWritervirtual
WriteStartElement(string localName, string ns)System.Xml.XmlWriter
WriteStartElement(string prefix, string localName, string ns)System.Xml.XmlWriterpure virtual
WriteStartElement(string localName)System.Xml.XmlWriter
WriteStartElementAsync(string prefix, string localName, string ns)System.Xml.XmlWritervirtual
WriteStateSystem.Xml.XmlWriter
WriteString(string text)System.Xml.XmlWriterpure virtual
WriteStringAsync(string text)System.Xml.XmlWritervirtual
WriteSurrogateCharEntity(char lowChar, char highChar)System.Xml.XmlWriterpure virtual
WriteSurrogateCharEntityAsync(char lowChar, char highChar)System.Xml.XmlWritervirtual
WriteValue(object value)System.Xml.XmlWritervirtual
WriteValue(string value)System.Xml.XmlWritervirtual
WriteValue(bool value)System.Xml.XmlWritervirtual
WriteValue(DateTime value)System.Xml.XmlWritervirtual
WriteValue(DateTimeOffset value)System.Xml.XmlWritervirtual
WriteValue(double value)System.Xml.XmlWritervirtual
WriteValue(float value)System.Xml.XmlWritervirtual
WriteValue(decimal value)System.Xml.XmlWritervirtual
WriteValue(int value)System.Xml.XmlWritervirtual
WriteValue(long value)System.Xml.XmlWritervirtual
WriteWhitespace(string ws)System.Xml.XmlWriterpure virtual
WriteWhitespaceAsync(string ws)System.Xml.XmlWritervirtual
XmlLangSystem.Xml.XmlWriter
XmlSpaceSystem.Xml.XmlWriter
XmlWriter()System.Xml.XmlWriterprotected