lookup

public final static SelectorNode lookup(Sequence<SelectorNode> $self, String nodeId)

Search a sequence of nodes for a matching node id.

Receiver

Sequence to search.

Return

First matching node or null if no match is found.

Parameters

nodeId

Node id to locate.