C# 클래스 OpenScraping.StructuredDataExtractor

파일 보기 프로젝트 열기: Microsoft/openscraping-lib-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Extract ( string html ) : JContainer
StructuredDataExtractor ( ConfigSection config ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Extract() 공개 메소드

public Extract ( string html ) : JContainer
html string
리턴 JContainer

StructuredDataExtractor() 공개 메소드

public StructuredDataExtractor ( ConfigSection config ) : System
config OpenScraping.Config.ConfigSection
리턴 System