| Package | Description |
|---|---|
| nu.validator.htmlparser.sax |
This package provides an HTML5 parser that exposes the document through the SAX API.
|
| nu.validator.saxtree |
This package provides SAX Tree: a tree model optimized for creation from SAX
events and replay as SAX events.
|
| Class and Description |
|---|
| Document
A document.
|
| DocumentFragment
A document fragment.
|
| Element
An element.
|
| Node
The common node superclass.
|
| Class and Description |
|---|
| CharBufferNode
A common superclass for character buffer node classes.
|
| Node
The common node superclass.
|
| NodeType
The node type.
|
| ParentNode
Common superclass for parent nodes.
|
| PrefixMapping
A prefix mapping.
|
| TreeParser
A tree visitor that replays a tree as SAX events.
|