getRootElement method
get the pageNode that represent the document's documentElement and jsonData.
Implementation
PageNode getRootElement() {
return PageNode(this,
element: document?.documentElement, jsonData: jsonData);
}
get the pageNode that represent the document's documentElement and jsonData.
PageNode getRootElement() {
return PageNode(this,
element: document?.documentElement, jsonData: jsonData);
}