commit | 544e7bef94f6c8e91d6eb5eaf49b5369fa04a23a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 09 16:05:29 2009 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 09 17:03:35 2009 -0800 |
tree | 5fb3758e683dd9f73a324dc466bb77c935f98f2f | |
parent | c047c11da7d284940bcac9a28c42145628d49fed [diff] |
Implement DTDHandler support for ExpatParser. Every time a third-party developer gets their DefaultHandler method signatures wrong (making it impossible for us to call them), they see this in the log and complain that SAX parsing is broken on Android: WARN/ExpatReader(704): DTD handlers aren't supported. This patch adds that support -- even though no-one wants it -- so we can get rid of the irrelevant log message.