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

namespace System.Xml
{
public class XmlTextEncoder // TypeDefIndex: 6660
{
	// Fields
	type#27304 textWriter;
	type#15314 inAttribute;
	type#15838 quoteChar;
	type#26606 attrValue;
	type#15314 cacheAttrValue;
	type#29116 xmlCharType;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27303 textWriter) { }
	// RVA: -1
	internal type#28660 set_QuoteChar(type#15837 value) { }
	// RVA: -1
	internal type#28660 StartAttribute(type#15313 cacheAttrValue) { }
	// RVA: -1
	internal type#28660 EndAttribute() { }
	// RVA: -1
	internal type#26576 get_AttributeValue() { }
	// RVA: -1
	internal type#28660 WriteSurrogateChar(type#15837 lowChar, type#15837 highChar) { }
	// RVA: -1
	internal type#28660 Write(type#12899 array, type#20867 offset, type#20867 count) { }
	// RVA: -1
	internal type#28660 WriteSurrogateCharEntity(type#15837 lowChar, type#15837 highChar) { }
	// RVA: -1
	internal type#28660 Write(type#26576 text) { }
	// RVA: -1
	internal type#28660 WriteRawWithSurrogateChecking(type#26576 text) { }
	// RVA: -1
	internal type#28660 WriteRaw(type#12899 array, type#20867 offset, type#20867 count) { }
	// RVA: -1
	internal type#28660 WriteCharEntity(type#15837 ch) { }
	// RVA: -1
	internal type#28660 WriteEntityRef(type#26576 name) { }
	// RVA: -1
	private type#28660 WriteStringFragment(type#26576 str, type#20867 offset, type#20867 count, type#12899 helperBuffer) { }
	// RVA: -1
	private type#28660 WriteCharEntityImpl(type#15837 ch) { }
	// RVA: -1
	private type#28660 WriteCharEntityImpl(type#26576 strVal) { }
	// RVA: -1
	private type#28660 WriteEntityRefImpl(type#26576 name) { }
}
}
