Skip to main content
Skip table of contents

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
ReturnsName
voidEndElement(HTMLWorker worker, string tag)
voidStartElement(HTMLWorker worker, string tag, IDictionary<string, string> attrs)

Details

Methods

StartElement
public void StartElement(HTMLWorker worker, string tag, IDictionary<string, string> attrs)
Arguments
TypeNameDescription
HTMLWorkerworker
stringtag
IDictionary<string, string>attrs
EndElement
public void EndElement(HTMLWorker worker, string tag)
Arguments
TypeNameDescription
HTMLWorkerworker
stringtag

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.