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
Exibir arquivo Open project: r1pper/TidyNetPortable

Public Methods

Method 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

Protected Methods

Method Description
DomCharacterDataImpl ( Node adaptee ) : Tidy.Dom

Method Details

AppendData() public method

public AppendData ( string arg ) : void
arg string
return void

DeleteData() public method

public DeleteData ( int offset, int count ) : void
offset int
count int
return void

DomCharacterDataImpl() protected method

protected DomCharacterDataImpl ( Node adaptee ) : Tidy.Dom
adaptee Node
return Tidy.Dom

InsertData() public method

public InsertData ( int offset, string arg ) : void
offset int
arg string
return void

ReplaceData() public method

public ReplaceData ( int offset, int count, string arg ) : void
offset int
count int
arg string
return void

SubstringData() public method

public SubstringData ( int offset, int count ) : string
offset int
count int
return string