Package nu.validator.htmlparser.impl

This package contains the bulk of parser internals.

See:
          Description

Interface Summary
TreeBuilderState<T> Interface for exposing the state of the HTML5 tree builder so that the interface can be implemented by the tree builder itself and by snapshots.
 

Class Summary
AttributeName  
CoalescingTreeBuilder<T> A common superclass for tree builders that coalesce their text nodes.
ElementName  
ErrorReportingTokenizer  
HtmlAttributes Be careful with this class.
LocatorImpl  
MetaScanner  
NamedCharacters  
NamedCharactersAccel  
NCName  
Portability  
PushedLocation  
StateSnapshot<T>  
TaintableLocatorImpl  
Tokenizer An implementation of http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html This class implements the Locator interface.
TreeBuilder<T>  
UTF16Buffer An UTF-16 buffer that knows the start and end indeces of its unconsumed content.
 

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.