getNodeById abstract method
Returns the DocumentNode with the given nodeId
, or null
if no such node exists.
Implementation
DocumentNode? getNodeById(String nodeId);
Returns the DocumentNode with the given nodeId
, or null
if no such node exists.
DocumentNode? getNodeById(String nodeId);