S

S2ML · SAAJ · SAC · SACD · SAF · SAFER · SALT · SAM · SAML · SAN · SAS · SAS · SATA · SAX · SBML · SCIP · SCM · SCMS · SCSI · SCSU · SCTP · SCVP · SCX · SCXML · SD · SDDS · SDHC · SDIF · SDMA · SDMI · SDOM · SDP · SDRAM · SDSL · SDTV · SDXF · SECAM · SET · SFS · SGML · SHA · SHA-0 · SHA-1 · SHA-2 · SHA-224 · SHA-256 · SHA-384 · SHA-512 · SHOE · SHS · S-HTTP · SICI · SIM · SIMM · SIP · SISR · SKIP · SKU · SLA · SLE · SLIP · SLP · SMB · SMIL · S/MIME · SML · SMPP · SMPTE · SMS · SMTP · SNAQue · SNMP · SNTP · SOA · SOAP · SOM · SOX · SPARQL · S/PDIF · SPDL · SPEC · SPECweb · SPIFF · SPath · SQL · SQLX · SQL/XML · SQLj · SRAM · SRGS · SRML · SRTP · SRU · SRW · SS7 · SSCC · SSDL · SSI · SSID · SSL · SSML · SSO · STEP · STP · STTS · SVCD · SVG · SVGA · SWIFT · SWT · SXGA · SXGA+ · SXML · SXP · SaaS · Samba · Saxon · Schemachine · Schematron · Scheme · Scout · Shibboleth · Shockwave · SiXDML · Silverlight · Skipjack · Slidy · SmartMedia · Solaris · StAX · SwA · Swing · Symbian · SyncML · SysML · S⁵sRGB · sXBL · servlet

Webdret.net/glossary

SAX (Simple API for XML)

SAX is a standard API for event-based XML parsing, and SAX implementations are available in different programming languages. SAX is the event-based alternative to the Tree-based DOM, which also provides an API for accessing XML documents. An event-based API reports parsing events (such as the start and end of elements) directly to the application through callbacks, and does not usually build an internal Tree. The application implements handlers to deal with the different events. The advantage of this approach is simpler processing, in particular the ability to process XML documents without the need to keep them in memory, which makes it possible to process XML documents that exceed the capacity of memory available for processing.

Type Associations

  • Topic(s) from which this Topic is derived:

Associations

Mentioned in...

Cocoon · DOM · JAXP · XML Pipeline Language

Bibliographic References

Additional Information

  • Topic Creation: 2000-06-14; HTML Creation: 2012-01-22, 07:00:09
  • Comments? Corrections? Updates? Please send Email!

1 2 3 4 5 6 7 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z