Overview
HtmlTagParser is a class in Aspose.Pdf FOSS for Java.
Parses HTML (possibly malformed) into a DOM Document.
Methods
| Signature | Description |
|---|
parse(html: String) → org.w3c.dom.Document | Parses the given HTML string into a DOM {@link org.w3c.dom.Document}. |
See Also