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
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
Generated with ModularDoc