Daniel Burrell wrote:
Are sax and sax2 alternatives for DOM?

If so, how easy is it to remove these features from the library?


SAX and SAX2 are alternatives to DOM, but there is no support for removing them from the library, as part of their code is used as plumbing for the rest (EntityResolver, InputSource). What you can probably safely delete is SAX2XMLReaderImpl.*, SAX2XMLFilterImpl.* and SAXParser.*, but I don't think this will result in a significant reduction in code.

Alberto

Reply via email to