C# Class newtelligence.DasBlog.Runtime.Html.Formatting.FormattedTextWriter

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
FormattedTextWriter ( TextWriter writer, string indentString ) : System
HasBackWhiteSpace ( string s ) : bool
HasFrontWhiteSpace ( string s ) : bool
IsWhiteSpace ( string s ) : bool
Trim ( string text, bool frontWhiteSpace ) : string
Write ( bool value ) : void
Write ( char value ) : void
Write ( char buffer, int index, int count ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( object value ) : void
Write ( string s ) : void
Write ( string format, object arg0 ) : void
Write ( string format, object arg0, object arg1 ) : void
WriteLine ( ) : void
WriteLine ( bool value ) : void
WriteLine ( char value ) : void
WriteLine ( char buffer, int index, int count ) : void
WriteLine ( double value ) : void
WriteLine ( float value ) : void
WriteLine ( int value ) : void
WriteLine ( long value ) : void
WriteLine ( object value ) : void
WriteLine ( string s ) : void
WriteLine ( string format, object arg0 ) : void
WriteLine ( string format, object arg0, object arg1 ) : void
WriteLineIfNotOnNewLine ( ) : void
WriteLiteral ( string s ) : void
WriteLiteralWrapped ( string s, int maxLength ) : void

Private Methods

Méthode Description
MakeSingleLine ( string s ) : string

Converts the string into a single line seperated by single spaces

OutputIndent ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

FormattedTextWriter() public méthode

public FormattedTextWriter ( TextWriter writer, string indentString ) : System
writer System.IO.TextWriter
indentString string
Résultat System

HasBackWhiteSpace() public static méthode

public static HasBackWhiteSpace ( string s ) : bool
s string
Résultat bool

HasFrontWhiteSpace() public static méthode

public static HasFrontWhiteSpace ( string s ) : bool
s string
Résultat bool

IsWhiteSpace() public static méthode

public static IsWhiteSpace ( string s ) : bool
s string
Résultat bool

Trim() public static méthode

public static Trim ( string text, bool frontWhiteSpace ) : string
text string
frontWhiteSpace bool
Résultat string

Write() public méthode

public Write ( bool value ) : void
value bool
Résultat void

Write() public méthode

public Write ( char value ) : void
value char
Résultat void

Write() public méthode

public Write ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

Write() public méthode

public Write ( double value ) : void
value double
Résultat void

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

Write() public méthode

public Write ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( object value ) : void
value object
Résultat void

Write() public méthode

public Write ( string s ) : void
s string
Résultat void

Write() public méthode

public Write ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

Write() public méthode

public Write ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( bool value ) : void
value bool
Résultat void

WriteLine() public méthode

public WriteLine ( char value ) : void
value char
Résultat void

WriteLine() public méthode

public WriteLine ( char buffer, int index, int count ) : void
buffer char
index int
count int
Résultat void

WriteLine() public méthode

public WriteLine ( double value ) : void
value double
Résultat void

WriteLine() public méthode

public WriteLine ( float value ) : void
value float
Résultat void

WriteLine() public méthode

public WriteLine ( int value ) : void
value int
Résultat void

WriteLine() public méthode

public WriteLine ( long value ) : void
value long
Résultat void

WriteLine() public méthode

public WriteLine ( object value ) : void
value object
Résultat void

WriteLine() public méthode

public WriteLine ( string s ) : void
s string
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0 ) : void
format string
arg0 object
Résultat void

WriteLine() public méthode

public WriteLine ( string format, object arg0, object arg1 ) : void
format string
arg0 object
arg1 object
Résultat void

WriteLineIfNotOnNewLine() public méthode

public WriteLineIfNotOnNewLine ( ) : void
Résultat void

WriteLiteral() public méthode

public WriteLiteral ( string s ) : void
s string
Résultat void

WriteLiteralWrapped() public méthode

public WriteLiteralWrapped ( string s, int maxLength ) : void
s string
maxLength int
Résultat void