I am facing a problem when using Androids SAXParser. It throws DOMExceptions where the J2SE SAXParser (xerces) doesn't.
I am trying to find the sources for Androids SAXParserFactory (to see how it chooses the SAXParser to return) and the SAXParser itself, but I coulnd't find them. In Debug mode i can see the fully qualified names of the classes I am interested in is: - org.apache.harmony.xml.parsers.SAXParserImpl - org.apache.harmony.xml.parsers.SAXParserFactoryImpl I have read that "org.apache.harmony" is probably a replacement for "java" to mark that its the harmony implementation. anyhow, all i can find are the abstract super classes but not the implementations. Has anyone more experience and could help me with this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

