What's the difference between an element and a node in XML?

前端 未结 13 1637
清酒与你
清酒与你 2020-11-28 00:57

I\'m working in Java with XML and I\'m wondering; what\'s the difference between an element and a node?

13条回答
  •  感情败类
    2020-11-28 01:15

    A node is the base class for both elements and attributes (and basically all other XML representations too).

提交回复
热议问题