I\'m working in Java with XML and I\'m wondering; what\'s the difference between an element and a node?
A node is the base class for both elements and attributes (and basically all other XML representations too).