All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tidy.StreamIn

java.lang.Object
   |
   +----org.w3c.tidy.StreamIn

public abstract class StreamIn
extends Object

Variable Index

 o c
 o curcol
 o curline
 o encoding
 o endOfStream
 o EndOfStream
 o FSM_ASCII
 o FSM_ESC
 o FSM_ESCD
 o FSM_ESCDP
 o FSM_ESCP
 o FSM_NONASCII
 o lastcol
 o lexer
 o pushed
 o state
 o stream
 o tabs
 o tabsize

Constructor Index

 o StreamIn()

Method Index

 o isEndOfStream()
 o readChar()
 o readCharFromStream()
 o ungetChar(int)

Variables

 o EndOfStream
 public static final int EndOfStream
 o FSM_ASCII
 public static final int FSM_ASCII
 o FSM_ESC
 public static final int FSM_ESC
 o FSM_ESCD
 public static final int FSM_ESCD
 o FSM_ESCDP
 public static final int FSM_ESCDP
 o FSM_ESCP
 public static final int FSM_ESCP
 o FSM_NONASCII
 public static final int FSM_NONASCII
 o state
 public int state
 o pushed
 public boolean pushed
 o c
 public int c
 o tabs
 public int tabs
 o tabsize
 public int tabsize
 o lastcol
 public int lastcol
 o curcol
 public int curcol
 o curline
 public int curline
 o encoding
 public int encoding
 o stream
 public InputStream stream
 o endOfStream
 public boolean endOfStream
 o lexer
 public Object lexer

Constructors

 o StreamIn
 public StreamIn()

Methods

 o readCharFromStream
 public abstract int readCharFromStream()
 o readChar
 public abstract int readChar()
 o ungetChar
 public abstract void ungetChar(int c)
 o isEndOfStream
 public abstract boolean isEndOfStream()

All Packages  Class Hierarchy  This Package  Previous  Next  Index