Java Reference
In-Depth Information
4------------> author ELEMENT_NODE
5---------------> #text TEXT_NODE David Sibley
4------------> #text TEXT_NODE
3---------> #text TEXT_NODE
2------> #text TEXT_NODE
4. Examine the contents of the library.xml file and the source code for XML-
DocAnalyzer to understand how the parser operates.
R EVIEWING THE E XERCISES
The XML document you parsed is a simple document without a schema or DTD
that predefines its content. The parser read the document into memory and created
a tree-like structure of nodes within nodes. At the top of the structure is the root
node. The Java programs simply requested from the parser the information con-
tained in the node structure of the document.
1. Portions of this XML document are copyright by Open Applications Group. All rights reserved.
Search WWH ::




Custom Search