// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Converters.XmlNodeWrapper

namespace Newtonsoft.Json.Converters
{
public class XmlNodeWrapper // TypeDefIndex: 10462
{
	// Fields
	type#29200 _node;
	type#8688 _childNodes;
	type#8688 _attributes;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#29197 node) { }
	// RVA: -1
	public virtual type#23705 get_WrappedNode() { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#26576 get_LocalName() { }
	// RVA: -1
	public virtual type#8687 get_ChildNodes() { }
	// RVA: -1
	internal static type#20685 WrapNode(type#29197 node) { }
	// RVA: -1
	public virtual type#8687 get_Attributes() { }
	// RVA: -1
	private type#15313 get_HasAttributes() { }
	// RVA: -1
	public virtual type#20685 get_ParentNode() { }
	// RVA: -1
	public virtual type#26576 get_Value() { }
	// RVA: -1
	public virtual type#28660 set_Value(type#26576 value) { }
	// RVA: -1
	public virtual type#20685 AppendChild(type#20685 newChild) { }
	// RVA: -1
	public virtual type#26576 get_NamespaceUri() { }
}
}
