Uses of Interface
org.w3c.tidy.StreamIn
-
Packages that use StreamIn Package Description org.w3c.tidy -
-
Uses of StreamIn in org.w3c.tidy
Classes in org.w3c.tidy that implement StreamIn Modifier and Type Class Description classStreamInJavaImplStreamIn Implementation using java writers.Fields in org.w3c.tidy declared as StreamIn Modifier and Type Field Description protected StreamInLexer. infile stream.Methods in org.w3c.tidy that return StreamIn Modifier and Type Method Description static StreamInStreamInFactory. getStreamIn(Configuration config, java.io.InputStream stream)Returns the appropriate StreamIn implementation.static StreamInStreamInFactory. getStreamIn(Configuration config, java.io.Reader reader)Returns the appropriate StreamIn implementation.Methods in org.w3c.tidy with parameters of type StreamIn Modifier and Type Method Description private NodeTidy. parse(StreamIn streamIn, Out o)Internal routine that actually does the parsing.Constructors in org.w3c.tidy with parameters of type StreamIn Constructor Description Lexer(StreamIn in, Configuration configuration, Report report)Instantiates a new Lexer.
-