Expresso 5-6

com.jcorporate.expresso.ext.regexp
Interface CharacterIterator

All Known Implementing Classes:
StringCharacterIterator

Deprecated. since v5.6, use jakarta oro

public interface CharacterIterator

Encapsulates different types of character sources - String, InputStream, ... Defines a set of common methods

Author:
Ales Novak

Method Summary
 char charAt(int pos)
          Deprecated.  
 boolean isEnd(int pos)
          Deprecated.  
 String substring(int offset)
          Deprecated.  
 String substring(int offset, int length)
          Deprecated.  
 

Method Detail

charAt

public char charAt(int pos)
Deprecated. 
Returns:
a character at the specified position.

isEnd

public boolean isEnd(int pos)
Deprecated. 
Returns:
true iff if the specified index is after the end of the character stream

substring

public String substring(int offset)
Deprecated. 
Returns:
a substring

substring

public String substring(int offset,
                        int length)
Deprecated. 
Returns:
a substring

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.