pmd/pmd-xml
Clément Fournier ef3dedd5ef Unimplement org.w3c.dom.Node for Xml wrapper
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.
2019-04-28 20:49:20 +02:00
..
2018-12-13 18:53:10 +01:00