iText 5

IHTMLTagProcessor

IHTMLTagProcessor Public interface

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.html.simpleparser iTextSharp.text.html.simpleparser.IHTMLTagProcessor[[IHTMLTagProcessor]] class iTextSharp.text.html.simpleparser.IHTMLTagProcessor interfaceStyle; end

Members

Methods

Public methods

Returns

Name

void

EndElement

(

HTMLWorker

worker, string tag)

void

StartElement

(

HTMLWorker

worker, string tag, IDictionary<string, string> attrs)

Details

Methods

StartElement

public void StartElement(HTMLWorker worker, string tag, IDictionary<string, string> attrs)

Arguments

Type

Name

Description

HTMLWorker

worker

string

tag

IDictionary<string, string>

attrs

EndElement

public void EndElement(HTMLWorker worker, string tag)

Arguments

Type

Name

Description

HTMLWorker

worker

string

tag

Generated with ModularDoc