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
显示文件 Open project: r1pper/TidyNetPortable

Public Methods

Method 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.

Protected Methods

Method Description
DomElementImpl ( Node adaptee ) : System

Method Details

DomElementImpl() protected method

protected DomElementImpl ( Node adaptee ) : System
adaptee Node
return System

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttributeNode() public method

public GetAttributeNode ( string name ) : IAttr
name string
return IAttr

GetAttributeNodeNs() public method

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

GetAttributeNs() public method

public GetAttributeNs ( string namespaceUri, string localName ) : string
namespaceUri string
localName string
return string

GetElementsByTagName() public method

public GetElementsByTagName ( string name ) : INodeList
name string
return INodeList

GetElementsByTagNameNs() public method

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

HasAttribute() public method

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

HasAttributeNs() public method

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

Normalize() public method

public Normalize ( ) : void
return void

RemoveAttribute() public method

public RemoveAttribute ( string name ) : void
name string
return void

RemoveAttributeNode() public method

public RemoveAttributeNode ( IAttr oldAttr ) : IAttr
oldAttr IAttr
return IAttr

RemoveAttributeNs() public method

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

SetAttribute() public method

public SetAttribute ( string name, string val ) : void
name string
val string
return void

SetAttributeNode() public method

public SetAttributeNode ( IAttr newAttr ) : IAttr
newAttr IAttr
return IAttr

SetAttributeNodeNs() public method

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

SetAttributeNs() public method

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