C# Class System.Html.AttributeCollection

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
AttributeCollection System.Collections.Generic
GetEnumerator IEnumerator
this System.Xml.XmlAttribute
this System.Xml.XmlAttribute

Public Methods

Method Description
GetNamedItem ( string name ) : XmlAttribute
GetNamedItemNS ( string namespaceURI, string localName ) : XmlAttribute
Item ( int index ) : XmlAttribute
RemoveNamedItem ( string name ) : XmlAttribute
RemoveNamedItemNS ( string namespaceURI, string localName ) : XmlAttribute
SetNamedItem ( XmlAttribute arg ) : XmlAttribute
SetNamedItemNS ( XmlAttribute arg ) : XmlAttribute

Private Methods

Method Description
AttributeCollection ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( int index ) : XmlAttribute
this ( string name ) : XmlAttribute

Method Details

GetNamedItem() public method

public GetNamedItem ( string name ) : XmlAttribute
name string
return System.Xml.XmlAttribute

GetNamedItemNS() public method

public GetNamedItemNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
return System.Xml.XmlAttribute

Item() public method

public Item ( int index ) : XmlAttribute
index int
return System.Xml.XmlAttribute

RemoveNamedItem() public method

public RemoveNamedItem ( string name ) : XmlAttribute
name string
return System.Xml.XmlAttribute

RemoveNamedItemNS() public method

public RemoveNamedItemNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
return System.Xml.XmlAttribute

SetNamedItem() public method

public SetNamedItem ( XmlAttribute arg ) : XmlAttribute
arg System.Xml.XmlAttribute
return System.Xml.XmlAttribute

SetNamedItemNS() public method

public SetNamedItemNS ( XmlAttribute arg ) : XmlAttribute
arg System.Xml.XmlAttribute
return System.Xml.XmlAttribute