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