XML Parsing
This talk provides a quick overview of XML parsing using Java
IBM developerWorks,
Validating XML
(
PDF
)
SAX Quickstart
IBM developerWorks
Understanding DOM
(
PDF
)
Elliot Rusty Harold,
Processing XML with Java
, 2002.
(Optional)
1
Parsing
2
Simple API for XML
2.1
SAX Sample Application
2.2
Application Output
3
Document Object Model
3.1
DOM Structure
3.2
Node Types
3.3
DOM Parser
3.4
Traversing the Document
3.5
Modifying a Document
3.6
Outputting a Document
4
Validating
4.1
Doctype
4.2
Xerces Validation
4.3
Error Handler
4.4
Xerces Validator
Entire Presentation with Notes
Copyright © 2009
José M. Vidal
.
All rights reserved.
18 March 2004, 02:10PM