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 TypeClassDescriptionclassStreamIn Implementation using java writers.Fields in org.w3c.tidy declared as StreamInMethods in org.w3c.tidy that return StreamInModifier and TypeMethodDescriptionstatic StreamInStreamInFactory.getStreamIn(Configuration config, InputStream stream) Returns the appropriate StreamIn implementation.static StreamInStreamInFactory.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.