getNodeById abstract method

DocumentNode? getNodeById(
  1. String nodeId
)

Returns the DocumentNode with the given nodeId, or null if no such node exists.

Implementation

DocumentNode? getNodeById(String nodeId);