Mono Class Library: Overview

System.Xml.XmlAttribute: Members

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

See Also: Inherited members from System.Xml.XmlNode

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
BaseURIstring. ReadOnly property for getting the Base URI for the Attribute.
[write-only]
override
InnerTextstring. Documentation for this section has not yet been entered.
[write-only]
override
InnerXmlstring. 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
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]
OwnerElementXmlElement. 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.
[read-only]
Specifiedbool. Documentation for this section has not yet been entered.
override
Valuestring. Documentation for this section has not yet been entered.

Public Methods

override
AppendChild(XmlNode) : XmlNode
Documentation for this section has not yet been entered.
override
CloneNode(bool) : XmlNode
Documentation for this section has not yet been entered.
override
InsertAfter(XmlNode, XmlNode) : XmlNode
Documentation for this section has not yet been entered.
override
InsertBefore(XmlNode, XmlNode) : XmlNode
Documentation for this section has not yet been entered.
override
PrependChild(XmlNode) : XmlNode
Documentation for this section has not yet been entered.
override
RemoveChild(XmlNode) : XmlNode
Documentation for this section has not yet been entered.
override
ReplaceChild(XmlNode, XmlNode) : XmlNode
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.