meico v0.6.12
v0.6.12
- Fixed license information for Saxon in
README.md
. Thanks to Peter Stadler! - Made several classes in package
meico.app.gui
package-private as they will never be accessed from outside the package and are not intended to. - Made class
meico.msm.MsmBase
abstract and renamed it toAbstractMsm
. - Removed MSM's global header element
pulsesPerQuarter
. Instead an eponimous Attribute has been added to the root note of the MSM. - New additions to class
meico.xml.XmlBase
: MethodsremoveAllElements(String localName)
andremoveAllAttributes(String attributeName)
can be used for processing of all XML based formats.