Table of Contents

Class HtmlDomBuilder

Namespace
ScrapySharp.Html.Parsing
Assembly
ScrapySharp.dll
public class HtmlDomBuilder
Inheritance
HtmlDomBuilder
Inherited Members

Constructors

HtmlDomBuilder(HtmlDeclarationReader)

public HtmlDomBuilder(HtmlDeclarationReader reader)

Parameters

reader HtmlDeclarationReader

Methods

BuildDom()

public IEnumerable<HElement> BuildDom()

Returns

IEnumerable<HElement>

BuildDom(List<TagDeclaration>, HElement)

public IEnumerable<HElement> BuildDom(List<TagDeclaration> declarations, HElement parent)

Parameters

declarations List<TagDeclaration>
parent HElement

Returns

IEnumerable<HElement>