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

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

AppendChild(XmlNode newChild)System.Xml.XmlAttributevirtual
AttributesSystem.Xml.XmlNode
BaseURISystem.Xml.XmlAttribute
ChildNodesSystem.Xml.XmlNode
Clone()System.Xml.XmlNodevirtual
CloneNode(bool deep)System.Xml.XmlAttributevirtual
CreateNavigator()System.Xml.XmlNodevirtual
FirstChildSystem.Xml.XmlNode
GetEnumerator()System.Xml.XmlNode
GetNamespaceOfPrefix(string prefix)System.Xml.XmlNodevirtual
GetPrefixOfNamespace(string namespaceURI)System.Xml.XmlNodevirtual
HasChildNodesSystem.Xml.XmlNode
InnerTextSystem.Xml.XmlAttribute
InnerXmlSystem.Xml.XmlAttribute
InsertAfter(XmlNode newChild, XmlNode refChild)System.Xml.XmlAttributevirtual
InsertBefore(XmlNode newChild, XmlNode refChild)System.Xml.XmlAttributevirtual
IsReadOnlySystem.Xml.XmlNode
LastChildSystem.Xml.XmlNode
LocalNameSystem.Xml.XmlAttribute
NameSystem.Xml.XmlAttribute
NamespaceURISystem.Xml.XmlAttribute
NextSiblingSystem.Xml.XmlNode
NodeTypeSystem.Xml.XmlAttribute
Normalize()System.Xml.XmlNodevirtual
OuterXmlSystem.Xml.XmlNode
OwnerDocumentSystem.Xml.XmlAttribute
OwnerElementSystem.Xml.XmlAttribute
ParentNodeSystem.Xml.XmlAttribute
PrefixSystem.Xml.XmlAttribute
PrependChild(XmlNode newChild)System.Xml.XmlAttributevirtual
PreviousSiblingSystem.Xml.XmlNode
PreviousTextSystem.Xml.XmlNode
RemoveAll()System.Xml.XmlNodevirtual
RemoveChild(XmlNode oldChild)System.Xml.XmlAttributevirtual
ReplaceChild(XmlNode newChild, XmlNode oldChild)System.Xml.XmlAttributevirtual
SchemaInfoSystem.Xml.XmlAttribute
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
SpecifiedSystem.Xml.XmlAttribute
Supports(string feature, string version)System.Xml.XmlNodevirtual
this[string localname, string ns]System.Xml.XmlNode
this[string name]System.Xml.XmlNode
ValueSystem.Xml.XmlAttribute
WriteContentTo(XmlWriter w)System.Xml.XmlAttributevirtual
WriteTo(XmlWriter w)System.Xml.XmlAttributevirtual
XmlAttribute(string prefix, string localName, string namespaceURI, XmlDocument doc)System.Xml.XmlAttributeprotected