Trail: Java API for XML Processing (JAXP): Table of Contents

Introduction to JAXP
Overview of the Packages
Simple API for XML APIs
Document Object Model APIs
Extensible Stylesheet Language Transformations APIs
Streaming API for XML APIs
Finding the JAXP Sample Programs
Where Do You Go From Here?
Simple API for XML
When to Use SAX
Parsing an XML File Using SAX
Implementing SAX Validation
Handling Lexical Events
Using the DTDHandler and EntityResolver
Further Information
Document Object Model
When to Use DOM
Reading XML Data into a DOM
Validating with XML Schema
Further Information
Extensible Stylesheet Language Transformations
Introducing XSL, XSLT, and XPath
How XPath Works
Writing Out a DOM as an XML File
Generating XML from an Arbitrary Data Structure
Transforming XML Data with XSLT
Streaming API for XML
Why StAX?
StAX API
Using StAX
Oracle's Streaming XML Parser Implementation
Example Code
Further Information

Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page:
Next page: