Java >> XML >> SAX >> Definition
>> Node
>> Document (The entire document)
>> Element (XML element)
>> Attr (Attribute)
>> Character Data
>> Text (Text in the XML elements)
>> Comment
>> SAX (the Simple API for XML) is an event-based parser for xml documents
>> Applications using SAX receive event notifications about the XML document being processed an element, and attribute, ...