Uses of Interface
nu.validator.htmlparser.impl.ByteReadable

Packages that use ByteReadable
nu.validator.htmlparser.impl This package contains the bulk of parser internals. 
 

Uses of ByteReadable in nu.validator.htmlparser.impl
 

Classes in nu.validator.htmlparser.impl that implement ByteReadable
 class HtmlInputStreamReader
          Be very careful with this class.
 

Fields in nu.validator.htmlparser.impl declared as ByteReadable
private  ByteReadable MetaSniffer.source
           
private  ByteReadable BomSniffer.source
           
 

Constructors in nu.validator.htmlparser.impl with parameters of type ByteReadable
BomSniffer(ByteReadable source)
           
MetaSniffer(ByteReadable source, ErrorHandler eh, Locator locator)