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

namespace System.Xml
{
public class XmlElement // TypeDefIndex: 6739
{
	// Fields
	type#29185 name;
	type#29102 attributes;
	type#29175 lastChild;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#29184 name, type#15313 empty, type#29136 doc) { }
	// RVA: -1
	protected internal type#28660 .ctor(type#26576 prefix, type#26576 localName, type#26576 namespaceURI, type#29136 doc) { }
	// RVA: -1
	internal type#29184 get_XmlName() { }
	// RVA: -1
	internal type#28660 set_XmlName(type#29184 value) { }
	// RVA: -1
	public virtual type#29197 CloneNode(type#15313 deep) { }
	// 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#28660 set_Prefix(type#26576 value) { }
	// RVA: -1
	public virtual type#29218 get_NodeType() { }
	// RVA: -1
	public virtual type#29197 get_ParentNode() { }
	// RVA: -1
	public virtual type#29136 get_OwnerDocument() { }
	// RVA: -1
	internal virtual type#15313 get_IsContainer() { }
	// RVA: -1
	internal virtual type#29197 AppendChildForLoad(type#29197 newChild, type#29136 doc) { }
	// RVA: -1
	public type#15313 get_IsEmpty() { }
	// RVA: -1
	public type#28660 set_IsEmpty(type#15313 value) { }
	// RVA: -1
	internal virtual type#29174 get_LastNode() { }
	// RVA: -1
	internal virtual type#28660 set_LastNode(type#29174 value) { }
	// RVA: -1
	internal virtual type#15313 IsValidChildType(type#29218 type) { }
	// RVA: -1
	public virtual type#29101 get_Attributes() { }
	// RVA: -1
	public virtual type#15313 get_HasAttributes() { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 SetAttribute(type#26576 name, type#26576 value) { }
	// RVA: -1
	public virtual type#29097 GetAttributeNode(type#26576 name) { }
	// RVA: -1
	public virtual type#29097 SetAttributeNode(type#29097 newAttr) { }
	// RVA: -1
	public virtual type#26576 GetAttribute(type#26576 localName, type#26576 namespaceURI) { }
	// RVA: -1
	public virtual type#26576 SetAttribute(type#26576 localName, type#26576 namespaceURI, type#26576 value) { }
	// RVA: -1
	public virtual type#29097 GetAttributeNode(type#26576 localName, type#26576 namespaceURI) { }
	// RVA: -1
	public virtual type#29097 SetAttributeNode(type#26576 localName, type#26576 namespaceURI) { }
	// RVA: -1
	public virtual type#15313 HasAttribute(type#26576 name) { }
	// RVA: -1
	public virtual type#28660 WriteTo(type#29540 w) { }
	// RVA: -1
	private static type#28660 WriteElementTo(type#29540 writer, type#29149 e) { }
	// RVA: -1
	private type#28660 WriteStartElement(type#29540 w) { }
	// RVA: -1
	public virtual type#28660 WriteContentTo(type#29540 w) { }
	// RVA: -1
	public virtual type#28660 RemoveAllAttributes() { }
	// RVA: -1
	public virtual type#28660 RemoveAll() { }
	// RVA: -1
	internal type#28660 RemoveAllChildren() { }
	// RVA: -1
	public virtual type#20686 get_SchemaInfo() { }
	// RVA: -1
	public virtual type#28660 set_InnerXml(type#26576 value) { }
	// RVA: -1
	public virtual type#26576 get_InnerText() { }
	// RVA: -1
	public virtual type#28660 set_InnerText(type#26576 value) { }
	// RVA: -1
	public virtual type#29197 get_NextSibling() { }
	// RVA: -1
	internal virtual type#28660 SetParent(type#29197 node) { }
	// RVA: -1
	internal virtual type#29045 get_XPNodeType() { }
	// RVA: -1
	internal virtual type#26576 get_XPLocalName() { }
}
}
