// Assembly: System.Xml
// Full name: System.Xml.XmlWriter

namespace System.Xml
{
public class XmlWriter // TypeDefIndex: 6705
{
	// Fields
	type#12900 writeNodeBuffer;

	// Methods
	// RVA: -1
	public abstract type#28660 WriteStartDocument() { }
	// RVA: -1
	public abstract type#28660 WriteStartDocument(type#15313 standalone) { }
	// RVA: -1
	public abstract type#28660 WriteEndDocument() { }
	// RVA: -1
	public abstract type#28660 WriteDocType(type#26576 name, type#26576 pubid, type#26576 sysid, type#26576 subset) { }
	// RVA: -1
	public type#28660 WriteStartElement(type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public abstract type#28660 WriteStartElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public abstract type#28660 WriteEndElement() { }
	// RVA: -1
	public abstract type#28660 WriteFullEndElement() { }
	// RVA: -1
	public type#28660 WriteAttributeString(type#26576 localName, type#26576 ns, type#26576 value) { }
	// RVA: -1
	public type#28660 WriteAttributeString(type#26576 localName, type#26576 value) { }
	// RVA: -1
	public type#28660 WriteAttributeString(type#26576 prefix, type#26576 localName, type#26576 ns, type#26576 value) { }
	// RVA: -1
	public abstract type#28660 WriteStartAttribute(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public abstract type#28660 WriteEndAttribute() { }
	// RVA: -1
	public abstract type#28660 WriteCData(type#26576 text) { }
	// RVA: -1
	public abstract type#28660 WriteComment(type#26576 text) { }
	// RVA: -1
	public abstract type#28660 WriteProcessingInstruction(type#26576 name, type#26576 text) { }
	// RVA: -1
	public abstract type#28660 WriteEntityRef(type#26576 name) { }
	// RVA: -1
	public abstract type#28660 WriteCharEntity(type#15837 ch) { }
	// RVA: -1
	public abstract type#28660 WriteWhitespace(type#26576 ws) { }
	// RVA: -1
	public abstract type#28660 WriteString(type#26576 text) { }
	// RVA: -1
	public abstract type#28660 WriteSurrogateCharEntity(type#15837 lowChar, type#15837 highChar) { }
	// RVA: -1
	public abstract type#28660 WriteChars(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public abstract type#28660 WriteRaw(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public abstract type#28660 WriteRaw(type#26576 data) { }
	// RVA: -1
	public abstract type#28660 WriteBase64(type#12860 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#28660 WriteBinHex(type#12860 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public abstract type#28852 get_WriteState() { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public abstract type#28660 Flush() { }
	// RVA: -1
	public abstract type#26576 LookupPrefix(type#26576 ns) { }
	// RVA: -1
	public virtual type#28660 WriteValue(type#26576 value) { }
	// RVA: -1
	public virtual type#28660 WriteAttributes(type#29248 reader, type#15313 defattr) { }
	// RVA: -1
	public virtual type#28660 WriteNode(type#29248 reader, type#15313 defattr) { }
	// RVA: -1
	public type#28660 WriteElementString(type#26576 localName, type#26576 ns, type#26576 value) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public static type#29540 Create(type#26548 output, type#29544 settings) { }
	// RVA: -1
	public static type#29540 Create(type#27303 output, type#29544 settings) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
