HtmlParserMessage
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
Represents a column in the HTML parser message, which is used to handle the representation and processing of HTML elements in tabular format.
public int Column { get; }
Gets the filename associated with the HtmlParserMessage.
public string Filename { get; }
Represents the different severity levels of messages generated during the HTML parsing process.
public MessageLevel Level { get; }
Represents a line in the HTML parser message, containing information about parsing errors or warnings.
public int Line { get; }
Methods
Returns a string representation of the current HtmlParserMessage instance.
public override string ToString()
A string that represents the current HtmlParserMessage.
Overrides: