Click or drag to resize

ISpiderPlugInForContent Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Spider plugins for Page Content postprocessing

Namespace:  imbWEM.Core.plugins.crawler
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ISpiderPlugInForContent : ISpiderPlugIn, 
	IPlugInCommonBase<crawlerDomainTaskIterationPhase, ISpiderEvaluatorBase>, IPlugInCommonBase, IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName, IAcePluginBase, ISpiderPlugIn_IterationCycle

The ISpiderPlugInForContent type exposes the following members.

Properties
  NameDescription
Public propertyconsoleHost (Inherited from IPlugInCommonBase.)
Public propertyconsolePlugin (Inherited from IPlugInCommonBase.)
Public propertydescription (Inherited from IObjectWithDescription.)
Public propertyINSTALL_POINTS (Inherited from IPlugInCommonBase.)
Public propertyinstanceName
Name of this plugin instance
(Inherited from IAcePluginBase.)
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
(Inherited from IPlugInCommonBase.)
Public propertyname
Ime koje je dodeljeno objektu
(Inherited from IObjectWithName.)
Public propertyplugin_group (Inherited from IPlugInCommonBase.)
Top
Methods
  NameDescription
Public methodDispose
Releases unmanaged and - optionally - managed resources.
(Inherited from IPlugInCommonBase.)
Public methodeventCrawlJobFinished
At very end of the crawl --- instance from blueprint crawled instance is called
(Inherited from IPlugInCommonBaseTStageEnum, TParent.)
Public methodeventDLCFinished
When DLC finishes, and before disposing wRecord
(Inherited from IPlugInCommonBaseTStageEnum, TParent.)
Public methodeventDLCInitiated
Just when new DLC thread was prepared to run
(Inherited from IPlugInCommonBaseTStageEnum, TParent.)
Public methodeventPluginInstalled
Events the plugin installed --- when new spider instance being constructed
(Inherited from IPlugInCommonBase.)
Public methodeventUniversalTFirst, TSecond (Inherited from IPlugInCommonBaseTStageEnum, TParent.)
Public methodprocessAfterResultReceived
Public methodprocessLoaderResult
Top
See Also