writer2latex.util
Class SimpleInputBuffer
java.lang.Object
writer2latex.util.SimpleInputBuffer
public class SimpleInputBuffer
extends java.lang.Object
This class provides a simple string input buffer; it can be used as the
basis of a tokenizer.
SimpleInputBuffer
public SimpleInputBuffer(String sContent)
atEnd
public boolean atEnd()
getChar
public char getChar()
getIdentifier
public String getIdentifier()
getIndex
public int getIndex()
getInteger
public String getInteger()
getNumber
public String getNumber()
peekChar
public char peekChar()
peekFollowingChar
public char peekFollowingChar()
skipSpaces
public void skipSpaces()