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

Inheritance: AbstractTagProcessor
显示文件 Open project: boecko/iTextSharp

Public Methods

Method Description
Content ( IWorkerContext ctx, Tag tag, String content ) : IList
End ( IWorkerContext ctx, Tag tag, IList currentContent ) : IList

Method Details

Content() public method

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

End() public method

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