C# Class OpenScraping.Transformations.TotalTextLengthAboveListTransformation

Inheritance: ITransformationFromHtml
Exibir arquivo Open project: Microsoft/openscraping-lib-csharp

Public Methods

Method Description
GetTextFromSiblings ( HtmlAgilityPack node, HtmlAgilityPack parentNode, bool &foundParent ) : string
Transform ( object>.Dictionary settings, HtmlAgilityPack node, List logicalParents ) : object

Method Details

GetTextFromSiblings() public method

public GetTextFromSiblings ( HtmlAgilityPack node, HtmlAgilityPack parentNode, bool &foundParent ) : string
node HtmlAgilityPack
parentNode HtmlAgilityPack
foundParent bool
return string

Transform() public method

public Transform ( object>.Dictionary settings, HtmlAgilityPack node, List logicalParents ) : object
settings object>.Dictionary
node HtmlAgilityPack
logicalParents List
return object