Under no circumstances, should you ever use SAXParser or SAXParserFactory
SAXParser
SAXParserFactory
These classes were designed to fill holes in SAX1. They are unnecessary and actively harmful when working with SAX2.
Use XMLReader and XMLReaderFactory instead
XMLReader
XMLReaderFactory