Extends the Node class with a hash style accessor methods to the node‘s properties
Example:
node[:name] #=> 'Matt'
node[:name] = 'Matt'
[Validate]