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

Méthodes publiques

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

Private Methods

Méthode Description
OutImpl ( ) : System

Method Details

Newline() public méthode

public Newline ( ) : void
Résultat void

Outc() public méthode

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

Outc() public méthode

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