TheBestLinks.com
TheBestLinks.com
SAX, Simple API for XML, API, Document Object Model, XML, Parser, Serial access ... Print friendly version | Tell a friend
 
Navigation
Search
Toolbox

Simple API for XML

From TheBestLinks.com

(Redirected from SAX)

de:SAX fr:Simple API for XML ja:SAX SAX is a serial access parser API for XML and its name is acronymically derived from "Simple API for XML". A SAX Parser handles XML information as a stream and is unidirectional, i.e. it cannot renegotiate a node without first having to establish a new handle to the document and reparse. With that proviso in mind, however, the SAX parser, since it works in stream mode, is unquestionably faster than its sibling the DOM parser.

The SAX parser is implemented as an event-driven model in which the programmer provides callback methods which are invoked by the parser as part of its traversal of the XML document.

SAX was developed collaboratively on the xml-dev mailing list, with no formal committee structure, but was quickly implemented by major companies working with XML. The original lead developer and maintainer was David Megginson. SAX is now maintained by David Brownell.

See also

References

External links

  • Interfaces for ...
    • Python (http://www.python.org/doc/current/lib/module-xml.sax.html)
    • Java (http://www.saxproject.org/?selected=quickstart)


Related links


Top visited 0 of 0 links

[no links posted yet]

>> place link >>

Discussion

Last posted 0 of 0 messages

[no messages posted yet]

>> post message >>

Watch

You can add this article to your own "watchlist" and receive e-mail notification about all changes in this page.
 
   
Innovate it
This page was last modified 01:03, 8 Sep 2004.
This page has been accessed 2 times during last 10 days.
  Content is available under GNU Free Documentation License 1.2.
Powered by MediaWiki