net.dontdrinkandroot.lastfm.api.model.parser
Class ArtistEntityParser

java.lang.Object
  extended by net.dontdrinkandroot.lastfm.api.model.parser.ArtistEntityParser
All Implemented Interfaces:
EntityParser<ArtistEntity>

public class ArtistEntityParser
extends java.lang.Object
implements EntityParser<ArtistEntity>


Constructor Summary
ArtistEntityParser()
           
 
Method Summary
 void parse(org.w3c.dom.Element element, ArtistEntity entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtistEntityParser

public ArtistEntityParser()
Method Detail

parse

public void parse(org.w3c.dom.Element element,
                  ArtistEntity entity)
Specified by:
parse in interface EntityParser<ArtistEntity>


Copyright © 2012. All Rights Reserved.