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

namespace System.Xml
{
public class XmlParserContext // TypeDefIndex: 6655
{
	// Fields
	type#29189 _nt;
	type#29194 _nsMgr;
	type#26577 _docTypeName;
	type#26577 _pubId;
	type#26577 _sysId;
	type#26577 _internalSubset;
	type#26577 _xmlLang;
	type#29466 _xmlSpace;
	type#26577 _baseURI;
	type#17812 _encoding;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29188 nt, type#29193 nsMgr, type#26576 xmlLang, type#29465 xmlSpace) { }
	// RVA: -1
	public type#28660 .ctor(type#29188 nt, type#29193 nsMgr, type#26576 docTypeName, type#26576 pubId, type#26576 sysId, type#26576 internalSubset, type#26576 baseURI, type#26576 xmlLang, type#29465 xmlSpace) { }
	// RVA: -1
	public type#28660 .ctor(type#29188 nt, type#29193 nsMgr, type#26576 docTypeName, type#26576 pubId, type#26576 sysId, type#26576 internalSubset, type#26576 baseURI, type#26576 xmlLang, type#29465 xmlSpace, type#17811 enc) { }
	// RVA: -1
	public type#29188 get_NameTable() { }
	// RVA: -1
	public type#29193 get_NamespaceManager() { }
	// RVA: -1
	public type#26576 get_DocTypeName() { }
	// RVA: -1
	public type#26576 get_PublicId() { }
	// RVA: -1
	public type#26576 get_SystemId() { }
	// RVA: -1
	public type#26576 get_BaseURI() { }
	// RVA: -1
	public type#26576 get_InternalSubset() { }
	// RVA: -1
	public type#26576 get_XmlLang() { }
	// RVA: -1
	public type#29465 get_XmlSpace() { }
	// RVA: -1
	public type#17811 get_Encoding() { }
	// RVA: -1
	internal type#15313 get_HasDtdInfo() { }
}
}
