C# Class iTextSharp.text.pdf.hyphenation.SimplePatternParser

Inheritance: ISimpleXMLDocHandler
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
EndDocument ( ) : void
EndElement ( String tag ) : void
Parse ( Stream stream, IPatternConsumer consumer ) : void
SimplePatternParser ( ) : System
StartDocument ( ) : void
StartElement ( String tag, Hashtable h ) : void
Text ( String str ) : void

Méthodes protégées

Méthode Description
GetExceptionWord ( ArrayList ex ) : String
GetInterletterValues ( String pat ) : String
GetPattern ( String word ) : String
NormalizeException ( ArrayList ex ) : ArrayList

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

GetExceptionWord() protected méthode

protected GetExceptionWord ( ArrayList ex ) : String
ex ArrayList
Résultat String

GetInterletterValues() protected static méthode

protected static GetInterletterValues ( String pat ) : String
pat String
Résultat String

GetPattern() protected static méthode

protected static GetPattern ( String word ) : String
word String
Résultat String

NormalizeException() protected méthode

protected NormalizeException ( ArrayList ex ) : ArrayList
ex ArrayList
Résultat ArrayList

Parse() public méthode

public Parse ( Stream stream, IPatternConsumer consumer ) : void
stream Stream
consumer IPatternConsumer
Résultat void

SimplePatternParser() public méthode

public SimplePatternParser ( ) : System
Résultat System

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StartElement() public méthode

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
Résultat void

Text() public méthode

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