Class HtmlParser

All Implemented Interfaces:
AnnotationProvider, HtmlMetaProvider, XmlMetaProvider

public class HtmlParser extends XmlParser implements HtmlMetaProvider
Parses text generated by the HtmlSerializer class back into a POJO model.
Media types
Handles Content-Type types: text/html
Description
See the HtmlSerializer class for a description of the HTML generated.

This class is used primarily for automated testing of the HtmlSerializer class.

Notes:
  • This class is thread safe and reusable.
See Also: