HTMLComponent |
This interface extends the XNI XMLComponent interface
to add methods that allow the preferred default values for features
and properties to be queried.
|
HTMLConfiguration |
An XNI-based parser configuration that can be used to parse HTML
documents.
|
HTMLElements |
Collection of HTML element information.
|
HTMLElements.Element |
Element information.
|
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.
|
HTMLNamedEntitiesParser |
This is a very specialized class for recognizing HTML named entities with the ability
to look them up in stages.
|
HTMLNamedEntitiesParser.RootState |
This is our initial state and has a special optimization applied.
|
HTMLNamedEntitiesParser.State |
Our "level" in the treeish structure that keeps its static state and the next level
underneath.
|
HTMLScanner |
A simple HTML scanner.
|
HTMLScanner.CurrentEntity |
Current entity.
|
HTMLScanner.LocationItem |
Location infoset item.
|
HTMLScanner.Scanner |
Basic scanner interface.
|
HTMLScanner.ScanScriptState |
|
HTMLScanner.SpecialScanner |
Special scanner used for elements whose content needs to be scanned as plain
text, ignoring markup such as elements and entity references.
|
HTMLTagBalancer |
Balances tags in an HTML document.
|
HTMLTagBalancer.ElementEntry |
Structure to hold information about an element placed in buffer to be comsumed later
|
HTMLTagBalancer.Info |
Element info for each start element.
|
HTMLTagBalancer.InfoStack |
Unsynchronized stack of element information.
|
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
|
LostText |
Container for text that should be hold and re-feed later like text before <html> that will be re-feed
in <body>
|
LostText.Entry |
Pair of (text, augmentation)
|