Home | Trees | Indices | Help |
---|
|
A parser for the Music Metadata XML Format (MMD).
This module contains MbXmlParser, which parses the Music Metadata XML Format (MMD) returned by the MusicBrainz webservice.
There are also DOM helper functions in this module used by the parser which probably aren't useful to users.
Classes | |
DefaultFactory A factory to instantiate classes from the domain model. |
|
ParseError Exception to be thrown if a parse error occurs. |
|
Metadata Represents a parsed Music Metadata XML document. |
|
AbstractResult The abstract representation of a result. |
|
ArtistResult Represents an artist result. |
|
ReleaseResult Represents a release result. |
|
ReleaseGroupResult Represents a release group result. |
|
TrackResult Represents a track result. |
|
LabelResult Represents a label result. |
|
MbXmlParser A parser for the Music Metadata XML format. |
|
MbXmlWriter Write XML in the Music Metadata XML format. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 6 05:14:30 2010 | http://epydoc.sourceforge.net |