Uses of Interface
org.w3c.tidy.StreamIn

Packages that use StreamIn
org.w3c.tidy   
 

Uses of StreamIn in org.w3c.tidy
 

Classes in org.w3c.tidy that implement StreamIn
 class StreamInJavaImpl
          StreamIn Implementation using java writers.
 

Fields in org.w3c.tidy declared as StreamIn
protected  StreamIn Lexer.in
          file stream.
 

Methods in org.w3c.tidy that return StreamIn
static StreamIn StreamInFactory.getStreamIn(Configuration config, java.io.InputStream stream)
          Returns the appropriate StreamIn implementation.
static StreamIn StreamInFactory.getStreamIn(Configuration config, java.io.Reader reader)
          Returns the appropriate StreamIn implementation.
 

Constructors in org.w3c.tidy with parameters of type StreamIn
Lexer(StreamIn in, Configuration configuration, Report report)
          Instantiates a new Lexer.
 



Copyright © 2000-2006 sourceforge. All Rights Reserved.