Class
HtmlParser

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class HtmlParser

Inheritance: objectHtmlParser

Constructors

HtmlParser()

Declaration

cs-api-definition
public HtmlParser()

Properties

Options

Represents the options for the HTML parser, allowing customization of parsing behavior.

Declaration

cs-api-definition
public HtmlParserOptions Options { get; }

Property Value

HtmlParserOptions

Methods

ParseDom(Stream, HtmlParserMessageCollection)

Parses InputStream in and returns a DOM Document node.

Declaration

cs-api-definition
public IDocument ParseDom(Stream input, HtmlParserMessageCollection messages)

Parameters

input

Stream

messages

HtmlParserMessageCollection

Returns

IDocument