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

namespace System.Xml
{
public class IDtdParserAdapter // TypeDefIndex: 6620
{

	// Methods
	// RVA: -1
	public abstract type#29188 get_NameTable() { }
	// RVA: -1
	public abstract type#20681 get_NamespaceResolver() { }
	// RVA: -1
	public abstract type#28203 get_BaseUri() { }
	// RVA: -1
	public abstract type#12899 get_ParsingBuffer() { }
	// RVA: -1
	public abstract type#20867 get_ParsingBufferLength() { }
	// RVA: -1
	public abstract type#20867 get_CurrentPosition() { }
	// RVA: -1
	public abstract type#28660 set_CurrentPosition(type#20867 value) { }
	// RVA: -1
	public abstract type#20867 get_LineNo() { }
	// RVA: -1
	public abstract type#20867 get_LineStartPosition() { }
	// RVA: -1
	public abstract type#15313 get_IsEof() { }
	// RVA: -1
	public abstract type#20867 get_EntityStackLength() { }
	// RVA: -1
	public abstract type#15313 get_IsEntityEolNormalized() { }
	// RVA: -1
	public abstract type#20867 ReadData() { }
	// RVA: -1
	public abstract type#28660 OnNewLine(type#20867 pos) { }
	// RVA: -1
	public abstract type#20867 ParseNumericCharRef(type#26605 internalSubsetBuilder) { }
	// RVA: -1
	public abstract type#20867 ParseNamedCharRef(type#15313 expand, type#26605 internalSubsetBuilder) { }
	// RVA: -1
	public abstract type#28660 ParsePI(type#26605 sb) { }
	// RVA: -1
	public abstract type#28660 ParseComment(type#26605 sb) { }
	// RVA: -1
	public abstract type#15313 PushEntity(type#20045 entity, type#11944 entityId) { }
	// RVA: -1
	public abstract type#15313 PopEntity(type#11921 oldEntity, type#11944 newEntityId) { }
	// RVA: -1
	public abstract type#15313 PushExternalSubset(type#26576 systemId, type#26576 publicId) { }
	// RVA: -1
	public abstract type#28660 PushInternalDtd(type#26576 baseUri, type#26576 internalDtd) { }
	// RVA: -1
	public abstract type#28660 OnSystemId(type#26576 systemId, type#21981 keywordLineInfo, type#21981 systemLiteralLineInfo) { }
	// RVA: -1
	public abstract type#28660 OnPublicId(type#26576 publicId, type#21981 keywordLineInfo, type#21981 publicLiteralLineInfo) { }
	// RVA: -1
	public abstract type#28660 Throw(type#18121 e) { }
}
}
