iText 5

XmlToTxt

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

string

Parse

(Stream isp)

Public methods

Returns

Name

void

EndDocument

()

void

EndElement

(string tag)

void

StartDocument

()

void

StartElement

(string tag, IDictionary<string, string> h)

void

Text

(string str)

string

ToString

()

Details

Inheritance

Constructors

XmlToTxt

Source code

protected XmlToTxt()

Methods

Parse

Source code

public static string Parse(Stream isp)

Arguments

Type

Name

Description

Stream

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

string

tag

IDictionary<string, string>

h

EndElement

Source code

public virtual void EndElement(string tag)

Arguments

Type

Name

Description

string

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

string

str

Generated with ModularDoc