C# Class Tidy.Core.OutImpl

Output Stream Implementation (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
Inheritance: Out
Show file Open project: r1pper/TidyNetPortable Class Usage Examples

Public Methods

Method Description
Newline ( ) : void
Outc ( int c ) : void
Outc ( sbyte c ) : void

Private Methods

Method Description
OutImpl ( ) : System

Method Details

Newline() public method

public Newline ( ) : void
return void

Outc() public method

public Outc ( int c ) : void
c int
return void

Outc() public method

public Outc ( sbyte c ) : void
c sbyte
return void