Package nu.validator.htmlparser.impl
package nu.validator.htmlparser.impl
This package contains the bulk of parser internals. Only implementors of additional tree builders or token handlers should look here.
-
ClassDescriptionA common superclass for tree builders that coalesce their text nodes.Be careful with this class.An implementation of http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html This class implements the
Locator
interface.TreeBuilder<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.An UTF-16 buffer that knows the start and end indeces of its unconsumed content.