Interface Summary | |
---|---|
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. |
Class Summary | |
---|---|
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. |
HTMLConfiguration.ErrorReporter | Defines an error reporter for reporting HTML errors. |
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.ContentScanner | The primary HTML document scanner. |
HTMLScanner.CurrentEntity | Current entity. |
HTMLScanner.LocationItem | Location infoset item. |
HTMLScanner.PlaybackInputStream | A playback input stream. |
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.Info | Element info for each start element. |
HTMLTagBalancer.InfoStack | Unsynchronized stack of element information. |