(Imported from Google Code)
Rev 96: DDMSReader(String, String) was replaced with DDMSReader(). The new
reader now supports multiple versions of DDMS and GML using the improved
DDMSVersion class, so specifying a namespaceURI and schemaLocation is no
longer necessary.
Rev 101: Resource.isResourceElement() and Security.getExcludeFromRollup() now return
Boolean rather than boolean values. Because these attributes are not required in DDMS
v2.0, v2.0 records may have a null value here, rather than true or false.
Rev 115 / 118: The addTo(Element) methods in SecurityAttributes and SRSAttributes now
throw an InvalidDDMSException if attempts are made to add attributes of one DDMS
Version to an element of a different DDMS Version.