XmlToTxt Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.xml iTextSharp.text.xml.XmlToTxt[[XmlToTxt]] end subgraph iTextSharp.text.xml.simpleparser iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler[[ISimpleXMLDocHandler]] class iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler interfaceStyle; end iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler --> iTextSharp.text.xml.XmlToTxt
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
|
|
() |
Details
Inheritance
Constructors
XmlToTxt
Source code
protected XmlToTxt()
Methods
Parse
Source code
public static string Parse(Stream isp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
isp |
ToString
Source code
public override string ToString()
StartElement
Source code
public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
h |
EndElement
Source code
public virtual void EndElement(string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
StartDocument
Source code
public virtual void StartDocument()
EndDocument
Source code
public virtual void EndDocument()
Text
Source code
public virtual void Text(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Generated with ModularDoc