HtmlTagParser

HtmlTagParser

Overview

HtmlTagParser is a class in Aspose.Pdf FOSS for Java.

Parses HTML (possibly malformed) into a DOM Document.

Methods

SignatureDescription
parse(html: String)org.w3c.dom.DocumentParses the given HTML string into a DOM {@link org.w3c.dom.Document}.

See Also