Example Source Code from Chapter 9, The Document Object Model, of Processing XML with Java
Example 9-1 Which modules does Oracle support?
Example 9-2 An XML-RPC request document
Example 9-3 A program that uses Xerces to check documents for well-formedness
Example 9-4 A program that uses the Oracle XML parser to check documents for well-formedness
Example 9-5 A program that uses JAXP to check documents for well-formedness
Example 9-6 Using JAXP to check documents for well-formedness
Example 9-7 A program that uses DOM3 to check documents for well-formedness
Example 9-8 The Node interface
Example 9-9 Changing short type constants to strings
Example 9-10 A class to inspect the properties of a node
Example 9-11 Walking the tree with the Node interface
Example 9-12 A method that changes a document by reordering nodes
Example 9-13 The NodeList interface
Example 9-14 Using JAXP to both read and write an XML document
Example 9-15 The DOMException class
Examples from Other Chapters
|
Processing XML with Java
|
Cafe con Leche
Copyright 2002 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified November 23, 2002