Method | Description | |
---|---|---|
AbstractPipeline ( IPipeline next ) : System | ||
Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline | ||
Content ( IWorkerContext ctx, Tag currentTag, string text, ProcessObject po ) : IPipeline | ||
GetContextKey ( ) : String | ||
GetLocalContext ( IWorkerContext context ) : ICustomContext | ||
GetNext ( ) : IPipeline | ||
Init ( IWorkerContext context ) : IPipeline | ||
Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline | ||
SetNext ( IPipeline next ) : void |
public AbstractPipeline ( IPipeline next ) : System | ||
next | IPipeline | |
return | System |
public Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline | ||
context | IWorkerContext | |
t | Tag | |
po | ProcessObject | |
return | IPipeline |
public Content ( IWorkerContext ctx, Tag currentTag, string text, ProcessObject po ) : IPipeline | ||
ctx | IWorkerContext | |
currentTag | Tag | |
text | string | |
po | ProcessObject | |
return | IPipeline |
public GetLocalContext ( IWorkerContext context ) : ICustomContext | ||
context | IWorkerContext | |
return | ICustomContext |
public Init ( IWorkerContext context ) : IPipeline | ||
context | IWorkerContext | |
return | IPipeline |
public Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline | ||
context | IWorkerContext | |
t | Tag | |
po | ProcessObject | |
return | IPipeline |