ef3dedd5ef
This is to help extend the Node interface later on. This class' implementing both interfaces helped nothing but would certainly have caused conflicts wrt method names and incompatible return types. For example, adding a method `Node getFirstChild()` to our Node interface would have conflicted with the getFirstChild of the w3c interface.