public static class Node
extends Object
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.
- See Also:
- Serialized Form