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

namespace System.Xml
{
public class XmlNodeReader // TypeDefIndex: 6757
{
	// Fields
	type#29217 readerNav;
	type#29219 nodeType;
	type#20868 curDepth;
	type#24989 readState;
	type#15314 fEOF;
	type#15314 bResolveEntity;
	type#15314 bStartFromDocument;
	type#15314 bInReadBinary;
	type#24969 readBinaryHelper;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29197 node) { }
	// RVA: -1
	internal type#15313 IsInReadingStates() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	public virtual type#26576 get_LocalName() { }
	// RVA: -1
	public virtual type#26576 get_NamespaceURI() { }
	// RVA: -1
	public virtual type#26576 get_Prefix() { }
	// RVA: -1
	public virtual type#26576 get_Value() { }
	// RVA: -1
	public virtual type#20867 get_Depth() { }
	// RVA: -1
	public virtual type#26576 get_BaseURI() { }
	// RVA: -1
	public virtual type#15313 get_CanResolveEntity() { }
	// RVA: -1
	public virtual type#15313 get_IsEmptyElement() { }
	// RVA: -1
	public virtual type#15313 get_IsDefault() { }
	// 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#20867 get_AttributeCount() { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 name, type#26576 namespaceURI) { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#20867 attributeIndex) { }
	// RVA: -1
	public virtual type#15313 MoveToAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 MoveToAttribute(type#20867 attributeIndex) { }
	// RVA: -1
	public virtual type#15313 MoveToFirstAttribute() { }
	// RVA: -1
	public virtual type#15313 MoveToNextAttribute() { }
	// RVA: -1
	public virtual type#15313 MoveToElement() { }
	// RVA: -1
	public virtual type#15313 Read() { }
	// RVA: -1
	private type#15313 Read(type#15313 fSkipChildren) { }
	// RVA: -1
	private type#15313 ReadNextNode(type#15313 fSkipChildren) { }
	// RVA: -1
	private type#28660 SetEndOfFile() { }
	// RVA: -1
	private type#15313 ReadAtZeroLevel(type#15313 fSkipChildren) { }
	// RVA: -1
	private type#15313 ReadForward(type#15313 fSkipChildren) { }
	// RVA: -1
	private type#28660 ReSetReadingMarks() { }
	// RVA: -1
	public virtual type#15313 get_EOF() { }
	// RVA: -1
	public virtual type#28660 Close() { }
	// RVA: -1
	public virtual type#24988 get_ReadState() { }
	// RVA: -1
	public virtual type#28660 Skip() { }
	// RVA: -1
	public virtual type#26576 ReadString() { }
	// RVA: -1
	public virtual type#15313 get_HasAttributes() { }
	// RVA: -1
	public virtual type#29188 get_NameTable() { }
	// RVA: -1
	public virtual type#26576 LookupNamespace(type#26576 prefix) { }
	// RVA: -1
	public virtual type#28660 ResolveEntity() { }
	// RVA: -1
	public virtual type#15313 ReadAttributeValue() { }
	// RVA: -1
	private type#28660 FinishReadBinary() { }
	// RVA: -1
	private virtual type#6401 System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(type#29195 scope) { }
	// RVA: -1
	private virtual type#26576 System.Xml.IXmlNamespaceResolver.LookupPrefix(type#26576 namespaceName) { }
	// RVA: -1
	private virtual type#26576 System.Xml.IXmlNamespaceResolver.LookupNamespace(type#26576 prefix) { }
	// RVA: -1
	internal virtual type#20048 get_DtdInfo() { }
}
}
