Sax2

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This concise book gives you information you need to effectively use the Simple API for XML (SAX2), the dominant API for efficient XML processing with Java. With SAX2, developers have access to information in XML documents as they are read without imposing major memory constraints or a large code footprint. SAX2 gives you the detail and examples required to use SAX2 to its full potential.

Author(s): David Brownell
Edition: 1st ed
Publisher: O'Reilly
Year: 2002

Language: English
Pages: 241
City: Sebastopol, CA

Cover......Page 1
About the Author......Page 6
Table of Contents......Page 8
Preface......Page 10
1 The Simple API for XML......Page 14
2 Introducing SAX2......Page 36
3 Producing SAX2 Events......Page 80
4 Consuming SAX2 Events......Page 116
5 Other SAX Classes......Page 153
6 Putting It All Together......Page 163
A SAX2 API Summary......Page 194
B SAX2 and the XML Infoset......Page 214
Index......Page 232