// Assembly: mscorlib
// Full name: IContentHandler

public class IContentHandler // TypeDefIndex: 3324
{

	// Methods
	// RVA: -1
	public abstract type#28660 OnStartParsing(type#26126 parser) { }
	// RVA: -1
	public abstract type#28660 OnEndParsing(type#26126 parser) { }
	// RVA: -1
	public abstract type#28660 OnStartElement(type#26576 name, type#33708 attrs) { }
	// RVA: -1
	public abstract type#28660 OnEndElement(type#26576 name) { }
	// RVA: -1
	public abstract type#28660 OnProcessingInstruction(type#26576 name, type#26576 text) { }
	// RVA: -1
	public abstract type#28660 OnChars(type#26576 text) { }
	// RVA: -1
	public abstract type#28660 OnIgnorableWhitespace(type#26576 text) { }
}
