C# 클래스 newtelligence.DasBlog.Runtime.Html.Formatting.XmlWriter

상속: HtmlWriter
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Write() 공개 메소드

public Write ( char c ) : void
c char
리턴 void

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void

WriteLiteral() 공개 메소드

public WriteLiteral ( string s, bool frontWhiteSpace ) : void
s string
frontWhiteSpace bool
리턴 void

XmlWriter() 공개 메소드

public XmlWriter ( int initialIndent, string tagName, string indentString, int maxLineLength ) : System.IO
initialIndent int
tagName string
indentString string
maxLineLength int
리턴 System.IO