HtmlTagParser
Overview
HtmlTagParser is a class in Aspose.PDF FOSS for Java.
Parses HTML (possibly malformed) into a DOM Document.
This class provides 1 method for working with HtmlTagParser objects in Java programs.
Available methods include: parse.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
parse(html: String) → org.w3c.dom.Document | Parses the given HTML string into a DOM {@link org.w3c.dom.Document}. |