Tuesday, February 14, 2012

W3C DOM Level 2 version 1.0 - Java API: Interface Node

W3C DOM Level 2 version 1.0 - Java API: Interface Node: "The Node interface is the primary datatype for the entire Document Object Model. It represents a single node in the document tree. While all objects implementing the Node interface expose methods for dealing with children, not all objects implementing the Node interface may have children. For example, Text nodes may not have children, and adding children to such nodes results in a DOMException being raised."

'via Blog this'