C# Class OpenScraping.StructuredDataExtractor

Afficher le fichier Open project: Microsoft/openscraping-lib-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Extract ( string html ) : JContainer
StructuredDataExtractor ( ConfigSection config ) : System

Private Methods

Méthode Description
Extract ( string name, ConfigSection config, HtmlAgilityPack parentNode, List logicalParents ) : object
ExtractChildren ( ConfigSection config, HtmlAgilityPack parentNode, Newtonsoft.Json.Linq.JObject container, List logicalParents ) : void
LoadTransformations ( ) : void
RemoveUnwantedTags ( ConfigSection config, HtmlAgilityPack parentNode ) : void
RunTransformations ( List transformations, HtmlAgilityPack node, List logicalParents ) : object

Method Details

Extract() public méthode

public Extract ( string html ) : JContainer
html string
Résultat JContainer

StructuredDataExtractor() public méthode

public StructuredDataExtractor ( ConfigSection config ) : System
config OpenScraping.Config.ConfigSection
Résultat System