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
Details
Methods
StartElement
public void StartElement(string tag, IDictionary<string, string> h)
Arguments
| Type | Name | Description |
|---|
string | tag | |
IDictionary<string, string> | h | |
EndElement
public void EndElement(string tag)
Arguments
| Type | Name | Description |
|---|
string | tag | |
StartDocument
public void StartDocument()
EndDocument
public void EndDocument()
Text
public void Text(string str)
Arguments
| Type | Name | Description |
|---|
string | str | |
Generated with ModularDoc