Allows the client to query the node for existence of a child node based on the node name.
Requires on parameter: name of child node to check for.
Returns Boolean value indicating whether child with specified name exists.
>>>a=as_node('services/time/local')
>>>a.has_child('second')
True