Java and XML, 3rd Third Edition (CHM英文版)
(CHM 英文版)
By Brett D. McLaughlin, Justin Edelson
Publisher: O'Reilly
Pub Date: December 01, 2006
ISBN-10: 0-596-10149-X
ISBN-13: 978-0-596-10149-7
Pages: 552
Java and XML, 3rd Edition shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.
The basics of XML, including DTDs, namespaces, XML Schema, XPath, and Transformations
The SAX API, including all handlers, filters, and writers
The DOM API, including DOM Level 2, Level 3, and the DOM HTML module
The JDOM API, including the core and a look at XPath support
The StAX API, including StAX factories, producing documents and XMLPull
Data Binding with JAXB, using the new JAXB 2.0 annotations
Web syndication and podcasting with RSS
XML on the Presentation Layer, paying attention to Ajax and Flash applications
详细介绍,源码在此:http://oreilly.com/catalog/9780596101497/index.html
(源码在页面中的Examples链接)