Mono Class Library: Overview

System.Xml.XmlElement: Members

The members of System.Xml.XmlElement are listed below.

See Also: Inherited members from System.Xml.XmlLinkedNode

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
AttributesXmlAttributeCollection. Documentation for this section has not yet been entered.
[read-only]
HasAttributesbool. Documentation for this section has not yet been entered.
override
InnerTextstring. Documentation for this section has not yet been entered.
override
InnerXmlstring. Documentation for this section has not yet been entered.
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
override
LocalNamestring. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
override
NamespaceURIstring. Documentation for this section has not yet been entered.
[read-only]
override
NextSiblingXmlNode. Documentation for this section has not yet been entered.
[read-only]
override
NodeTypeXmlNodeType. Documentation for this section has not yet been entered.
[read-only]
override
OwnerDocumentXmlDocument. Documentation for this section has not yet been entered.
[read-only]
override
ParentNodeXmlNode. Documentation for this section has not yet been entered.
override
Prefixstring. Documentation for this section has not yet been entered.
[read-only]
override
SchemaInfoSystem.Xml.Schema.IXmlSchemaInfo. Documentation for this section has not yet been entered.

Public Methods

override
CloneNode(bool) : XmlNode
Documentation for this section has not yet been entered.
GetAttribute(string) : string
Documentation for this section has not yet been entered.
GetAttribute(string, string) : string
Documentation for this section has not yet been entered.
GetAttributeNode(string) : XmlAttribute
Documentation for this section has not yet been entered.
GetAttributeNode(string, string) : XmlAttribute
Documentation for this section has not yet been entered.
GetElementsByTagName(string) : XmlNodeList
Documentation for this section has not yet been entered.
GetElementsByTagName(string, string) : XmlNodeList
Documentation for this section has not yet been entered.
HasAttribute(string) : bool
Documentation for this section has not yet been entered.
HasAttribute(string, string) : bool
Documentation for this section has not yet been entered.
override
RemoveAll()
Documentation for this section has not yet been entered.
RemoveAllAttributes()
Documentation for this section has not yet been entered.
RemoveAttribute(string)
Documentation for this section has not yet been entered.
RemoveAttribute(string, string)
Documentation for this section has not yet been entered.
RemoveAttributeAt(int) : XmlNode
Documentation for this section has not yet been entered.
RemoveAttributeNode(XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
RemoveAttributeNode(string, string) : XmlAttribute
Documentation for this section has not yet been entered.
SetAttribute(string, string)
Documentation for this section has not yet been entered.
SetAttribute(string, string, string) : string
Documentation for this section has not yet been entered.
SetAttributeNode(XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
SetAttributeNode(string, string) : XmlAttribute
Documentation for this section has not yet been entered.
override
WriteContentTo(XmlWriter)
Documentation for this section has not yet been entered.
override
WriteTo(XmlWriter)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Xml.IHasXmlChildNode.LastLinkedChildXmlLinkedNode. Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.