C# Class iTextSharp.text.xml.XmlToTxt

Inheritance: ISimpleXMLDocHandler
Show file Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Property Type Description
buf StringBuilder

Public Methods

Method Description
EndDocument ( ) : void
EndElement ( String tag ) : void
Parse ( Stream isp ) : String
StartDocument ( ) : void
StartElement ( String tag, String>.IDictionary h ) : void
Text ( String str ) : void
ToString ( ) : String

Protected Methods

Method Description
XmlToTxt ( ) : System

Method Details

EndDocument() public method

public EndDocument ( ) : void
return void

EndElement() public method

public EndElement ( String tag ) : void
tag String
return void

Parse() public static method

public static Parse ( Stream isp ) : String
isp Stream
return String

StartDocument() public method

public StartDocument ( ) : void
return void

StartElement() public method

public StartElement ( String tag, String>.IDictionary h ) : void
tag String
h String>.IDictionary
return void

Text() public method

public Text ( String str ) : void
str String
return void

ToString() public method

public ToString ( ) : String
return String

XmlToTxt() protected method

protected XmlToTxt ( ) : System
return System

Property Details

buf protected property

protected StringBuilder buf
return StringBuilder