nodes property
List<DocumentNode>
get
nodes
Returns all of the content within the document as a list of DocumentNodes.
Implementation
List<DocumentNode> get nodes;
Returns all of the content within the document as a list of DocumentNodes.
List<DocumentNode> get nodes;