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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Report ( ) : System
Tag ( Node tag ) : string

Method Details

AddMessage() public static méthode

public static AddMessage ( Lexer lexer, string message, MessageLevel level ) : void
lexer Lexer
message string
level MessageLevel
Résultat void

AttrError() public static méthode

public static AttrError ( Lexer lexer, Node node, string attr, short code ) : void
lexer Lexer
node Node
attr string
code short
Résultat void

BadArgument() public static méthode

public static BadArgument ( string option ) : void
option string
Résultat void

BadTree() public static méthode

public static BadTree ( Lexer lexer ) : void
lexer Lexer
Résultat void

EncodingError() public static méthode

public static EncodingError ( Lexer lexer, short code, int c ) : void
lexer Lexer
code short
c int
Résultat void

EntityError() public static méthode

public static EntityError ( Lexer lexer, short code, string entity, int c ) : void
lexer Lexer
code short
entity string
c int
Résultat void

Error() public static méthode

public static Error ( Lexer lexer, Node element, Node node, short code ) : void
lexer Lexer
element Node
node Node
code short
Résultat void

ErrorSummary() public static méthode

public static ErrorSummary ( Lexer lexer ) : void
lexer Lexer
Résultat void

GetMessage() public static méthode

public static GetMessage ( string key ) : string
key string
Résultat string

MissingBody() public static méthode

public static MissingBody ( Lexer lexer ) : void
lexer Lexer
Résultat void

NeedsAuthorIntervention() public static méthode

public static NeedsAuthorIntervention ( Lexer lexer ) : void
lexer Lexer
Résultat void

ReportNumWarnings() public static méthode

public static ReportNumWarnings ( Lexer lexer ) : void
lexer Lexer
Résultat void

ReportNumberOfSlides() public static méthode

public static ReportNumberOfSlides ( Lexer lexer, int count ) : void
lexer Lexer
count int
Résultat void

ReportVersion() public static méthode

public static ReportVersion ( Lexer lexer, Node doctype ) : void
lexer Lexer
doctype Node
Résultat void

Warning() public static méthode

public static Warning ( Lexer lexer, Node element, Node node, short code ) : void
lexer Lexer
element Node
node Node
code short
Résultat void