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

namespace System.Xml
{
public class HtmlEncodedRawTextWriterIndent // TypeDefIndex: 6610
{
	// Fields
	type#20868 indentLevel;
	type#20868 endBlockPos;
	type#26577 indentChars;
	type#15314 newLineOnAttributes;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#27303 writer, type#29544 settings) { }
	// RVA: -1
	public type#28660 .ctor(type#26548 stream, type#29544 settings) { }
	// RVA: -1
	public virtual type#28660 WriteDocType(type#26576 name, type#26576 pubid, type#26576 sysid, type#26576 subset) { }
	// RVA: -1
	public virtual type#28660 WriteStartElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	internal virtual type#28660 StartElementContent() { }
	// RVA: -1
	internal virtual type#28660 WriteEndElement(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	public virtual type#28660 WriteStartAttribute(type#26576 prefix, type#26576 localName, type#26576 ns) { }
	// RVA: -1
	protected virtual type#28660 FlushBuffer() { }
	// RVA: -1
	private type#28660 Init(type#29544 settings) { }
	// RVA: -1
	private type#28660 WriteIndent() { }
}
}
