Node Constructor
Initializes a new instance of the Node class.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
protected Node(
	Document document
)

Parameters

document
Type: Aspose.Html.DomDocument
The document.
Exceptions
ExceptionCondition
ArgumentException
See Also