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

Inheritance: ISimpleXMLDocHandler
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
GetExceptionWord ( ArrayList ex ) : String
GetInterletterValues ( String pat ) : String
GetPattern ( String word ) : String
NormalizeException ( ArrayList ex ) : ArrayList

Method Details

EndDocument() public method

public EndDocument ( ) : void
return void

EndElement() public method

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

GetExceptionWord() protected method

protected GetExceptionWord ( ArrayList ex ) : String
ex ArrayList
return String

GetInterletterValues() protected static method

protected static GetInterletterValues ( String pat ) : String
pat String
return String

GetPattern() protected static method

protected static GetPattern ( String word ) : String
word String
return String

NormalizeException() protected method

protected NormalizeException ( ArrayList ex ) : ArrayList
ex ArrayList
return ArrayList

Parse() public method

public Parse ( Stream stream, IPatternConsumer consumer ) : void
stream Stream
consumer IPatternConsumer
return void

SimplePatternParser() public method

public SimplePatternParser ( ) : System
return System

StartDocument() public method

public StartDocument ( ) : void
return void

StartElement() public method

public StartElement ( String tag, Hashtable h ) : void
tag String
h Hashtable
return void

Text() public method

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