Creates a new html document.
Gets a dom node by an attribute named "id" matching the given value.
Parses the elements from the dom to the document.
Queries the first dom node based on a css3 selector.
Queries all dom nodes based on a css3 selector.
Repairs the html document if possible.
Converts the html document to a properly formatted html document-string.
Gets the head node.
Sets the root nodes of the html document.
Gets the root nodes of the html document.
Parses the elements from the dom to the document.
Repairs the document if possible.
Gets the settings used for parsing the document.
An HTML document.