abstract fun makeResourceNodeFromName(name: String!): ResourceNode!
Create a resource node using a string the method will use the method makeUrlFromName in order to create a URL.
Return
ResourceNode!: A valid ResourceNode.
Throw
if the string doesn't allow to create a valid URL.