mscorlib(4.0.0.0) API with additions
System.Xml.XmlElement Member List

This is the complete list of members for System.Xml.XmlElement, including all inherited members.

AppendChild(XmlNode newChild)System.Xml.XmlNodevirtual
AttributesSystem.Xml.XmlElement
BaseURISystem.Xml.XmlNode
ChildNodesSystem.Xml.XmlNode
Clone()System.Xml.XmlNodevirtual
CloneNode(bool deep)System.Xml.XmlElementvirtual
CreateNavigator()System.Xml.XmlNodevirtual
FirstChildSystem.Xml.XmlNode
GetAttribute(string name)System.Xml.XmlElementvirtual
GetAttribute(string localName, string namespaceURI)System.Xml.XmlElementvirtual
GetAttributeNode(string name)System.Xml.XmlElementvirtual
GetAttributeNode(string localName, string namespaceURI)System.Xml.XmlElementvirtual
GetElementsByTagName(string name)System.Xml.XmlElementvirtual
GetElementsByTagName(string localName, string namespaceURI)System.Xml.XmlElementvirtual
GetEnumerator()System.Xml.XmlNode
GetNamespaceOfPrefix(string prefix)System.Xml.XmlNodevirtual
GetPrefixOfNamespace(string namespaceURI)System.Xml.XmlNodevirtual
HasAttribute(string name)System.Xml.XmlElementvirtual
HasAttribute(string localName, string namespaceURI)System.Xml.XmlElementvirtual
HasAttributesSystem.Xml.XmlElement
HasChildNodesSystem.Xml.XmlNode
InnerTextSystem.Xml.XmlElement
InnerXmlSystem.Xml.XmlElement
InsertAfter(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodevirtual
InsertBefore(XmlNode newChild, XmlNode refChild)System.Xml.XmlNodevirtual
IsEmptySystem.Xml.XmlElement
IsReadOnlySystem.Xml.XmlNode
LastChildSystem.Xml.XmlNode
LocalNameSystem.Xml.XmlElement
NameSystem.Xml.XmlElement
NamespaceURISystem.Xml.XmlElement
NextSiblingSystem.Xml.XmlElement
NodeTypeSystem.Xml.XmlElement
Normalize()System.Xml.XmlNodevirtual
OuterXmlSystem.Xml.XmlNode
OwnerDocumentSystem.Xml.XmlElement
ParentNodeSystem.Xml.XmlElement
PrefixSystem.Xml.XmlElement
PrependChild(XmlNode newChild)System.Xml.XmlNodevirtual
PreviousSiblingSystem.Xml.XmlLinkedNode
PreviousTextSystem.Xml.XmlNode
RemoveAll()System.Xml.XmlElementvirtual
RemoveAllAttributes()System.Xml.XmlElementvirtual
RemoveAttribute(string name)System.Xml.XmlElementvirtual
RemoveAttribute(string localName, string namespaceURI)System.Xml.XmlElementvirtual
RemoveAttributeAt(int i)System.Xml.XmlElementvirtual
RemoveAttributeNode(XmlAttribute oldAttr)System.Xml.XmlElementvirtual
RemoveAttributeNode(string localName, string namespaceURI)System.Xml.XmlElementvirtual
RemoveChild(XmlNode oldChild)System.Xml.XmlNodevirtual
ReplaceChild(XmlNode newChild, XmlNode oldChild)System.Xml.XmlNodevirtual
SchemaInfoSystem.Xml.XmlElement
SelectNodes(string xpath)System.Xml.XmlNode
SelectNodes(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNode
SelectSingleNode(string xpath)System.Xml.XmlNode
SelectSingleNode(string xpath, XmlNamespaceManager nsmgr)System.Xml.XmlNode
SetAttribute(string name, string value)System.Xml.XmlElementvirtual
SetAttribute(string localName, string namespaceURI, string value)System.Xml.XmlElementvirtual
SetAttributeNode(XmlAttribute newAttr)System.Xml.XmlElementvirtual
SetAttributeNode(string localName, string namespaceURI)System.Xml.XmlElementvirtual
Supports(string feature, string version)System.Xml.XmlNodevirtual
this[string localname, string ns]System.Xml.XmlNode
this[string name]System.Xml.XmlNode
ValueSystem.Xml.XmlNode
WriteContentTo(XmlWriter w)System.Xml.XmlElementvirtual
WriteTo(XmlWriter w)System.Xml.XmlElementvirtual
XmlElement(string prefix, string localName, string namespaceURI, XmlDocument doc)System.Xml.XmlElementprotected