コード例 #1
0
ファイル: DocumentProcessor.cs プロジェクト: rezgar/crawler
 ExtractItemValuesFromLocation(
     ExtractionLocation location,
     ResponseParserPositionPointer?relativeLocationBase = null
     );
コード例 #2
0
ファイル: DocumentProcessor.cs プロジェクト: rezgar/crawler
 public ResponseParserPositionPointer(ExtractionLocation location, int elementIndex)
 {
     Location     = location;
     ElementIndex = elementIndex;
 }