Constructor
new NamedNode()
Methods
encode()
The function encode formats the NamedNode as a string and returns it or delegate to the optional continuation. It implements this by retrieving the respective encoder and delegating the operation to that function.
equals()
The function equals returns true
iff the argument is
also a NamedNode and the lexical forms are equal.