C# Class Tidy.Core.DomNodeImpl

DomNodeImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
Inheritance: INode
Afficher le fichier Open project: r1pper/TidyNetPortable

Méthodes publiques

Méthode Description
AppendChild ( INode newChild ) : INode
CloneNode ( bool deep ) : INode
HasAttributes ( ) : bool
HasChildNodes ( ) : bool
InsertBefore ( INode newChild, INode refChild ) : INode
IsSupported ( string feature, string version ) : bool

DOM2 - not implemented.

Normalize ( ) : void

DOM2 - not implemented.

RemoveChild ( INode oldChild ) : INode
ReplaceChild ( INode newChild, INode oldChild ) : INode
Supports ( string feature, string version ) : bool

DOM2 - not implemented.

Méthodes protégées

Méthode Description
DomNodeImpl ( Node adaptee ) : System

Method Details

AppendChild() public méthode

public AppendChild ( INode newChild ) : INode
newChild INode
Résultat INode

CloneNode() public méthode

public CloneNode ( bool deep ) : INode
deep bool
Résultat INode

DomNodeImpl() protected méthode

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

HasAttributes() public méthode

public HasAttributes ( ) : bool
Résultat bool

HasChildNodes() public méthode

public HasChildNodes ( ) : bool
Résultat bool

InsertBefore() public méthode

public InsertBefore ( INode newChild, INode refChild ) : INode
newChild INode
refChild INode
Résultat INode

IsSupported() public méthode

DOM2 - not implemented.
public IsSupported ( string feature, string version ) : bool
feature string
version string
Résultat bool

Normalize() public méthode

DOM2 - not implemented.
public Normalize ( ) : void
Résultat void

RemoveChild() public méthode

public RemoveChild ( INode oldChild ) : INode
oldChild INode
Résultat INode

ReplaceChild() public méthode

public ReplaceChild ( INode newChild, INode oldChild ) : INode
newChild INode
oldChild INode
Résultat INode

Supports() public méthode

DOM2 - not implemented.
public Supports ( string feature, string version ) : bool
feature string
version string
Résultat bool