| org.w3c.tidy.StreamIn
All known Subclasses: org.w3c.tidy.StreamInJavaImpl, org.w3c.tidy.StreamInImpl,
StreamIn | public interface StreamIn (Code) | | Input Stream.
author: Dave Raggett dsr@w3.org author: Andy Quick ac.quick@sympatico.ca (translation to Java) author: Fabrizio Giustina version: $Revision: 1.13 $ ($Author: fgiust $) |
END_OF_STREAM | int END_OF_STREAM(Code) | | end of stream char.
|
getCurcol | int getCurcol()(Code) | | Getter for curcol .
Returns the curcol. |
getCurline | int getCurline()(Code) | | Getter for curline .
Returns the curline. |
isEndOfStream | boolean isEndOfStream()(Code) | | Has end of stream been reached?
true if end of stream has been reached |
readChar | int readChar()(Code) | | Read a char.
char |
readCharFromStream | int readCharFromStream()(Code) | | reads a char from the stream.
char |
setLexer | void setLexer(Lexer lexer)(Code) | | Setter for lexer instance (needed for error reporting).
Parameters: lexer - Lexer |
ungetChar | void ungetChar(int c)(Code) | | Unget a char.
Parameters: c - char |
|
|