C# 클래스 Tidy.Core.DomElementImpl

DOMElementImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
상속: DomNodeImpl, IElement
파일 보기 프로젝트 열기: r1pper/TidyNetPortable

공개 메소드들

메소드 설명
GetAttribute ( string name ) : string
GetAttributeNode ( string name ) : IAttr
GetAttributeNodeNs ( string namespaceUri, string localName ) : IAttr

DOM2 - not implemented.

GetAttributeNs ( string namespaceUri, string localName ) : string
GetElementsByTagName ( string name ) : INodeList
GetElementsByTagNameNs ( string namespaceUri, string localName ) : INodeList

DOM2 - not implemented.

HasAttribute ( string name ) : bool

DOM2 - not implemented.

HasAttributeNs ( string namespaceUri, string localName ) : bool

DOM2 - not implemented.

Normalize ( ) : void
RemoveAttribute ( string name ) : void
RemoveAttributeNode ( IAttr oldAttr ) : IAttr
RemoveAttributeNs ( string namespaceUri, string localName ) : void

DOM2 - not implemented.

SetAttribute ( string name, string val ) : void
SetAttributeNode ( IAttr newAttr ) : IAttr
SetAttributeNodeNs ( IAttr newAttr ) : IAttr

DOM2 - not implemented.

SetAttributeNs ( string namespaceUri, string qualifiedName, string val ) : void

DOM2 - not implemented.

보호된 메소드들

메소드 설명
DomElementImpl ( Node adaptee ) : System

메소드 상세

DomElementImpl() 보호된 메소드

protected DomElementImpl ( Node adaptee ) : System
adaptee Node
리턴 System

GetAttribute() 공개 메소드

public GetAttribute ( string name ) : string
name string
리턴 string

GetAttributeNode() 공개 메소드

public GetAttributeNode ( string name ) : IAttr
name string
리턴 IAttr

GetAttributeNodeNs() 공개 메소드

DOM2 - not implemented.
public GetAttributeNodeNs ( string namespaceUri, string localName ) : IAttr
namespaceUri string
localName string
리턴 IAttr

GetAttributeNs() 공개 메소드

public GetAttributeNs ( string namespaceUri, string localName ) : string
namespaceUri string
localName string
리턴 string

GetElementsByTagName() 공개 메소드

public GetElementsByTagName ( string name ) : INodeList
name string
리턴 INodeList

GetElementsByTagNameNs() 공개 메소드

DOM2 - not implemented.
public GetElementsByTagNameNs ( string namespaceUri, string localName ) : INodeList
namespaceUri string
localName string
리턴 INodeList

HasAttribute() 공개 메소드

DOM2 - not implemented.
public HasAttribute ( string name ) : bool
name string
리턴 bool

HasAttributeNs() 공개 메소드

DOM2 - not implemented.
public HasAttributeNs ( string namespaceUri, string localName ) : bool
namespaceUri string
localName string
리턴 bool

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( string name ) : void
name string
리턴 void

RemoveAttributeNode() 공개 메소드

public RemoveAttributeNode ( IAttr oldAttr ) : IAttr
oldAttr IAttr
리턴 IAttr

RemoveAttributeNs() 공개 메소드

DOM2 - not implemented.
public RemoveAttributeNs ( string namespaceUri, string localName ) : void
namespaceUri string
localName string
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( string name, string val ) : void
name string
val string
리턴 void

SetAttributeNode() 공개 메소드

public SetAttributeNode ( IAttr newAttr ) : IAttr
newAttr IAttr
리턴 IAttr

SetAttributeNodeNs() 공개 메소드

DOM2 - not implemented.
public SetAttributeNodeNs ( IAttr newAttr ) : IAttr
newAttr IAttr
리턴 IAttr

SetAttributeNs() 공개 메소드

DOM2 - not implemented.
public SetAttributeNs ( string namespaceUri, string qualifiedName, string val ) : void
namespaceUri string
qualifiedName string
val string
리턴 void