Exemple #1
0
        public override void EnterExtract_href_command([NotNull] CrawlLangParser.Extract_href_commandContext context)
        {
            string             selector           = context.selector().GetText().Trim('\'');
            ExtractHrefCommand extractHrefCommand = new ExtractHrefCommand(selector, _ExecutionEngine.ExtractHref);

            _CurrentBlock.Add(extractHrefCommand);
        }
 public abstract override void ExitExtract_href_command([NotNull] CrawlLangParser.Extract_href_commandContext context);