ClassHtmlParserMessage
A message from HtmlParser.
(c) 1998-2000 (W3C) MIT, INRIA, Keio University See HtmlParser.cs for the copyright notice. Derived from HTML HtmlParser Release 4 Aug 2000
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HtmlParserMessage
Inheritance: objectHtmlParserMessage
Properties
Column
Represents a column in the HTML parser message, which is used to handle the representation and processing of HTML elements in tabular format.
Filename
Gets the filename associated with the HtmlParserMessage.
Level
Represents the different severity levels of messages generated during the HTML parsing process.
Line
Represents a line in the HTML parser message, containing information about parsing errors or warnings.
Methods
ToString()
Returns a string representation of the current HtmlParserMessage instance.
Declaration
public override string ToString()
Returns
A string that represents the current HtmlParserMessage.
Overrides