C# Class Tidy.Core.Out

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

Public Properties

Property Type Description
Encoding CharEncoding
Output System.IO.Stream
State int

Public Methods

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

Method Details

Newline() public abstract method

public abstract Newline ( ) : void
return void

Outc() public abstract method

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

Outc() public abstract method

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

Property Details

Encoding public_oe property

public CharEncoding Encoding
return CharEncoding

Output public_oe property

public Stream,System.IO Output
return System.IO.Stream

State public_oe property

public int State
return int