getNodeAt abstract method

DocumentNode? getNodeAt(
  1. int index
)

Returns the DocumentNode at the given index, or null if no such node exists.

Implementation

DocumentNode? getNodeAt(int index);