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
Afficher le fichier Open project: r1pper/TidyNetPortable Class Usage Examples

Méthodes publiques

Свойство Type Description
Encoding CharEncoding
Output System.IO.Stream
State int

Méthodes publiques

Méthode Description
Newline ( ) : void
Outc ( int c ) : void
Outc ( sbyte c ) : void

Method Details

Newline() public abstract méthode

public abstract Newline ( ) : void
Résultat void

Outc() public abstract méthode

public abstract Outc ( int c ) : void
c int
Résultat void

Outc() public abstract méthode

public abstract Outc ( sbyte c ) : void
c sbyte
Résultat void

Property Details

Encoding public_oe property

public CharEncoding Encoding
Résultat CharEncoding

Output public_oe property

public Stream,System.IO Output
Résultat System.IO.Stream

State public_oe property

public int State
Résultat int