Module musicbrainz2.wsxml
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. |
MbXmlParser |
A parser for the Music Metadata XML format. |
MbXmlWriter |
Write XML in the Music Metadata XML format. |
Metadata |
Represents a parsed Music Metadata XML document. |
Exceptions |
ParseError |
Exception to be thrown if a parse error occurs. |