MeeseeksHtml5ever v0.6.0 MeeseeksHtml5ever

MeeseeksHtml5ever is intended for internal use by Meeseeks, and parses HTML or XML into a Meeseeks.Document.

Summary

Functions

Parses an HTML string into a Meseeks.Document

Parses an XML string into a Meseeks.Document

Functions

parse_html(html)

Parses an HTML string into a Meseeks.Document.

If the string of HTML is larger than 500 bytes, parses asynchronously as to maintain the recommended maximum NIF runtime of 1ms.

parse_xml(xml)

Parses an XML string into a Meseeks.Document.

If the string of XML is larger than 500 bytes, parses asynchronously as to maintain the recommended maximum NIF runtime of 1ms.