C# Class 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
Inheritance: DomNodeImpl, IElement
Afficher le fichier Open project: r1pper/TidyNetPortable

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
DomElementImpl ( Node adaptee ) : System

Method Details

DomElementImpl() protected méthode

protected DomElementImpl ( Node adaptee ) : System
adaptee Node
Résultat System

GetAttribute() public méthode

public GetAttribute ( string name ) : string
name string
Résultat string

GetAttributeNode() public méthode

public GetAttributeNode ( string name ) : IAttr
name string
Résultat IAttr

GetAttributeNodeNs() public méthode

DOM2 - not implemented.
public GetAttributeNodeNs ( string namespaceUri, string localName ) : IAttr
namespaceUri string
localName string
Résultat IAttr

GetAttributeNs() public méthode

public GetAttributeNs ( string namespaceUri, string localName ) : string
namespaceUri string
localName string
Résultat string

GetElementsByTagName() public méthode

public GetElementsByTagName ( string name ) : INodeList
name string
Résultat INodeList

GetElementsByTagNameNs() public méthode

DOM2 - not implemented.
public GetElementsByTagNameNs ( string namespaceUri, string localName ) : INodeList
namespaceUri string
localName string
Résultat INodeList

HasAttribute() public méthode

DOM2 - not implemented.
public HasAttribute ( string name ) : bool
name string
Résultat bool

HasAttributeNs() public méthode

DOM2 - not implemented.
public HasAttributeNs ( string namespaceUri, string localName ) : bool
namespaceUri string
localName string
Résultat bool

Normalize() public méthode

public Normalize ( ) : void
Résultat void

RemoveAttribute() public méthode

public RemoveAttribute ( string name ) : void
name string
Résultat void

RemoveAttributeNode() public méthode

public RemoveAttributeNode ( IAttr oldAttr ) : IAttr
oldAttr IAttr
Résultat IAttr

RemoveAttributeNs() public méthode

DOM2 - not implemented.
public RemoveAttributeNs ( string namespaceUri, string localName ) : void
namespaceUri string
localName string
Résultat void

SetAttribute() public méthode

public SetAttribute ( string name, string val ) : void
name string
val string
Résultat void

SetAttributeNode() public méthode

public SetAttributeNode ( IAttr newAttr ) : IAttr
newAttr IAttr
Résultat IAttr

SetAttributeNodeNs() public méthode

DOM2 - not implemented.
public SetAttributeNodeNs ( IAttr newAttr ) : IAttr
newAttr IAttr
Résultat IAttr

SetAttributeNs() public méthode

DOM2 - not implemented.
public SetAttributeNs ( string namespaceUri, string qualifiedName, string val ) : void
namespaceUri string
qualifiedName string
val string
Résultat void