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

namespace Mono.Xml
{
public class SmallXmlParser // TypeDefIndex: 3327
{
	// Fields
	type#33710 handler;
	type#27258 reader;
	type#26373 elementNames;
	type#26373 xmlSpaces;
	type#26577 xmlSpace;
	type#26606 buffer;
	type#12900 nameBuffer;
	type#15314 isWhitespace;
	type#33707 attributes;
	type#20868 line;
	type#20868 column;
	type#15314 resetColumn;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private type#18121 Error(type#26576 msg) { }
	// RVA: -1
	private type#18121 UnexpectedEndError() { }
	// RVA: -1
	private type#15313 IsNameChar(type#15837 c, type#15313 start) { }
	// RVA: -1
	private type#15313 IsWhitespace(type#20867 c) { }
	// RVA: -1
	public type#28660 SkipWhitespaces() { }
	// RVA: -1
	private type#28660 HandleWhitespaces() { }
	// RVA: -1
	public type#28660 SkipWhitespaces(type#15313 expected) { }
	// RVA: -1
	private type#20867 Peek() { }
	// RVA: -1
	private type#20867 Read() { }
	// RVA: -1
	public type#28660 Expect(type#20867 c) { }
	// RVA: -1
	private type#26576 ReadUntil(type#15837 until, type#15313 handleReferences) { }
	// RVA: -1
	public type#26576 ReadName() { }
	// RVA: -1
	public type#28660 Parse(type#27257 input, type#33709 handler) { }
	// RVA: -1
	private type#28660 Cleanup() { }
	// RVA: -1
	public type#28660 ReadContent() { }
	// RVA: -1
	private type#28660 HandleBufferedContent() { }
	// RVA: -1
	private type#28660 ReadCharacters() { }
	// RVA: -1
	private type#28660 ReadReference() { }
	// RVA: -1
	private type#20867 ReadCharacterReference() { }
	// RVA: -1
	private type#28660 ReadAttribute(type#33706 a) { }
	// RVA: -1
	private type#28660 ReadCDATASection() { }
	// RVA: -1
	private type#28660 ReadComment() { }
}
}
