11
Copyright © 2000-2001 Profile Consulting Inc.
11
Package org.w3c.dom
Some of the
interfaces
in
org.w3c.dom:
Node,
Document,
NodeList,
Element.
The XML element tree is a hierarchy of
Node
objects, rooted at a
Document
.
A
NodeList
iterates over the subordinates of a
Node.
Each XML element is represented as an
Element
object.
Each attribute is a
Node
subordinate to an
Element.