C# Class iTextSharp.tool.xml.html.DummyTagProcessor

Inheritance: ITagProcessor
Mostra file Open project: boecko/iTextSharp

Public Methods

Method Description
Content ( IWorkerContext ctx, Tag tag, String content ) : IList
EndElement ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList
IsStackOwner ( ) : bool
StartElement ( IWorkerContext ctx, Tag tag ) : IList

Method Details

Content() public method

public Content ( IWorkerContext ctx, Tag tag, String content ) : IList
ctx IWorkerContext
tag Tag
content String
return IList

EndElement() public method

public EndElement ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList
ctx IWorkerContext
tag Tag
currentContent IList
return IList

IsStackOwner() public method

public IsStackOwner ( ) : bool
return bool

StartElement() public method

public StartElement ( IWorkerContext ctx, Tag tag ) : IList
ctx IWorkerContext
tag Tag
return IList