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

namespace System.Xml
{
public class XmlReader // TypeDefIndex: 6657
{
	// Fields
	type#27922 IsTextualNodeBitmap;
	type#27922 CanReadContentAsBitmap;
	type#27922 HasValueBitmap;

	// Methods
	// RVA: -1
	public virtual type#29254 get_Settings() { }
	// RVA: -1
	public abstract type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public abstract type#26576 get_LocalName() { }
	// RVA: -1
	public abstract type#26576 get_NamespaceURI() { }
	// RVA: -1
	public abstract type#26576 get_Prefix() { }
	// RVA: -1
	public abstract type#26576 get_Value() { }
	// RVA: -1
	public abstract type#20867 get_Depth() { }
	// RVA: -1
	public abstract type#26576 get_BaseURI() { }
	// RVA: -1
	public abstract type#15313 get_IsEmptyElement() { }
	// RVA: -1
	public virtual type#15313 get_IsDefault() { }
	// RVA: -1
	public virtual type#15837 get_QuoteChar() { }
	// RVA: -1
	public virtual type#29465 get_XmlSpace() { }
	// RVA: -1
	public virtual type#26576 get_XmlLang() { }
	// RVA: -1
	public virtual type#20686 get_SchemaInfo() { }
	// RVA: -1
	public virtual type#27705 get_ValueType() { }
	// RVA: -1
	public abstract type#20867 get_AttributeCount() { }
	// RVA: -1
	public abstract type#26576 GetAttribute(type#26576 name) { }
	// RVA: -1
	public abstract type#26576 GetAttribute(type#26576 name, type#26576 namespaceURI) { }
	// RVA: -1
	public abstract type#26576 GetAttribute(type#20867 i) { }
	// RVA: -1
	public abstract type#15313 MoveToAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 MoveToAttribute(type#20867 i) { }
	// RVA: -1
	public abstract type#15313 MoveToFirstAttribute() { }
	// RVA: -1
	public abstract type#15313 MoveToNextAttribute() { }
	// RVA: -1
	public abstract type#15313 MoveToElement() { }
	// RVA: -1
	public abstract type#15313 ReadAttributeValue() { }
	// RVA: -1
	public abstract type#15313 Read() { }
	// RVA: -1
	public abstract type#15313 get_EOF() { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public abstract type#24988 get_ReadState() { }
	// RVA: -1
	public virtual type#28660 Skip() { }
	// RVA: -1
	public abstract type#29188 get_NameTable() { }
	// RVA: -1
	public abstract type#26576 LookupNamespace(type#26576 prefix) { }
	// RVA: -1
	public virtual type#15313 get_CanResolveEntity() { }
	// RVA: -1
	public abstract type#28660 ResolveEntity() { }
	// RVA: -1
	public virtual type#15313 get_CanReadValueChunk() { }
	// RVA: -1
	public virtual type#20867 ReadValueChunk(type#12899 buffer, type#20867 index, type#20867 count) { }
	// RVA: -1
	public virtual type#26576 ReadString() { }
	// RVA: -1
	public virtual type#29218 MoveToContent() { }
	// RVA: -1
	public virtual type#28660 ReadStartElement() { }
	// RVA: -1
	public virtual type#26576 ReadElementString() { }
	// RVA: -1
	public virtual type#28660 ReadEndElement() { }
	// RVA: -1
	public virtual type#15313 IsStartElement(type#26576 localname, type#26576 ns) { }
	// RVA: -1
	public virtual type#15313 ReadToFollowing(type#26576 name) { }
	// RVA: -1
	public virtual type#26576 ReadInnerXml() { }
	// RVA: -1
	private type#28660 WriteNode(type#29540 xtw, type#15313 defattr) { }
	// RVA: -1
	private type#28660 WriteAttributeValue(type#29540 xtw) { }
	// RVA: -1
	private type#29540 CreateWriterForInnerOuterXml(type#26655 sw) { }
	// RVA: -1
	private type#28660 SetNamespacesFlag(type#29485 xtw) { }
	// RVA: -1
	public virtual type#15313 get_HasAttributes() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	internal virtual type#29193 get_NamespaceManager() { }
	// RVA: -1
	internal static type#15313 IsTextualNode(type#29218 nodeType) { }
	// RVA: -1
	internal static type#15313 HasValueInternal(type#29218 nodeType) { }
	// RVA: -1
	private type#15313 SkipSubtree() { }
	// RVA: -1
	internal type#15313 get_IsDefaultInternal() { }
	// RVA: -1
	internal virtual type#20048 get_DtdInfo() { }
	// RVA: -1
	public static type#29248 Create(type#26548 input, type#29254 settings, type#26576 baseUri) { }
	// RVA: -1
	public static type#29248 Create(type#27257 input, type#29254 settings) { }
	// RVA: -1
	public static type#29248 Create(type#27257 input, type#29254 settings, type#26576 baseUri) { }
	// RVA: -1
	internal static type#29248 CreateSqlReader(type#26548 input, type#29254 settings, type#29230 inputContext) { }
	// RVA: -1
	internal static type#20867 CalcBufferSize(type#26548 input) { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
