Uses of Interface
org.w3c.tidy.StreamIn
Packages that use StreamIn
-
Uses of StreamIn in org.w3c.tidy
Classes in org.w3c.tidy that implement StreamInModifier and TypeClassDescriptionclass
StreamIn Implementation using java writers.Fields in org.w3c.tidy declared as StreamInMethods in org.w3c.tidy that return StreamInModifier and TypeMethodDescriptionstatic StreamIn
StreamInFactory.getStreamIn
(Configuration config, InputStream stream) Returns the appropriate StreamIn implementation.static StreamIn
StreamInFactory.getStreamIn
(Configuration config, Reader reader) Returns the appropriate StreamIn implementation.Constructors in org.w3c.tidy with parameters of type StreamInModifierConstructorDescriptionLexer
(StreamIn in, Configuration configuration, Report report) Instantiates a new Lexer.