HtmlParser
Represents the Tree construction as specified in
8.2.5 Tree construction, on the following page:
http://www.w3.org/html/wg/drafts/html/master/syntax.html
Gets if the parser has been started asynchronously.
Gets if the parser has run for an embedded document.
Gets if the tree builder has been created for
parsing HTML fragments.
Gets if the parser has run for with scripting enabled.
Gets the (maybe intermediate) result of the parsing process.
Creates a new instance of the HTML parser with an new document
based on the given source.
Creates a new instance of the HTML parser with an new document
based on the given stream.
Parses the given source and creates the document. Default options
are chosen, where scripting is determined by the configuration of
the document.
Parses the given source and creates the document.
Parses the given source asynchronously and creates the document.
Default options are chosen, where scripting is determined by the
configuration of the document.
Parses the given source asynchronously and creates the document.
Parses the given source asynchronously and creates the document.
Switches to the fragment algorithm with the specified context
element. Then parses the given source and creates the document.
Switches to the fragment algorithm with the specified context
element. Then parses the given source asynchronously and creates
the document.
Switches to the fragment algorithm with the specified context
element. Then parses the given source asynchronously and creates
the document.