I\'m working in Java with XML and I\'m wondering; what\'s the difference between an element and a node?
Element is the only kind of node that can have child nodes and attributes.
Document also has child nodes, BUT no attributes, no text, exactly one child element.