See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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.
|
This package contains the bulk of parser internals. Only implementors of additional tree builders or token handlers should look here.
Copyright © 2017. All rights reserved.