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 |
|---|---|
|
|
(
worker, |
|
|
(
worker, |
Details
Methods
StartElement
public void StartElement(HTMLWorker worker, string tag, IDictionary<string, string> attrs)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
worker |
|
|
|
tag |
|
|
|
attrs |
EndElement
public void EndElement(HTMLWorker worker, string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
worker |
|
|
|
tag |
Generated with ModularDoc