C# Class iTextSharp.tool.xml.pipeline.ctx.WorkerContextImpl

Inheritance: IWorkerContext
显示文件 Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
Get ( String klass ) : ICustomContext
GetCurrentTag ( ) : Tag
Put ( String key, ICustomContext context ) : void
SetCurrentTag ( Tag t ) : void
WorkerContextImpl ( ) : System

Method Details

Get() public method

public Get ( String klass ) : ICustomContext
klass String
return ICustomContext

GetCurrentTag() public method

public GetCurrentTag ( ) : Tag
return Tag

Put() public method

public Put ( String key, ICustomContext context ) : void
key String
context ICustomContext
return void

SetCurrentTag() public method

public SetCurrentTag ( Tag t ) : void
t Tag
return void

WorkerContextImpl() public method

public WorkerContextImpl ( ) : System
return System