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

Inheritance: HtmlWriter
Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Méthodes publiques

Méthode Description
Write ( char c ) : void
Write ( string s ) : void
WriteLiteral ( string s, bool frontWhiteSpace ) : void
XmlWriter ( int initialIndent, string tagName, string indentString, int maxLineLength ) : System.IO

Method Details

Write() public méthode

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

Write() public méthode

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

WriteLiteral() public méthode

public WriteLiteral ( string s, bool frontWhiteSpace ) : void
s string
frontWhiteSpace bool
Résultat void

XmlWriter() public méthode

public XmlWriter ( int initialIndent, string tagName, string indentString, int maxLineLength ) : System.IO
initialIndent int
tagName string
indentString string
maxLineLength int
Résultat System.IO