C# 클래스 System.Html.AttributeCollection

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
AttributeCollection System.Collections.Generic
GetEnumerator IEnumerator
this System.Xml.XmlAttribute
this System.Xml.XmlAttribute

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AttributeCollection ( ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
this ( int index ) : XmlAttribute
this ( string name ) : XmlAttribute

메소드 상세

GetNamedItem() 공개 메소드

public GetNamedItem ( string name ) : XmlAttribute
name string
리턴 System.Xml.XmlAttribute

GetNamedItemNS() 공개 메소드

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

Item() 공개 메소드

public Item ( int index ) : XmlAttribute
index int
리턴 System.Xml.XmlAttribute

RemoveNamedItem() 공개 메소드

public RemoveNamedItem ( string name ) : XmlAttribute
name string
리턴 System.Xml.XmlAttribute

RemoveNamedItemNS() 공개 메소드

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

SetNamedItem() 공개 메소드

public SetNamedItem ( XmlAttribute arg ) : XmlAttribute
arg System.Xml.XmlAttribute
리턴 System.Xml.XmlAttribute

SetNamedItemNS() 공개 메소드

public SetNamedItemNS ( XmlAttribute arg ) : XmlAttribute
arg System.Xml.XmlAttribute
리턴 System.Xml.XmlAttribute