SAX : Java Glossary

SAX
SAX stands for SAX (Simple API for XML), a parsing technique for XML (extensible Markup Language). It is part of Sun’s JAXP (Java Api for Xml Processing) classes for manipulating XML. It hands you each field one at a time as it parses. In contrast, DOM (Document Object Model) creates a tree. The advantage of SAX is it needs only a small amount of memory to process a large file. The code you need to read an XML file is unbelievably ugly and verbose.

The name SAX also refters to a protocol I proposed in 1985 to replace FTP (File Transfer Protocol) for file transfer. It uses far fewer acks so generates less network congestion, and less delay. It’s key features are never throwing away good packets received and restart after a disconnect.

Learning More

Oracle’s Javadoc on SAX package : available:
Oracle’s Javadoc on XMLStreamReader class : available:

Books

book cover recommend book⇒SAX2
by:David Brownell 978-0-596-00237-4paperback
publisher:O’Reilly recommended
published:2002-01-03
Using the SAX2 API to process XML.
Australian flag abe books anz abe books.co.uk UK flag
German flag abe books.de amazon.co.uk UK flag
German flag amazon.de abe books.ca Canadian flag
Spanish flag iberlibro.com amazon.ca Canadian flag
Spanish flag amazon.es Chapters Indigo Canadian flag
French flag abe books.fr abe books.com American flag
French flag amazon.fr amazon.com American flag
Italian flag abe books.it Barnes & Noble American flag
Italian flag amazon.it powells.com American flag
American flag download o’reilly safari sony e-books American flag
Greyed out stores probably do not have the item in stock

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/sax.html J:\mindprod\jgloss\sax.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 11,779.