!--a11y-->
Processing XML Using SAX 
SAX uses the callback approach to parse an XML document. Greater efficiency is therefore achieved for parsing large XML documents
We will introduce the most important methods and interfaces that are used when processing an XML using SAX. The list follows below:
· org.xml.sax.ContentHandler
· org.xml.sax.Attributes
