abstract fun makeResourceNodeFromUrl(url: String!): ResourceNode!
Create a resourceNode using the given URL.
url - String!: a string which should be a valid a URL.
url
Return ResourceNode!: a valid ResourceNode.
Throw if the URL is not valid.