HtmlDomBuilder
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 the adjusted current node.
Gets the current node.
Gets if the tree builder has been created for parsing fragments.
Creates a new instance of the HTML parser with the specified
document based on the given source manager.
Parses the given source 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.