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

namespace System.Xml
{
public class XmlNode // TypeDefIndex: 6751
{
	// Fields
	type#29199 parentNode;

	// Methods
	// RVA: -1
	internal type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#29136 doc) { }
	// RVA: -1
	public virtual type#29028 CreateNavigator() { }
	// RVA: -1
	public type#29197 SelectSingleNode(type#26576 xpath) { }
	// RVA: -1
	public type#29211 SelectNodes(type#26576 xpath) { }
	// RVA: -1
	public abstract type#26576 get_Name() { }
	// RVA: -1
	public virtual type#26576 get_Value() { }
	// RVA: -1
	public virtual type#28660 set_Value(type#26576 value) { }
	// RVA: -1
	public abstract type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#29197 get_ParentNode() { }
	// RVA: -1
	public virtual type#29211 get_ChildNodes() { }
	// RVA: -1
	public virtual type#29197 get_PreviousSibling() { }
	// RVA: -1
	public virtual type#29197 get_NextSibling() { }
	// RVA: -1
	public virtual type#29101 get_Attributes() { }
	// RVA: -1
	public virtual type#29136 get_OwnerDocument() { }
	// RVA: -1
	public virtual type#29197 get_FirstChild() { }
	// RVA: -1
	public virtual type#29197 get_LastChild() { }
	// RVA: -1
	internal virtual type#15313 get_IsContainer() { }
	// RVA: -1
	internal virtual type#29174 get_LastNode() { }
	// RVA: -1
	internal virtual type#28660 set_LastNode(type#29174 value) { }
	// RVA: -1
	internal type#15313 AncestorNode(type#29197 node) { }
	// RVA: -1
	internal type#15313 IsConnected() { }
	// RVA: -1
	public virtual type#29197 InsertBefore(type#29197 newChild, type#29197 refChild) { }
	// RVA: -1
	public virtual type#29197 InsertAfter(type#29197 newChild, type#29197 refChild) { }
	// RVA: -1
	public virtual type#29197 RemoveChild(type#29197 oldChild) { }
	// RVA: -1
	public virtual type#29197 PrependChild(type#29197 newChild) { }
	// RVA: -1
	public virtual type#29197 AppendChild(type#29197 newChild) { }
	// RVA: -1
	internal virtual type#29197 AppendChildForLoad(type#29197 newChild, type#29136 doc) { }
	// RVA: -1
	internal virtual type#15313 IsValidChildType(type#29218 type) { }
	// RVA: -1
	internal virtual type#15313 CanInsertBefore(type#29197 newChild, type#29197 refChild) { }
	// RVA: -1
	internal virtual type#15313 CanInsertAfter(type#29197 newChild, type#29197 refChild) { }
	// RVA: -1
	public virtual type#15313 get_HasChildNodes() { }
	// RVA: -1
	public abstract type#29197 CloneNode(type#15313 deep) { }
	// RVA: -1
	internal virtual type#28660 CopyChildren(type#29136 doc, type#29197 container, type#15313 deep) { }
	// RVA: -1
	public virtual type#26576 get_NamespaceURI() { }
	// RVA: -1
	public virtual type#26576 get_Prefix() { }
	// RVA: -1
	public virtual type#28660 set_Prefix(type#26576 value) { }
	// RVA: -1
	public abstract type#26576 get_LocalName() { }
	// RVA: -1
	public virtual type#15313 get_IsReadOnly() { }
	// RVA: -1
	internal static type#15313 HasReadOnlyParent(type#29197 n) { }
	// RVA: -1
	private virtual type#23705 System.ICloneable.Clone() { }
	// RVA: -1
	private virtual type#20073 System.Collections.IEnumerable.GetEnumerator() { }
	// RVA: -1
	public type#20073 GetEnumerator() { }
	// RVA: -1
	private type#28660 AppendChildText(type#26605 builder) { }
	// RVA: -1
	public virtual type#26576 get_InnerText() { }
	// RVA: -1
	public virtual type#28660 set_InnerText(type#26576 value) { }
	// RVA: -1
	public virtual type#28660 set_InnerXml(type#26576 value) { }
	// RVA: -1
	public virtual type#20686 get_SchemaInfo() { }
	// RVA: -1
	public virtual type#26576 get_BaseURI() { }
	// RVA: -1
	public abstract type#28660 WriteTo(type#29540 w) { }
	// RVA: -1
	public abstract type#28660 WriteContentTo(type#29540 w) { }
	// RVA: -1
	public virtual type#28660 RemoveAll() { }
	// RVA: -1
	internal type#29136 get_Document() { }
	// RVA: -1
	public virtual type#26576 GetPrefixOfNamespace(type#26576 namespaceURI) { }
	// RVA: -1
	internal type#26576 GetPrefixOfNamespaceStrict(type#26576 namespaceURI) { }
	// RVA: -1
	internal virtual type#28660 SetParent(type#29197 node) { }
	// RVA: -1
	internal virtual type#28660 SetParentForLoad(type#29197 node) { }
	// RVA: -1
	internal static type#28660 SplitName(type#26576 name, type#12129 prefix, type#12129 localName) { }
	// RVA: -1
	internal virtual type#29197 FindChild(type#29218 type) { }
	// RVA: -1
	internal virtual type#29204 GetEventArgs(type#29197 node, type#29197 oldParent, type#29197 newParent, type#26576 oldValue, type#26576 newValue, type#29201 action) { }
	// RVA: -1
	internal virtual type#28660 BeforeEvent(type#29204 args) { }
	// RVA: -1
	internal virtual type#28660 AfterEvent(type#29204 args) { }
	// RVA: -1
	internal virtual type#29465 get_XmlSpace() { }
	// RVA: -1
	internal virtual type#26576 get_XmlLang() { }
	// RVA: -1
	internal virtual type#29045 get_XPNodeType() { }
	// RVA: -1
	internal virtual type#26576 get_XPLocalName() { }
	// RVA: -1
	internal virtual type#15313 get_IsText() { }
	// RVA: -1
	public virtual type#29197 get_PreviousText() { }
	// RVA: -1
	internal static type#28660 NestTextNodes(type#29197 prevNode, type#29197 nextNode) { }
	// RVA: -1
	internal static type#28660 UnnestTextNodes(type#29197 prevNode, type#29197 nextNode) { }
}
}
