C# Class iTextSharp.xmp.impl.ParseState

@since 22.08.2006
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Ch ( ) : char
Ch ( int index ) : char
GatherInt ( string errorMsg, int maxValue ) : int

Parses a integer from the source and sets the pointer after it.

HasNext ( ) : bool
Length ( ) : int
ParseState ( string str ) : System
Pos ( ) : int
Skip ( ) : void

Skips the next char.

Method Details

Ch() public method

public Ch ( ) : char
return char

Ch() public method

public Ch ( int index ) : char
index int index of char
return char

GatherInt() public method

Parses a integer from the source and sets the pointer after it.
Thrown if no integer can be found.
public GatherInt ( string errorMsg, int maxValue ) : int
errorMsg string Error message to put in the exception if no number can be found
maxValue int the max value of the number to return
return int

HasNext() public method

public HasNext ( ) : bool
return bool

Length() public method

public Length ( ) : int
return int

ParseState() public method

public ParseState ( string str ) : System
str string initializes the parser container
return System

Pos() public method

public Pos ( ) : int
return int

Skip() public method

Skips the next char.
public Skip ( ) : void
return void