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 American flag
American flag download O’Reilly Safari Sony e-books American flag
Kobo UN 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
logo
Please email your , 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, your name or email kept confidential, not considered for public posting, please explicitly specify that. Unless you state otherwise, I will treat your message as a letter to the editor that I may or may not publish in the feedback section. After that, it will be too late to retract it. If you disagree with something I said, please quote it and cite the web page where you found it, tell me why you think it is wrong, and, if possible, provide some supporting evidence. Threatening to kill me or spouting obscenities has yet to persuade me to change my mind.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 11,955.