SAX2
David Brownell
- 出版商: O'Reilly
- 售價: $1,210
- 貴賓價: 9.5 折 $1,150
- 語言: 英文
- 頁數: 240
- 裝訂: Paperback
- ISBN: 0596002378
- ISBN-13: 9780596002374
已過版
買這商品的人也買了...
-
Excel 2002 實務應用$490$387 -
C++ Primer, 3/e 中文版$980$774 -
精通 Java Swing 程式設計$650$553 -
Excel 2002 實力養成暨評量$350$277 -
PowerPoint 2002 使用手冊$490$417 -
超完整 Word 2002 私房教師$480$408 -
Flash MX 動感世界-基礎應用篇$490$387 -
LPI Linux 資格檢定 (LPI Linux Certification in a Nutshell)$880$695 -
PowerPoint 必勝創意簡報365招$199$157 -
CCNA: Cisco Certified Network Associate Study Guide, 3/e$1,830$1,739 -
精彩 Dreamweaver MX 中文版動態網頁設計$460$391 -
PhotoImpact 8 中文版網頁影像 Easy GO$540$459 -
PHP & MySQL 完全架站攻略第二版$620$527 -
802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)$760$600 -
ASP.NET 程式設計徹底研究$590$466 -
Borland 傳奇$280$221 -
Red Hat Linux 9 架站實務$620$527 -
Windows Server 2003 網路與 IIS 架站指南$680$537 -
Special Edition Using Lotus Notes and Domino 6$1,940$1,843 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
Eclipse 實作手冊─活用 Java 整合開發環境 (Eclipse in Action: A Guide for the Java Developer)$450$351 -
Linux Kernel 完全剖析$750$585 -
Java 認證 SCJP 5.0 猛虎出閘$650$514
相關主題
商品描述
This concise book gives you the information you need to effectively use the
Simple API for XML (SAX2), the dominant API for efficient XML processing with
Java. With the SAX2 API, developers have access to the information in XML
documents as they are read, without imposing major memory constraints or a large
code footprint. SAX2 is often used by other APIs "under the covers", and
provides a foundation for processing and creating both XML and non-XML
information.
While generally considered the most efficient approach to
handling XML document parsing, SAX2 also carries a significant learning curve.
In SAX2, author David Brownell explores the many details of managing XML
parsers, filtering the information those parsers return, generating
your own
SAX2 events to convert non-XML information to an XML form, and developing
strategies for using event-based parsing in a variety of application scenarios.
Created in a public process by the XML-Dev mailing list, the SAX2 API is
compact and highly functional. SAX2 uses callbacks to report the information in
an XML document as the document is read, allowing you to create your own
program structures around the content of documents. No intermediary model of
an entire XML document is necessary, and the mapping from XML structures to Java
structures and back is straightforward.
Both developers learning about
SAX2 for the first time and developers returning for reference and advanced
material about SAX2 will find useful information in this book. Chapters provide
detailed explanations and examples of many different aspects of SAX2
development, while appendices provide a reference to the API and an explanation
of the relationships between the SAX2 API and the XML Information Set.
While the core of the API is quite approachable, many of its more
advanced features are both obscure and powerful. You can use SAX2 to filter,
modify, and restructure
information in layers of processing which make it
easy to reuse generic tools. SAX2 also has some significant limitations that
applications need to address in their
own ways. This new book gives you the
detail and examples required to use SAX2 to its full potential, taking advantage
of its power while avoiding its limitations.
Table of Contents
Preface
Chapter 1. The Simple API for XML
Chapter 2. Introducing SAX2
Chapter 3. Producing SAX2 Events
Chapter 4. Consuming SAX2 Events
Chapter 5. Other SAX Classes
Chapter 6. Putting It All Together
Appendix A. SAX2 API Summary
Appendix B. SAX2 and the XML Infoset
Index
