C# Class Tidy.Core.DomCharacterDataImpl

DomCharacterDataImpl (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, ICharacterData
Afficher le fichier Open project: r1pper/TidyNetPortable

Méthodes publiques

Méthode Description
AppendData ( string arg ) : void
DeleteData ( int offset, int count ) : void
InsertData ( int offset, string arg ) : void
ReplaceData ( int offset, int count, string arg ) : void
SubstringData ( int offset, int count ) : string

Méthodes protégées

Méthode Description
DomCharacterDataImpl ( Node adaptee ) : Tidy.Dom

Method Details

AppendData() public méthode

public AppendData ( string arg ) : void
arg string
Résultat void

DeleteData() public méthode

public DeleteData ( int offset, int count ) : void
offset int
count int
Résultat void

DomCharacterDataImpl() protected méthode

protected DomCharacterDataImpl ( Node adaptee ) : Tidy.Dom
adaptee Node
Résultat Tidy.Dom

InsertData() public méthode

public InsertData ( int offset, string arg ) : void
offset int
arg string
Résultat void

ReplaceData() public méthode

public ReplaceData ( int offset, int count, string arg ) : void
offset int
count int
arg string
Résultat void

SubstringData() public méthode

public SubstringData ( int offset, int count ) : string
offset int
count int
Résultat string