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

namespace System.Xml
{
public class ValidatingReaderNodeData // TypeDefIndex: 6640
{
	// Fields
	type#26577 localName;
	type#26577 namespaceUri;
	type#26577 prefix;
	type#26577 nameWPrefix;
	type#26577 rawValue;
	type#26577 originalStringValue;
	type#20868 depth;
	type#14718 attributePSVIInfo;
	type#29219 nodeType;
	type#20868 lineNo;
	type#20868 linePos;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#29218 nodeType) { }
	// RVA: -1
	public type#26576 get_LocalName() { }
	// RVA: -1
	public type#28660 set_LocalName(type#26576 value) { }
	// RVA: -1
	public type#26576 get_Namespace() { }
	// RVA: -1
	public type#28660 set_Namespace(type#26576 value) { }
	// RVA: -1
	public type#26576 get_Prefix() { }
	// RVA: -1
	public type#28660 set_Prefix(type#26576 value) { }
	// RVA: -1
	public type#26576 GetAtomizedNameWPrefix(type#29188 nameTable) { }
	// RVA: -1
	public type#20867 get_Depth() { }
	// RVA: -1
	public type#28660 set_Depth(type#20867 value) { }
	// RVA: -1
	public type#26576 get_RawValue() { }
	// RVA: -1
	public type#28660 set_RawValue(type#26576 value) { }
	// RVA: -1
	public type#26576 get_OriginalStringValue() { }
	// RVA: -1
	public type#29218 get_NodeType() { }
	// RVA: -1
	public type#28660 set_NodeType(type#29218 value) { }
	// RVA: -1
	public type#14717 get_AttInfo() { }
	// RVA: -1
	public type#28660 set_AttInfo(type#14717 value) { }
	// RVA: -1
	public type#20867 get_LineNumber() { }
	// RVA: -1
	public type#20867 get_LinePosition() { }
	// RVA: -1
	internal type#28660 Clear(type#29218 nodeType) { }
	// RVA: -1
	internal type#28660 SetLineInfo(type#20867 lineNo, type#20867 linePos) { }
	// RVA: -1
	internal type#28660 SetLineInfo(type#20678 lineInfo) { }
	// RVA: -1
	internal type#28660 SetItemData(type#26576 localName, type#26576 prefix, type#26576 ns, type#20867 depth) { }
	// RVA: -1
	internal type#28660 SetItemData(type#26576 value) { }
	// RVA: -1
	internal type#28660 SetItemData(type#26576 value, type#26576 originalStringValue) { }
}
}
