SAX

GPTKB entity

Statements (22)
Predicate Object
gptkbp:instance_of gptkb:API
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:software
gptkb:Java_Enhancement_Proposal
gptkbp:can_be_used_with multiple programming languages
gptkbp:developed_by David Megginson
gptkbp:first_released gptkb:1998
https://www.w3.org/2000/01/rdf-schema#label SAX
gptkbp:is memory efficient
faster than DOM for large XML files
non-validating parser
not suitable for random access to XML data
part of the Java API for XML Processing (JAXP)
suitable for streaming XML data
widely used in web services
gptkbp:is_compared_to gptkb:DOM
gptkbp:is_used_for parsing XML documents
gptkbp:provides callbacks for XML elements
gptkbp:requires less memory than DOM
gptkbp:supports event-driven parsing
gptkbp:symbol Simple API for XML
gptkbp:written_in gptkb:Java