Initializes a new instance of the
Node class.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax protected Node(
Document document
)
Protected Sub New (
document As Document
)
protected:
Node(
Document^ document
)
new :
document : Document -> Node
Parameters
- document
- Type: Aspose.Html.DomDocument
The document.
Exceptions See Also