Cargando…

SAX2 /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Brownell, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, ©2002.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm52356402
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 030603s2002 caua o 001 0 eng d
010 |z  2002283478 
040 |a HUA  |b eng  |e pn  |c HUA  |d OCLCQ  |d UMC  |d CEF  |d OCLCQ  |d OCLCE  |d CUSER  |d VLB  |d AZU  |d NHM  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d WYU  |d AU@  |d UAB  |d VT2  |d CNCEN  |d UKBTH  |d LDP  |d OCLCO  |d HS0  |d TOH  |d LVT  |d TAC  |d OCLCO  |d FZL  |d OCLCQ 
019 |a 326736255  |a 605712455  |a 606673982  |a 729549075  |a 748105278  |a 759519788  |a 809685949  |a 1056353754  |a 1060795373  |a 1064762524  |a 1074285932  |a 1083177164  |a 1103259851  |a 1104459105  |a 1105790335  |a 1129356025  |a 1153016799  |a 1156867579  |a 1179128137  |a 1180327509  |a 1192332006  |a 1202556411  |a 1224589664  |a 1240511013  |a 1302266752  |a 1302703092  |a 1351596590  |a 1355685012  |a 1380767659 
020 |z 0596002378 
020 |z 9780596002374 
024 8 |a 0596002378 
029 1 |a AU@  |b 000067091065 
035 |a (OCoLC)52356402  |z (OCoLC)326736255  |z (OCoLC)605712455  |z (OCoLC)606673982  |z (OCoLC)729549075  |z (OCoLC)748105278  |z (OCoLC)759519788  |z (OCoLC)809685949  |z (OCoLC)1056353754  |z (OCoLC)1060795373  |z (OCoLC)1064762524  |z (OCoLC)1074285932  |z (OCoLC)1083177164  |z (OCoLC)1103259851  |z (OCoLC)1104459105  |z (OCoLC)1105790335  |z (OCoLC)1129356025  |z (OCoLC)1153016799  |z (OCoLC)1156867579  |z (OCoLC)1179128137  |z (OCoLC)1180327509  |z (OCoLC)1192332006  |z (OCoLC)1202556411  |z (OCoLC)1224589664  |z (OCoLC)1240511013  |z (OCoLC)1302266752  |z (OCoLC)1302703092  |z (OCoLC)1351596590  |z (OCoLC)1355685012  |z (OCoLC)1380767659 
042 |a dlr 
050 4 |a QA76.76.H94  |b B789 2002 
082 0 4 |a 005.7/2  |2 21 
084 |a 54.53  |2 bcl 
084 |a 54.55  |2 bcl 
049 |a UAMI 
100 1 |a Brownell, David. 
245 1 0 |a SAX2 /  |c David Brownell. 
250 |a 1st ed. 
260 |a Sebastopol, CA :  |b O'Reilly,  |c ©2002. 
300 |a 1 online resource (ix, 228 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes index. 
588 0 |a Print version record. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [S.l.] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
520 |a 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. 
542 |f Copyright © O'Reilly Media, Inc.  |g 2002 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a XML (Document markup language) 
650 0 |a Application software  |x Development. 
650 0 |a User interfaces (Computer systems) 
650 2 |a User-Computer Interface 
650 6 |a XML (Langage de balisage) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a User interfaces (Computer systems)  |2 fast  |0 (OCoLC)fst01163191 
650 7 |a XML (Document markup language)  |2 fast  |0 (OCoLC)fst01181899 
650 1 7 |a SAX2.  |2 gtt 
650 1 7 |a XML.  |2 gtt 
650 1 7 |a Java (programmeertaal)  |2 gtt 
650 7 |a Engineering & Applied Sciences.  |2 hilcc 
650 7 |a Computer Science.  |2 hilcc 
653 |a Web Development 
776 0 8 |i Print version:  |a Brownell, David.  |t SAX2.  |b 1st ed.  |d Sebastopol, CA : O'Reilly, ©2002  |z 0596002378  |w (DLC) 2002283478  |w (OCoLC)49013638 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596002378/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
994 |a 92  |b IZTAP