HtmlDocument Type
Static members
Static member | Description |
Full Usage:
HtmlDocument.New(children)
Parameters:
HtmlNode seq
-
The child elements of this document
Returns: HtmlDocument
|
|
Full Usage:
HtmlDocument.New(docType, children)
Parameters:
string
-
The document type specifier string
children : HtmlNode seq
-
The child elements of this document
Returns: HtmlDocument
|
|