DocumentBuilder
A handy helper to construct various kinds of documents
from a given source code, URL or stream.
Gets the result of a CSS parsing.
Gets the result of an HTML parsing.
Builds a new CSSStyleSheet with the given source code string.
Builds a new CSSStyleSheet with the given URL.
Builds a new CSSStyleSheet with the given network stream.
Builds a new HTMLDocument with the given source code string.
Builds a new HTMLDocument with the given URL.
Builds a new HTMLDocument with the given network stream.
Builds a list of nodes according with 8.4 Parsing HTML fragments.