Package org.htmlunit.html.parser
Interface HTMLParserDOMBuilder
- All Known Implementing Classes:
HtmlUnitNekoDOMBuilder
public interface HTMLParserDOMBuilder
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Interface for the parser.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pushInputString
(String html) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Parses and then inserts the specified HTML content into the HTML content currently being parsed.
-
Method Details
-
pushInputString
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Parses and then inserts the specified HTML content into the HTML content currently being parsed.- Parameters:
html
- the HTML content to push
-