C# 클래스 Tidy.Core.Report

Error/informational message reporter. You should only need to edit the file TidyMessages.properties to localize HTML tidy. (c) 1998-2000 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 4 Aug 2000
파일 보기 프로젝트 열기: r1pper/TidyNetPortable 1 사용 예제들

공개 메소드들

메소드 설명
AddMessage ( Lexer lexer, string message, MessageLevel level ) : void
AttrError ( Lexer lexer, Node node, string attr, short code ) : void
BadArgument ( string option ) : void
BadTree ( Lexer lexer ) : void
EncodingError ( Lexer lexer, short code, int c ) : void
EntityError ( Lexer lexer, short code, string entity, int c ) : void
Error ( Lexer lexer, Node element, Node node, short code ) : void
ErrorSummary ( Lexer lexer ) : void
GetMessage ( string key ) : string
MissingBody ( Lexer lexer ) : void
NeedsAuthorIntervention ( Lexer lexer ) : void
ReportNumWarnings ( Lexer lexer ) : void
ReportNumberOfSlides ( Lexer lexer, int count ) : void
ReportVersion ( Lexer lexer, Node doctype ) : void
Warning ( Lexer lexer, Node element, Node node, short code ) : void

비공개 메소드들

메소드 설명
Report ( ) : System
Tag ( Node tag ) : string

메소드 상세

AddMessage() 공개 정적인 메소드

public static AddMessage ( Lexer lexer, string message, MessageLevel level ) : void
lexer Lexer
message string
level MessageLevel
리턴 void

AttrError() 공개 정적인 메소드

public static AttrError ( Lexer lexer, Node node, string attr, short code ) : void
lexer Lexer
node Node
attr string
code short
리턴 void

BadArgument() 공개 정적인 메소드

public static BadArgument ( string option ) : void
option string
리턴 void

BadTree() 공개 정적인 메소드

public static BadTree ( Lexer lexer ) : void
lexer Lexer
리턴 void

EncodingError() 공개 정적인 메소드

public static EncodingError ( Lexer lexer, short code, int c ) : void
lexer Lexer
code short
c int
리턴 void

EntityError() 공개 정적인 메소드

public static EntityError ( Lexer lexer, short code, string entity, int c ) : void
lexer Lexer
code short
entity string
c int
리턴 void

Error() 공개 정적인 메소드

public static Error ( Lexer lexer, Node element, Node node, short code ) : void
lexer Lexer
element Node
node Node
code short
리턴 void

ErrorSummary() 공개 정적인 메소드

public static ErrorSummary ( Lexer lexer ) : void
lexer Lexer
리턴 void

GetMessage() 공개 정적인 메소드

public static GetMessage ( string key ) : string
key string
리턴 string

MissingBody() 공개 정적인 메소드

public static MissingBody ( Lexer lexer ) : void
lexer Lexer
리턴 void

NeedsAuthorIntervention() 공개 정적인 메소드

public static NeedsAuthorIntervention ( Lexer lexer ) : void
lexer Lexer
리턴 void

ReportNumWarnings() 공개 정적인 메소드

public static ReportNumWarnings ( Lexer lexer ) : void
lexer Lexer
리턴 void

ReportNumberOfSlides() 공개 정적인 메소드

public static ReportNumberOfSlides ( Lexer lexer, int count ) : void
lexer Lexer
count int
리턴 void

ReportVersion() 공개 정적인 메소드

public static ReportVersion ( Lexer lexer, Node doctype ) : void
lexer Lexer
doctype Node
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( Lexer lexer, Node element, Node node, short code ) : void
lexer Lexer
element Node
node Node
code short
리턴 void