Package musicbrainz2 :: Module wsxml
[frames] | no frames]

Module wsxml

source code

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.
  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.