| Interface | Description |
|---|---|
| HTMLComponent |
This interface extends the XNI
XMLComponent interface
to add methods that allow the preferred default values for features
and properties to be queried. |
| HTMLErrorReporter |
Defines an error reporter for reporting HTML errors.
|
| HTMLEventInfo |
This interface is used to pass augmentated information to the
application through the XNI pipeline.
|
| HTMLScanner.Scanner |
Basic scanner interface.
|
| HTMLTagBalancingListener |
EXPERIMENTAL: may change in next release
XMLDocumentHandler implementing this interface will get notified of elements discarded
by the tag balancer when they:
are configured using HTMLConfiguration
activate the tag balancing feature
|
| Class | Description |
|---|---|
| HTMLAugmentations |
This class is here to overcome the XNI changes to the
Augmentations interface. |
| HTMLConfiguration |
An XNI-based parser configuration that can be used to parse HTML
documents.
|
| HTMLElements |
Collection of HTML element information.
|
| HTMLElements.Element |
Element information.
|
| HTMLElements.ElementList |
Unsynchronized list of elements.
|
| HTMLEntities |
Pre-defined HTML entities.
|
| HTMLEventInfo.SynthesizedItem |
Synthesized infoset item.
|
| HTMLScanner |
A simple HTML scanner.
|
| HTMLScanner.CurrentEntity |
Current entity.
|
| HTMLScanner.LocationItem |
Location infoset item.
|
| HTMLScanner.PlaybackInputStream |
A playback input stream.
|
| HTMLTagBalancer |
Balances tags in an HTML document.
|
| HTMLTagBalancer.Info |
Element info for each start element.
|
| HTMLTagBalancer.InfoStack |
Unsynchronized stack of element information.
|
(C) Copyright 2002-2013, Andy Clark, Marc Guillemot. All rights reserved.