org.w3c.tidy
Interface StreamIn
- StreamInJavaImpl
public interface StreamIn
Input Stream.
$Revision: 587 $ ($Author: fgiust $)
END_OF_STREAM
public static final int END_OF_STREAM
end of stream char.
getCurcol
public int getCurcol()
Getter for curcol
.
getCurline
public int getCurline()
Getter for curline
.
isEndOfStream
public boolean isEndOfStream()
Has end of stream been reached?
true
if end of stream has been reached
readChar
public int readChar()
Read a char.
readCharFromStream
public int readCharFromStream()
reads a char from the stream.
setLexer
public void setLexer(Lexer lexer)
Setter for lexer instance (needed for error reporting).
ungetChar
public void ungetChar(int c)
Unget a char.