Skip to main content
Skip table of contents

ISimpleXMLDocHandler

ISimpleXMLDocHandler Public interface

Diagram

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

Members

Methods

Public methods
ReturnsName
voidEndDocument()
voidEndElement(string tag)
voidStartDocument()
voidStartElement(string tag, IDictionary<string, string> h)
voidText(string str)

Details

Methods

StartElement
public void StartElement(string tag, IDictionary<string, string> h)
Arguments
TypeNameDescription
stringtag
IDictionary<string, string>h
EndElement
public void EndElement(string tag)
Arguments
TypeNameDescription
stringtag
StartDocument
public void StartDocument()
EndDocument
public void EndDocument()
Text
public void Text(string str)
Arguments
TypeNameDescription
stringstr

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.