Package nu.validator.htmlparser.impl

This package contains the bulk of parser internals.

See:
          Description

Interface Summary
ByteReadable  
CharacterHandler  
TokenHandler Tokenizer reports tokens through this interface.
 

Class Summary
AttributeInfo This class will probably be used for backwards compat stuff.
AttributesImpl Be careful with this class.
BomSniffer The BOM sniffing part of the HTML5 encoding sniffing algorithm.
EmptyAttributes  
EncodingInfo  
Entities  
HtmlInputStreamReader Be very careful with this class.
MetaSniffer  
NormalizationChecker  
Tokenizer An implementatition of http://www.whatwg.org/specs/web-apps/current-work/multipage/section-tokenisation.html This class implements the Locator interface.
TreeBuilder<T>  
XmlLangAttributesImpl  
 

Enum Summary
ContentModelFlag  
MetaSniffer.MetaState  
Tokenizer.CommentState  
TreeBuilder.Phase  
 

Exception Summary
 

Package nu.validator.htmlparser.impl Description

This package contains the bulk of parser internals. Only implementors of additional tree builders or token handlers should look here.