YouTip LogoYouTip

Dom Nodes

# XML DOM Nodes * * * In the DOM, every component in an XML document is a node. * * * ## DOM Nodes According to the DOM, every component in an XML document is a **node**. The DOM defines it as follows: * The entire document is a document node * Each XML element is an element node * Text contained within an XML element is a text node * Every XML attribute is an attribute node
← Dom NodetreeDom Intro β†’