Uses of Interface
org.htmlunit.html.parser.HTMLParserDOMBuilder
Packages that use HTMLParserDOMBuilder
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content.-
Uses of HTMLParserDOMBuilder in org.htmlunit.html
Methods in org.htmlunit.html that return HTMLParserDOMBuilderModifier and TypeMethodDescriptionHtmlPage.getDOMBuilder()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Returns the current builder.Methods in org.htmlunit.html with parameters of type HTMLParserDOMBuilderModifier and TypeMethodDescriptionvoidHtmlPage.setDOMBuilder(HTMLParserDOMBuilder htmlUnitDOMBuilder) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
Sets the builder to allow page to send content from document.write(ln) calls.