| Manorrock.com / Products / Manorrock HTML5 Parser |
To embed the parser inside your own application, see below for an example on how you can embed it in your own application. Note Javadoc is the best source of information for other ways of embedding the parser.
import com.manorrock.html5.HTML5Parser;
.....
HTML5Parser parser = new HTML5Parser();
parser.parse(file);
.....