I tried both SAX and DOM, for parsing an XML file, difference in time performance is huge, from 4 hours (DOM) to 9 seconds (SAX).
Different interface bring to different complexity of code, but all depends from the point of view