C# Class iTextSharp.text.xml.XmlToTxt

Inheritance: ISimpleXMLDocHandler
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Protected Properties

Свойство Type Description
buf StringBuilder

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
XmlToTxt ( ) : System

Method Details

EndDocument() public méthode

public EndDocument ( ) : void
Résultat void

EndElement() public méthode

public EndElement ( String tag ) : void
tag String
Résultat void

Parse() public static méthode

public static Parse ( Stream isp ) : String
isp Stream
Résultat String

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, String>.IDictionary h ) : void
tag String
h String>.IDictionary
Résultat void

Text() public méthode

public Text ( String str ) : void
str String
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

XmlToTxt() protected méthode

protected XmlToTxt ( ) : System
Résultat System

Property Details

buf protected_oe property

protected StringBuilder buf
Résultat StringBuilder