previous
|
start
|
next
Parsing XML Documents
You can inspect or modify the document
The document tree consists of nodes
Two node type are
Element
and
Text
Element
and
Text
are subinterfaces of the
Node
interface
previous
|
start
|
next