// Assembly: mscorlib
// Full name: Mono.Xml.SecurityParser

namespace Mono.Xml
{
public class SecurityParser // TypeDefIndex: 3323
{
	// Fields
	type#25764 root;
	type#25764 current;
	type#26373 stack;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 LoadXml(type#26576 xml) { }
	// RVA: -1
	public type#25763 ToXml() { }
	// RVA: -1
	public virtual type#28660 OnStartParsing(type#26126 parser) { }
	// RVA: -1
	public virtual type#28660 OnProcessingInstruction(type#26576 name, type#26576 text) { }
	// RVA: -1
	public virtual type#28660 OnIgnorableWhitespace(type#26576 s) { }
	// RVA: -1
	public virtual type#28660 OnStartElement(type#26576 name, type#33708 attrs) { }
	// RVA: -1
	public virtual type#28660 OnEndElement(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 OnChars(type#26576 ch) { }
	// RVA: -1
	public virtual type#28660 OnEndParsing(type#26126 parser) { }
}
}
